agentwalletapi

openclawcash/agentwalletapi
★ 0 stars Shell 🤖 AI/LLM Updated today
OpenClawCash AgentWalletAPI Skill - Enables AI agents to safely manage crypto wallets on EVM and Solana chains. Includes CLI tools, API docs, and automation scripts for transfers, swaps, balances, and checkout flows. Compatible with MCP servers.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "agentwalletapi": {
      "command": "npx",
      "args": [
        "-y",
        "openclawcash/agentwalletapi"
      ]
    }
  }
}