Chat with the agent. Then run it on your PC.
Cocobot is an OpenClaw-style agent with blockchain skills (EVM/Base): wallet balance, send ETH, ERC-20 balance.
Commands:
npx cocobot agent # Chat loop: /balance, /send, /token, /quit npx cocobot balance # Quick balance (native + optional token) npx cocobot send <address> <amount> # Send ETH npx cocobot token <tokenAddress> # ERC-20 balance
Set COCO_RPC_URL (default: Base), COCO_WALLET_PRIVATE_KEY, optional COCO_TOKEN_ADDRESS in .env. Full docs: npmjs.com/package/cocobot
One command to run the agent with wallet and blockchain skills. Your keys never leave your machine.
npx cocobot agent
Or download the zip and run locally:
npm install cp .env.example .env # optional: COCO_RPC_URL, COCO_WALLET_PRIVATE_KEY npx cocobot agent # then: /balance, /send, /tokenDownload Cocobot (zip)