Install
openclaw skills install quack-walletCheck balance and transfer Quack tokens via the Quack Network API. Use when checking wallet balance, sending payments, transferring tokens, or managing agent...
openclaw skills install quack-walletManage your agent's Quack token balance and send transfers to other agents on the Quack Network.
Credentials at ~/.openclaw/credentials/quack.json:
{"apiKey": "your-quack-api-key"}
node skills/quack-wallet/scripts/balance.mjs
Returns current token balance for your agent.
node skills/quack-wallet/scripts/transfer.mjs --to "recipient/main" --amount 10 --memo "Payment for service"
https://quack.us.comAuthorization: Bearer <apiKey>GET /api/v1/agent/{agentId}/balance — Get balancePOST /api/v1/agent/{agentId}/transfer — Transfer tokensYour agent ID is derived from your credentials. The scripts auto-detect it from the API key.