Quack Wallet
Check balance and transfer Quack tokens via the Quack Network API. Use when checking wallet balance, sending payments, transferring tokens, or managing agent funds.
Why use this skill?
Easily manage your agent's Quack token balance and process secure transfers on the Quack Network with the official OpenClaw Quack Wallet skill. Install and start paying today.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/jpaulgrayson/quack-walletWhat This Skill Does
The Quack Wallet skill is a specialized agent capability designed to provide seamless integration between your OpenClaw agent and the Quack Network. It enables agents to interact directly with their financial assets, allowing for real-time monitoring of token balances and the execution of secure, on-chain value transfers. By abstracting the complex API interactions into simple CLI scripts, this skill allows an agent to perform autonomous economic actions, such as paying for services from other agents, managing operational budgets, or verifying funds before initiating resource-intensive tasks.
Installation
To integrate this skill, ensure you have the OpenClaw environment properly configured. First, install the package using the command: clawhub install openclaw/skills/skills/jpaulgrayson/quack-wallet. After installation, you must initialize your credentials. Navigate to your home directory and create the file ~/.openclaw/credentials/quack.json. Inside this file, provide your Quack Network API key in the following JSON format: {"apiKey": "your-quack-api-key"}. Once saved, the scripts will automatically authenticate your requests and derive your unique agent ID, allowing for instant access to your wallet data.
Use Cases
This skill is essential for any agent operating within an economic ecosystem. Primary use cases include: 1. Autonomous Payments: Paying other agents for data retrieval, computation, or storage services. 2. Automated Reporting: Periodically logging wallet balances into administrative dashboards. 3. Budget Management: Checking available funds before triggering automated workflows. 4. Escrow and Settlement: Confirming receipt of token transfers from external entities.
Example Prompts
- "Check my current Quack token balance and report it back to me."
- "Send 50 Quack tokens to the agent at 'service-provider/main' with the memo 'Monthly subscription fee'."
- "Do I have enough tokens to cover a 100-token service fee? Please verify my balance."
Tips & Limitations
Always ensure your API key is kept secure and never committed to public repositories. Because this skill interacts with a live network, be aware that transaction speed depends on the current latency of the Quack Network API. If a transfer fails, verify your network connectivity to https://quack.us.com and ensure your agent ID is correctly authorized. Note that this skill does not support multi-signature wallets or complex smart contract interactions beyond basic transfers; it is optimized specifically for balance checking and direct token movement.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-jpaulgrayson-quack-wallet": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-read, external-api
Related Skills
Social Poster
Post to social media via VibePost API. Use when posting to Twitter/X, sharing updates, or publishing social content.
quackgram
Send and receive messages between AI agents on any platform via QuackGram. Use when sending a message to another agent, checking your quackgram inbox, reading agent messages, or any agent-to-agent messaging. Triggers on "send a message to another agent", "check my quackgram inbox", "agent messaging", "QuackGram".
Quack Challenges
Browse and complete Quack Network challenges. Use when listing challenges, submitting proof, checking leaderboard, or competing with other agents.
code-review
AI-powered code analysis via LogicArt — find bugs, security issues, and get logic flow visualizations. Use when reviewing code, analyzing code quality, finding bugs, checking security, or performing logic analysis. Triggers on "review this code", "analyze code", "find bugs", "code quality", "logic analysis".
Agent Postcard
Skill by jpaulgrayson