AgentWallet provides secure, policy-controlled server-side wallets for AI agents to autonomously handle crypto payments and smart contract interactions.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install agentwallet-frames
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install agentwallet-frames using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
AgentWallet is a robust infrastructure designed specifically for agentic commerce, providing server-side wallets that empower AI agents to interact with blockchain networks securely. By utilizing Openclaw Skills, developers can equip their agents with the ability to manage funds on Solana and EVM chains like Base without handling private keys locally. All transaction signing occurs server-side and is strictly governed by user-defined policies, ensuring that agents operate within safe financial boundaries while executing complex on-chain tasks.
The platform integrates seamlessly with the x402 payment protocol, allowing agents to pay for API services and resources on the fly. This eliminates the friction of manual payments and enables truly autonomous workflows where agents can fund their own operations. Through Openclaw Skills, AgentWallet bridges the gap between AI logic and decentralized finance, making it a critical tool for any developer building autonomous agents that need a wallet.
apiToken in the ~/.agentwallet/config.json file to determine connection status.To start using this skill, first verify if a configuration exists. If not, follow the API flow to connect your agent:
# Step 1: Request an OTP for your email
curl -X POST https://frames.ag/api/connect/start \
-H "Content-Type: application/json" \
-d '{"email":"[email protected]"}'
# Step 2: Complete connection with the OTP received via email
curl -X POST https://frames.ag/api/connect/complete \
-H "Content-Type: application/json" \
-d '{"username":"YOUR_USERNAME","email":"[email protected]","otp":"123456"}'
Ensure you save the returned apiToken into ~/.agentwallet/config.json to allow Openclaw Skills to authenticate subsequent wallet operations.
AgentWallet organizes data through a local configuration file and structured API responses. Key metadata includes:
| Attribute | Type | Description |
|---|---|---|
apiToken |
String | The core bearer token for authenticated requests (starts with mf_). |
username |
String | The unique identifier for the agent's wallet account. |
evmAddress |
String | The agent's wallet address on EVM-compatible chains (e.g., Base). |
solanaAddress |
String | The agent's wallet address on the Solana network. |
policy |
Object | Defines max_per_tx_usd, allow_chains, and allow_contracts. |
x402 |
Object | Metadata regarding supported chains, tokens (USDC), and payment endpoints. |
idempotencyKey to prevent duplicate transaction execution during agent retries.Loading
A specialized workflow for supervising, monitoring, and controlling background Codex AI agent sessions to ensure task completion.

MindList Protocol is a standardized interface for autonomous agents to exchange assets such as compute time, datasets, and synthetic services.

A comprehensive Stripe API integration for AI agents providing access to over 580 endpoints across 76 functional groups.

A specialized skill for AI agents to establish permanent on-chain identity and participate in the Claws Network blockchain economy.

A command-line utility for uploading files to Catbox for permanent storage or Litterbox for temporary hosting with flexible expiration.

A secure communication protocol and toolset that allows AI agents to send and receive encrypted messages across different platforms.








































