ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 2/5

Agentwallet Cli

Skill by 0xartex

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/0xartex/agentwallet-cli
Or

What This Skill Does

The AgentWallet CLI by 0xartex provides a powerful command-line interface for managing non-custodial smart wallets specifically designed for AI agents. It bridges the gap between AI autonomy and on-chain security by supporting Base (EVM) and Solana ecosystems. The tool allows agents to generate secure keypairs, create smart wallet contracts, and handle transactions with built-in safety features like daily spending limits. Because it uses passkey-based human control, you retain ultimate oversight while allowing the agent to function independently. Every wallet created via this tool is eligible for free gas, ensuring that your agents can start transacting immediately upon deployment without needing initial funding.

Installation

To integrate this skill into your OpenClaw environment, execute the following command in your terminal:

clawhub install openclaw/skills/skills/0xartex/agentwallet-cli

Ensure you have Node.js installed, as this skill utilizes the @agntos/agentwallet package via npm to manage blockchain interactions securely.

Use Cases

  • Automated Trading: Allow your agent to participate in DeFi markets on Base or Solana within strict spending limits.
  • Agent Payments: Program your agent to pay for API subscriptions or cloud resources automatically using crypto.
  • NFT Minting: Enable your agent to interact with smart contracts to mint or trade digital assets.
  • Cross-Chain Governance: Use the wallet to participate in DAO voting or governance proposals across multiple chains.

Example Prompts

  1. "Agent, please generate new base and solana keypairs for my wallet and display them in JSON format so I can save them securely."
  2. "Create a new smart wallet on the Base chain using my agent address 0xB042...B7DC and provide the setup URL for me to authorize."
  3. "Check the current status and remaining daily budget of my Solana smart wallet to ensure I have enough gas for the upcoming trade."

Tips & Limitations

Safety is paramount. Never expose your private keys; store them in an encrypted environment variable or a dedicated secrets manager. Be aware that all transactions on the blockchain are irreversible. While this tool manages the wallet, users must manually configure per-token spending limits for ERC-20 and SPL tokens, as they are unlimited by default. If your agent encounters unexpected behavior, use the pause function immediately to halt all outgoing transactions.

Metadata

Author@0xartex
Stars4473
Views2
Updated2026-05-01
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-0xartex-agentwallet-cli": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#blockchain#web3#crypto#agent-automation#smart-wallets
Safety Score: 2/5

Flags: network-access, file-write, file-read, external-api