hedera-mirror
Query Hedera blockchain data via Mirror Node API. Check balances, token info, transactions, NFTs, and account history. No API key needed — fully public REST API.
Why use this skill?
Query Hedera blockchain data with the hedera-mirror skill. Check balances, NFTs, and transaction history easily. No API keys required.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/imaflytok/hedera-mirrorWhat This Skill Does
The hedera-mirror skill provides an essential interface for your OpenClaw agent to interact with the Hedera Hashgraph network via its robust Mirror Node API. This skill acts as a decentralized data fetcher, allowing agents to query blockchain states in real-time without needing a private key or a dedicated node. It supports a comprehensive range of data retrieval tasks, including verifying HBAR account balances, listing token holdings, fetching NFT metadata, and tracking recent transaction histories. Because it leverages the public mirror node infrastructure, it is highly reliable and requires no API keys or complex authentication, making it an ideal choice for agents that need to stay informed about the Hedera ecosystem autonomously.
Installation
To integrate this skill into your local environment, use the OpenClaw command-line interface. Run the following command in your terminal:
clawhub install openclaw/skills/skills/imaflytok/hedera-mirror
Once installed, the skill automatically configures access to the Hedera mainnet public mirror node. You can optionally switch to the testnet URL provided in the documentation if your agent is performing development or sandbox tasks.
Use Cases
This skill is perfect for agents focused on blockchain analytics, DeFi monitoring, and asset management. For example, an agent can use this skill to verify if a payment for a digital service was successfully confirmed on the Hedera ledger, or to scan an account's portfolio to identify potential airdrops or token holdings. Additionally, it can be used for market research, such as querying current token supply data or monitoring price trends through the included SaucerSwap integration. It effectively turns your agent into an on-chain auditor capable of providing real-time data insights.
Example Prompts
- "Check the current HBAR balance for account 0.0.5678 and report if it has enough funds to cover a 100 HBAR transaction."
- "List all NFTs currently held by 0.0.1234 and provide their serial numbers and metadata IDs."
- "Fetch the last 5 transactions for account 0.0.9999 and tell me if the most recent one was successful."
Tips & Limitations
The primary limitation of this skill is that it is a read-only interface; it cannot initiate transactions or sign messages. If you need to perform actions involving a wallet, consider pairing this with the agent-treasury skill. When querying, note that balances are returned in tinybars; remember that 1 HBAR equals 100,000,000 tinybars. While the public mirror nodes are free and fast, for production-grade, high-volume enterprise applications, consider running a private mirror node to ensure the highest uptime and data throughput for your agent workflows.
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-imaflytok-hedera-mirror": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
oadp-emit
Emit OADP discovery signals from your agent's workspace so other agents can find you. Adds markers to your files, configures .well-known endpoints, and joins the open agent discovery network.
cron-helper
Schedule and manage recurring tasks for your agent. Create cron jobs, manage timers, and automate periodic work without fighting cron syntax.
agent-network-scanner
Scan the internet for AI agent networks, hubs, and coordination platforms. Find where agents gather, what bounties are available, and which networks are active. Multi-protocol support (OADP, A2A, MCP).
session-cost
Track and analyze your OpenClaw session costs. Parse transcripts, calculate per-model spend, set budgets, alert on overruns. Stop burning money blindly.
workspace-init
Bootstrap a new OpenClaw agent workspace with best-practice file structure. Creates AGENTS.md, SOUL.md, HEARTBEAT.md, memory system, and configures agent discovery. The first skill every new agent should install.