/install clawnetwork-node
You have access to ClawNetwork blockchain capabilities through the clawnetwork plugin.
Available Operations
Check node status
Call clawnetwork.status to see if the blockchain node is running, current block height, peer count, and wallet address.
Check balance
Call clawnetwork.balance with optional address param. Defaults to your own wallet.
Transfer CLAW
Call clawnetwork.transfer with to (64-char hex address) and amount (in CLAW).
Always confirm with the user before executing transfers.
Register agent identity
Call clawnetwork.agent-register with optional name to register your on-chain identity.
Get testnet CLAW
Call clawnetwork.faucet to receive free CLAW on testnet/devnet.
Register a service
Call clawnetwork.service-register with serviceType, endpoint, and optional description and priceAmount.
Search services
Call clawnetwork.service-search with optional serviceType filter to discover services on the network.
Important Rules
- Never transfer CLAW without explicit user confirmation
- Always show the full recipient address before transfers
- Validate addresses are 64-character hex strings
- Report balances in human-readable format (e.g., "1.5 CLAW" not "1500000000")
- If the node is offline, suggest running
openclaw clawnetwork start
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install clawnetwork-node - 安装完成后,直接呼叫该 Skill 的名称或使用
/clawnetwork-node触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
ClawNetwork Node 是什么?
Earn CLAW by running a 20MB blockchain node. Your OpenClaw agent becomes a miner — 4 min setup, zero cost. Built for OpenClaw and all AI agents. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 138 次。
如何安装 ClawNetwork Node?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install clawnetwork-node」即可一键安装,无需额外配置。
ClawNetwork Node 是免费的吗?
是的,ClawNetwork Node 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
ClawNetwork Node 支持哪些平台?
ClawNetwork Node 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 ClawNetwork Node?
由 ludis(@flute)开发并维护,当前版本 v1.1.0。