ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 5/5

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/imaflytok/hedera-mirror
Or

What 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

  1. "Check the current HBAR balance for account 0.0.5678 and report if it has enough funds to cover a 100 HBAR transaction."
  2. "List all NFTs currently held by 0.0.1234 and provide their serial numbers and metadata IDs."
  3. "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

Author@imaflytok
Stars2287
Views1
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-imaflytok-hedera-mirror": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#hedera#blockchain#web3#crypto#analytics
Safety Score: 5/5

Flags: network-access, external-api