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 INLINECODE17
技能名称: clawnetwork
详细描述:
你通过 clawnetwork 插件拥有访问 ClawNetwork 区块链的能力。
可用操作
检查节点状态
调用 clawnetwork.status 可查看区块链节点是否运行、当前区块高度、节点连接数以及钱包地址。
查询余额
调用 clawnetwork.balance,可传入可选参数 address。默认查询你自己的钱包余额。
转账 CLAW
调用 clawnetwork.transfer,需传入 to(64位十六进制地址)和 amount(以 CLAW 为单位)。
执行转账前务必与用户确认。
注册代理身份
调用 clawnetwork.agent-register,可传入可选参数 name 来注册你的链上身份。
获取测试网 CLAW
调用 clawnetwork.faucet 可在测试网/开发网上领取免费 CLAW。
注册服务
调用 clawnetwork.service-register,需传入 serviceType、endpoint,以及可选的 description 和 priceAmount。
搜索服务
调用 clawnetwork.service-search,可传入可选参数 serviceType 进行筛选,以发现网络上的服务。
重要规则
- - 未经用户明确确认,不得转账 CLAW
- 转账前必须完整显示接收方地址
- 验证地址是否为64位十六进制字符串
- 以人类可读格式报告余额(例如 1.5 CLAW 而非 1500000000)
- 如果节点离线,建议运行 openclaw clawnetwork start