A non-custodial smart wallet framework for AI agents featuring on-chain spending limits and passkey-based human control.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install agentwallet-cli
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-cli 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 security layer designed to give AI agents financial autonomy while maintaining strict human oversight. By leveraging Openclaw Skills, developers can provision agents with smart wallets on the Base and Solana blockchains that include built-in safety features like daily spending caps and per-transaction limits. These wallets are non-custodial, meaning private keys remain under the developer's secure control, while the smart contract enforces policies on-chain.
The system integrates seamlessly with modern hardware security, utilizing passkeys (FaceID, YubiKey) for human-in-the-loop approvals. Whether you are building an autonomous trading bot or a service agent that needs to handle micro-payments, this skill provides the infrastructure for secure, gas-sponsored, and transparent on-chain operations.
To integrate this capability into your Openclaw Skills workflow, start by installing the package and generating your agent's cryptographic identity:
# Generate keys for both Base and Solana
npx @agntos/agentwallet keygen
# Create the smart wallet (Managed mode recommended)
npx @agntos/agentwallet create --agent 0xYOUR_BASE_ADDRESS --agent-sol YOUR_SOLANA_PUBKEY
Ensure you save your private keys in a secure secrets manager and never hardcode them in your source files.
AgentWallet maintains a structured approach to policy and transaction data across different chains:
| Component | Description | Data Structure |
|---|---|---|
| Policy | On-chain rules for spending | { dailyLimit, perTxLimit, paused } |
| Spend Tracking | Real-time budget monitoring | USD-denominated units (6 decimals) |
| Wallet PDA | Solana Program Derived Address | Seeds: ["wallet", owner, agent, index] |
| Token Limits | Granular control for ERC-20/SPL | Per-token mapping for up to 16 assets |
Loading
A production-grade testing toolkit for AI coding agents to generate, fix, and manage resilient Playwright test suites.

Transform multimedia documents into intelligent, searchable Obsidian notes using multimodal AI analysis.

A local-first solo business operating system for tracking revenue, sales pipelines, and weekly strategic reviews.

A local-first interview preparation suite for researching companies, building behavioral stories, and conducting mock practice sessions.

A professional-grade crypto research agent for deep-diving EVM and Solana tokens with automated social sentiment analysis and alerting.

An advanced research tool that enables AI agents to perform deep-dive analysis of X/Twitter trends, user activity, and niche community conversations.








































