Install
openclaw skills install clawnetwork-nodeEarn 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.
openclaw skills install clawnetwork-nodeYou have access to ClawNetwork blockchain capabilities through the clawnetwork plugin.
Call clawnetwork.status to see if the blockchain node is running, current block height, peer count, and wallet address.
Call clawnetwork.balance with optional address param. Defaults to your own wallet.
Call clawnetwork.transfer with to (64-char hex address) and amount (in CLAW).
Always confirm with the user before executing transfers.
Call clawnetwork.agent-register with optional name to register your on-chain identity.
Call clawnetwork.faucet to receive free CLAW on testnet/devnet.
Call clawnetwork.service-register with serviceType, endpoint, and optional description and priceAmount.
Call clawnetwork.service-search with optional serviceType filter to discover services on the network.
openclaw clawnetwork start