← 返回 Skills 市场
ivangdavila

Hedera

作者 Iván · GitHub ↗ · v1.0.0
linuxdarwinwin32 ✓ 安全检测通过
761
总下载
2
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install hedera
功能描述
Assist with Hedera HBAR transactions, account creation, token service, and consensus features.
使用说明 (SKILL.md)

Account Model (Critical Difference)

  • Hedera accounts must be created before receiving funds — unlike Bitcoin/Ethereum, addresses don't exist until created
  • Account creation costs HBAR — someone must fund the initial creation
  • Account IDs are numeric (0.0.12345) — not cryptographic hashes like other chains
  • Memo field available on accounts — can store small amounts of data
  • Accounts can be deleted to recover balance — but requires all tokens and associations removed first

Account Creation

  • New users need someone to create their account — can't just generate address and receive
  • Exchanges create accounts on withdrawal — but self-custody requires creation first
  • HashPack and other wallets offer account creation — may require payment or sponsor
  • Testnet accounts free to create — use for development and testing

Transaction Fees

  • Fees are extremely low and predictable — typically $0.0001 or less
  • Fees paid in HBAR only — no gas token complexity
  • Transaction fees set by network, not auction — no priority fee bidding
  • Scheduled transactions cost extra — pay for scheduling plus execution

Token Service (HTS)

  • Native token support without smart contracts — create tokens via Hedera Token Service
  • Token association required before receiving — must explicitly associate with token ID
  • Association costs small HBAR fee — limits spam tokens
  • Fungible and NFT tokens supported natively — no need for custom contracts
  • Token admin keys control supply, freeze, wipe — verify token permissions before trusting

Memo Field

  • Transactions can include memo — used for exchange deposits like destination tags
  • Memo is public and permanent — don't include sensitive data
  • Some services require specific memo format — verify before sending
  • Max memo size is 100 bytes — keep it short

Consensus and Finality

  • Transactions finalize in 3-5 seconds — no waiting for confirmations
  • Hashgraph consensus provides ordering guarantees — no MEV or frontrunning possible
  • Fair ordering prevents manipulation — transactions processed in order received
  • Mirror nodes provide historical data — main network doesn't store full history

Smart Contracts

  • Hedera supports Solidity smart contracts — EVM compatible
  • Contracts interact with native HTS tokens — best of both worlds
  • Contract deployment costs more than simple transactions — plan accordingly
  • State storage costs ongoing rent — unused contracts still cost

Staking

  • Native staking to nodes — no minimum, no lockup
  • Rewards paid automatically every 24 hours — no claiming needed
  • Staking doesn't transfer funds — HBAR stays in your account
  • Choosing a node affects decentralization — spread stakes across nodes

Keys and Security

  • Accounts can have multiple keys — threshold signatures supported
  • Key rotation possible without changing account ID — update keys if compromised
  • Different key types: Ed25519, ECDSA (secp256k1) — affects wallet compatibility
  • Admin keys on tokens can freeze/wipe holdings — check before acquiring tokens

Common Issues

  • "INSUFFICIENT_PAYER_BALANCE" — need more HBAR for fees
  • "INVALID_ACCOUNT_ID" — account doesn't exist, needs creation
  • "TOKEN_NOT_ASSOCIATED" — must associate with token before receiving
  • "INSUFFICIENT_TX_FEE" — rare, fee estimate was too low
  • "ACCOUNT_FROZEN_FOR_TOKEN" — token admin has frozen transfers

Exchanges and Transfers

  • Most major exchanges support HBAR — verify account ID format (0.0.xxxxx)
  • Memo often required for exchange deposits — critical like XRP destination tags
  • Account ID is not a wallet address — don't confuse with Ethereum-style addresses
  • Verify recipient account exists before sending — non-existent accounts reject transfers

Network Services

  • Hedera Consensus Service (HCS) — ordered message logging
  • Hedera File Service (HFS) — store larger data on network
  • Mirror nodes for queries — don't query mainnet for historical data
  • SDKs available for major languages — JavaScript, Java, Go, Python
安全使用建议
This skill is a read-only Hedera reference and appears internally consistent. However, note that the package provenance is unknown (no homepage or publisher info). Before using it for real transactions: (1) never paste private keys, mnemonics, or private account material into prompts; (2) prefer official wallets/SDKs for signing or sending funds; (3) if a future version requests API keys, private keys, or an install script, treat that as suspicious and re-evaluate; and (4) test any transaction workflows on Hedera testnet first.
功能分析
Type: OpenClaw Skill Name: hedera Version: 1.0.0 The skill bundle contains only metadata and a `SKILL.md` file. The `SKILL.md` file provides purely informational content about the Hedera blockchain, describing its features, account model, transaction details, and common issues. There are no executable code snippets, no instructions for the AI agent to perform actions beyond its stated purpose, no attempts at prompt injection, and no indications of data exfiltration, malicious execution, persistence mechanisms, or obfuscation. The content is entirely descriptive and aligns with a benign informational skill.
能力评估
Purpose & Capability
The skill's name/description (Hedera HBAR, account creation, token service, consensus) matches the SKILL.md content. It does not request unrelated binaries, environment variables, or config paths.
Instruction Scope
SKILL.md is purely informational guidance (account model, fees, HTS, memos, etc.). It does not instruct the agent to read local files, access environment variables, call external endpoints, or exfiltrate data.
Install Mechanism
No install spec and no code files are present — the lowest-risk, instruction-only format. Nothing will be written to disk or executed by an installer.
Credentials
The skill requires no credentials, env vars, or config paths. There is no disproportionate request for secrets or unrelated service tokens.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request persistent presence or permissions to modify other skills or system-wide agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install hedera
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /hedera 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug hedera
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Hedera 是什么?

Assist with Hedera HBAR transactions, account creation, token service, and consensus features. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 761 次。

如何安装 Hedera?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install hedera」即可一键安装,无需额外配置。

Hedera 是免费的吗?

是的,Hedera 完全免费(开源免费),可自由下载、安装和使用。

Hedera 支持哪些平台?

Hedera 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux, darwin, win32)。

谁开发了 Hedera?

由 Iván(@ivangdavila)开发并维护,当前版本 v1.0.0。

💬 留言讨论