ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified developer tools Safety 3/5

Hedera Token Mint

Skill by harleyscodes

Why use this skill?

Learn how to mint fungible tokens and NFT collections on the Hedera Hashgraph network using the OpenClaw agent skill. Simplify your HTS workflow today.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/harleyscodes/hedera-token-mint
Or

What This Skill Does

The Hedera Token Mint skill, developed by harleyscodes, is a specialized OpenClaw agent extension designed to streamline the lifecycle management of digital assets on the Hedera Hashgraph network. This skill provides a high-level abstraction over the Hashgraph SDK, allowing agents to programmatically create, mint, transfer, and burn tokens without requiring manual CLI interaction. Whether you are building a decentralized application, managing supply chains, or creating NFT collections, this skill handles the heavy lifting of HTS (Hedera Token Service) configuration, including supply type definition, treasury account management, and key permissioning.

Installation

To integrate this skill into your OpenClaw agent environment, ensure you have the @hashgraph/sdk installed in your local project directory. Execute the following command in your terminal:

clawhub install openclaw/skills/skills/harleyscodes/hedera-token-mint

Once installed, ensure your agent has access to a configured Hedera Client (either Mainnet or Testnet) and the necessary private keys stored in a secure environment variable vault to sign the resulting transactions generated by the skill.

Use Cases

  • Tokenomics Automation: Automatically generate fungible tokens for custom ecosystem utility or governance systems.
  • NFT Minting Workflows: Create unique, non-fungible collections with custom metadata strings attached directly to the Hedera ledger.
  • Asset Management: Simplify the transfer of tokens between accounts or manage the deflationary burn of assets to maintain token scarcity.
  • Smart Supply Control: Programmatically configure token supplies as either finite or infinite based on real-time project requirements.

Example Prompts

  1. "Create a new fungible token named 'SolarEnergy' with the symbol 'SOLR', setting the initial supply to 500,000 and assigning the admin keys to my primary wallet."
  2. "Mint 5 new NFTs for my 'DigitalArt' collection using the existing token ID 0.0.12345, appending the metadata for each image URL."
  3. "Burn 1,000 tokens from the treasury balance for token ID 0.0.67890 to reduce the circulating supply."

Tips & Limitations

When working with the Hedera Token Mint skill, always ensure that the treasury account provided has sufficient HBAR to cover transaction fees. Token management on Hedera is highly secure; therefore, remember that once an admin or supply key is discarded or lost, the ability to manage the token configuration ceases. We recommend using a multi-signature threshold approach for production-grade token management. Additionally, be mindful of the metadata character limit when minting NFTs, as excessive data may increase the complexity of your transaction and gas costs. Always verify your Token ID on the Hedera Hashscan explorer before proceeding with secondary operations.

Metadata

Stars2387
Views4
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-harleyscodes-hedera-token-mint": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#hedera#web3#crypto#nft#blockchain
Safety Score: 3/5

Flags: external-api, code-execution