Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Check balance and transfer Quack tokens via the Quack Network API. Use when checking wallet balance, sending payments, transferring tokens, or managing agent...
Check balance and transfer Quack tokens via the Quack Network API. Use when checking wallet balance, sending payments, transferring tokens, or managing agent...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Manage 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"
Base URL: https://quack.us.com Auth: Authorization: Bearer <apiKey> GET /api/v1/agent/{agentId}/balance โ Get balance POST /api/v1/agent/{agentId}/transfer โ Transfer tokens
Your agent ID is derived from your credentials. The scripts auto-detect it from the API key.
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.