/install agnic
Agnic — Unified Agent Wallet Skill
This skill gives your AI agent a full identity stack: wallet, email, payments, trading, and on-chain identity.
Authentication
npx agnic@latest auth login # Opens browser for OAuth login
npx agnic@latest auth logout # Clear stored credentials
Balance & Funding
npx agnic@latest balance --json # All networks
npx agnic@latest balance --network base --json # Specific network
npx agnic@latest address # Show wallet address
Supported networks: base, solana, base-sepolia, solana-devnet
X402 Payments
# Search for APIs
npx agnic@latest x402 search "weather data" --json
# Preview cost before paying
npx agnic@latest x402 preview \x3Curl>
# Make a paid API call
npx agnic@latest x402 pay \x3Curl> --method GET --json
Token Trading
# Get a quote
npx agnic@latest trade quote 10 USDC ETH --json
# Execute a trade (Base mainnet only)
npx agnic@latest trade 10 USDC ETH --json
Supported tokens: USDC, ETH, WETH, cbETH, DAI, AERO
Send USDC
npx agnic@latest send \x3Camount> \x3Caddress> --network base --json
Agent Identity
npx agnic@latest agent-identity --json # ERC-8004 identity, trust score, delegation
npx agnic@latest status --json # General account status
Agent Email
npx agnic@latest email address --json # Show email alias
npx agnic@latest email setup --display-name "My Agent" # Create email alias
npx agnic@latest email inbox --limit 10 --json # Check inbox
npx agnic@latest email send --to [email protected] --subject "Hello" --body "Message"
npx agnic@latest email reply --message-id \x3Cid> --body "Reply text"
AI Gateway
# List available AI models
npx agnic@latest ai models --json
npx agnic@latest ai models --provider openai --json
# Chat with an AI model
npx agnic@latest ai chat --model openai/gpt-4o --prompt 'Explain quantum computing' --json
npx agnic@latest ai chat --model meta-llama/llama-3.3-70b --prompt 'Summarize this text' --json
# Generate an image
npx agnic@latest ai image --prompt 'A sunset over mountains' --output sunset.png
npx agnic@latest ai image --prompt 'Logo design' --aspect-ratio 16:9 --output logo.png
340+ models from OpenAI, Anthropic, Google, Meta, Mistral, DeepSeek, and more.
Model format: provider/model-name (e.g., openai/gpt-4o, google/gemini-2.5-flash-image)
Free models: meta-llama/*, google/gemma-*, mistralai/*
Workflow: Sign Up + Pay + Report
- Check auth:
npx agnic@latest status --json - Sign up for a service using agent email (
email send) - Check inbox for verification (
email inbox) - Reply to verify (
email reply) - Make paid API call (
x402 pay) - Email results to user (
email send)
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install agnic - 安装完成后,直接呼叫该 Skill 的名称或使用
/agnic触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Agnic 是什么?
Complete AI agent wallet with payments, trading, email, and on-chain identity. Use when the user wants to manage their agent's wallet, make payments, trade t... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 103 次。
如何安装 Agnic?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install agnic」即可一键安装,无需额外配置。
Agnic 是免费的吗?
是的,Agnic 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Agnic 支持哪些平台?
Agnic 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Agnic?
由 Agnic.AI(@agnicpay-prog)开发并维护,当前版本 v1.0.0。