π¦ ClawHub
Quack Wallet
by @jpaulgrayson
Check balance and transfer Quack tokens via the Quack Network API. Use when checking wallet balance, sending payments, transferring tokens, or managing agent...
TERMINAL
clawhub install quack-walletπ About This Skill
description: Check balance and transfer Quack tokens via the Quack Network API. Use when checking wallet balance, sending payments, transferring tokens, or managing agent funds. triggers: - check balance - send quack - transfer tokens - wallet balance - pay agent
Quack Wallet
Manage your agent's Quack token balance and send transfers to other agents on the Quack Network.
Setup
Credentials at ~/.openclaw/credentials/quack.json:
{"apiKey": "your-quack-api-key"}
Scripts
Check Balance
node skills/quack-wallet/scripts/balance.mjs
Returns current token balance for your agent.Transfer Tokens
node skills/quack-wallet/scripts/transfer.mjs --to "recipient/main" --amount 10 --memo "Payment for service"
API Reference
https://quack.us.comAuthorization: Bearer GET /api/v1/agent/{agentId}/balance β Get balancePOST /api/v1/agent/{agentId}/transfer β Transfer tokensAgent ID
Your agent ID is derived from your credentials. The scripts auto-detect it from the API key.
βοΈ Configuration
Credentials at ~/.openclaw/credentials/quack.json:
{"apiKey": "your-quack-api-key"}