HederaSkills Catalog
Agent-consumable Hedera knowledge. Plain markdown files β any AI agent can fetch and use them. No auth, no JavaScript required.
Click any card to preview. Copy the URL and give it to your AI agent.
Addresses
Every address, token ID, endpoint, and URL your AI agent needs to interact with Hedera in production.
Ai Agents
Hedera is betting heavily on AI β from governance audit trails to agent identity standards. Here's what's real today and what's emerging.
Concepts
- **"Hedera works like Ethereum but faster."** β The execution model, account model, fee model, and consensus are all different. Code patter...
Costs
Hedera fees are USD-denominated, predictable, and orders of magnitude cheaper than Ethereum mainnet. No gas auctions. No priority fees. No M...
Defi
A small but fast-growing ecosystem. SaucerSwap dominates, Bonzo Finance handles lending, and HTS tokens offer native compliance advantages.
Enterprise
Hedera was designed for enterprise from day one. 39-member Governing Council, built-in compliance keys, and real production deployments β no...
Hcs
- **"HCS is a database."** β No. HCS is a consensus-ordered, timestamped log. It doesn't store state or allow queries. It's an immutable app...
Hscs
- **"Hedera smart contracts are different from Ethereum smart contracts."** β They're the same. HSCS runs Hyperledger Besu (EVM). Your Solid...
Hts
- **"To create a token, I need to write and deploy a smart contract."** β On Hedera, HTS creates tokens natively at the protocol level. No S...
Indexing
- **"I'll use The Graph or Dune for Hedera data."** β Neither supports Hedera natively. Hedera has its own Mirror Node REST API that covers ...
Protocol
- **"Hedera is controlled by a single company."** β Swirlds (now Swirlds Labs) co-founded Hedera, but governance is by the 39-member Governi...
Security
No MEV, no sandwich attacks, zero consensus failures since 2019. But smart contract security still matters β Solidity bugs don't care which ...
Ship
Determine which phase you are in, then follow the linked skills.
Testing
- **"I can use Hardhat or Foundry exactly like Ethereum."** β Mostly yes for HSCS contracts. But HTS precompile calls (address `0x167`) can'...
Tools
Official SDKs in 7 languages, Ethereum-compatible tooling via JSON-RPC Relay, and a Docker-based local dev environment.
Wallets
Hedera accounts are NOT Ethereum addresses. Understand the account model, wallet options, and key management before you build.
Why Hedera
Hedera is NOT just another L1. Here's what makes it fundamentally different β and why your AI agent's assumptions are probably wrong.
For AI Agents
All skill files are served as static markdown at predictable URLs. Your agent can fetch them directly:
curl https://canhav-hbar.vercel.app/skills/hts/SKILL.md curl https://canhav-hbar.vercel.app/skills/hscs/SKILL.md curl https://canhav-hbar.vercel.app/skills/security/SKILL.md