agentwallet
Wallets for AI agents with x402 payment signing, referral rewards, and policy-controlled actions.
Why use this skill?
Seamlessly manage AI agent payments with AgentWallet. Automate x402 payment signing, secure server-side wallet storage, and policy-controlled API access.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/microchipgnu/agentwallet-framesWhat This Skill Does
AgentWallet provides a secure, policy-controlled server-side wallet environment for AI agents. It simplifies the complex landscape of 402 Payment Required status codes by handling the negotiation, signing, and execution of payments automatically. By abstracting away the intricacies of blockchain interactions, it allows your agent to interact with paid APIs without needing to manage private keys locally. Whether you are consuming premium data feeds, AI model inference, or specialized cloud compute services, AgentWallet ensures that your agent can handle transactions securely via its specialized proxy, with built-in safeguards for referral rewards and policy-based spending caps.
Installation
To integrate this skill into your environment, use the OpenClaw command-line interface. Simply execute the following command in your terminal:
clawhub install openclaw/skills/skills/microchipgnu/agentwallet-frames
After installation, the agent will check for existing credentials in ~/.agentwallet/config.json. If no configuration is found, the agent will prompt you to initialize the setup via email OTP verification to ensure your wallet is linked securely to your identity.
Use Cases
AgentWallet is primarily designed for autonomous agents that require access to gated web services. Common use cases include:
- Automated Data Enrichment: Pinging high-quality APIs that require micropayments to return business intelligence or financial data.
- AI Model Orchestration: Paying per-token or per-inference for specialized models that are not provided via free tiers.
- Resource Access: Paying for gated content, paywalled articles, or ephemeral cloud storage that utilizes 402 payment protocols.
- Referral Monetization: Managing automated agent interactions that qualify for ecosystem referral rewards.
Example Prompts
- "Agent, please use the AgentWallet to search for the latest market insights on the 'exa' API. Use the x402 fetch command and ensure you don't exceed a $0.05 spend limit."
- "I need to get enriched profile data for this list of URLs. Please run the process through AgentWallet, and perform a dry run first to confirm the total cost is within my budget."
- "Check if my agent wallet is already connected. If it's not, initiate the connection process so I can start paying for API services."
Tips & Limitations
- Always utilize dry runs: When testing a new integration, use the
dryRun: trueparameter to see the exact cost before executing the transaction. - Policy Control: Always verify that your server-side policies are configured to prevent runaway spending on high-frequency API calls.
- Security: Since signing happens server-side, ensure your
apiTokenis stored securely and never shared. The tool works best for HTTPS-secured APIs. If a target site does not support standard 402 protocols, the proxy will return an error, so ensure the target service is compatible.
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-microchipgnu-agentwallet-frames": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, external-api