Hedera Claude Skills
Production-grade Claude Code skills for building on Hedera Hashgraph
- Node 18+
- Claude Code plugin marketplace
14
Skills
1
Plugin bundles
HTS · HCS · EVM · Mirror
Coverage
What you get
- Progressive skill loading keeps token cost low until depth is needed
- Workflows from environment setup through deployment, Mirror queries, and audit checklists
- Native HTS and HCS patterns plus EVM hybrid and Stablecoin Studio flows
- Follows the Agent Skills pattern with YAML frontmatter and procedural markdown
About this tool
Hedera Claude Skills gives developers and architects a structured way to build on Hedera Hashgraph inside Claude Code. Fourteen skills cover accounts, fungible and compliance tokens, NFTs, consensus topics, Solidity on Hashio, Mirror Node REST, and security review.
Each skill loads progressively: start with environment setup and account management, then branch into HTS, HCS, or EVM paths depending on what you are shipping. Skills complement official Hedera documentation and hands-on courses; they do not replace platform licensing or production sign-off.
Install from the Claude Code marketplace or clone the repository for local scripts and contribution workflows.
Core network and accounts
hedera-environment-setup
Portal, faucet, env vars, SDK, Mirror REST checks
hedera-account-management
Create, update, delete accounts; ED25519 vs ECDSA; multisig
hedera-mirror-node
REST recipes for accounts, tokens, NFTs, contracts, topics
Tokens and compliance
hts-fungible-token
Mint, burn, transfer, freeze, KYC, wipe, pause
hts-nft
Collections, royalties, batch mint; HTS NFT vs ERC-721
hts-compliance-token
Compliance-grade HTS; HTS keys vs ERC-3643
hts-stablecoin-studio
Stablecoin Studio install, reserve roles, PoR pointers
hedera-asset-tokenization-studio
ATS architecture; ERC-3643 / ERC-1400 flows
Consensus, EVM, and security
hcs-consensus
Topics, submit keys, chunked messages, Mirror queries
hcs-ai-audit-trail
Tamper-evident AI decision logs on HCS
hedera-smart-contract-evm
Hardhat + Hashio deploy/verify; HIP-1086 jumbo tx
hts-evm-hybrid
HTS precompiles from Solidity; security patterns
hedera-dapp-scaffold
SPA, relay, Mirror; MetaMask vs HashConnect
hedera-smart-contract-audit
Slither/Mythril plus Hedera audit checklist
Installation
- 01
/plugin marketplace add Evaluris-Solutions/claude-hedera-skills - 02
/plugin install hedera-skills@hedera-claude-skills - 03
Optional: git clone https://github.com/Evaluris-Solutions/claude-hedera-skills.git && npm install - 04
Copy .env.example to .env when running repository scripts
Usage notes
- •Accounts and keys: start with hedera-environment-setup and hedera-account-management, then hedera-mirror-node.
- •Fungible and compliance tokens: hts-fungible-token, then hts-compliance-token or ATS skills as needed.
- •Solidity dApps: hedera-smart-contract-evm, then hts-evm-hybrid and hedera-smart-contract-audit before production.
- •Audit trails: hcs-consensus, then hcs-ai-audit-trail for AI agent logging patterns.
Who this is for
- Developers building Hedera-native tokens, NFTs, or consensus-backed audit trails
- Teams shipping EVM contracts on Hashio with HTS precompile patterns
- Architects scoping stablecoin, compliance token, or asset tokenization studio flows
- Security reviewers who want Hedera-specific audit checklists alongside Slither and Mythril
Related tools
Get the source on GitHub
Install instructions, issues, and contributions live in the Evaluris-Solutions organization repository.
Open repository