| name | agnic |
| description | 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 tokens, send/receive email, or check their agent identity.
|
| user-invocable | true |
| disable-model-invocation | false |
| allowed-tools | ["Bash(npx agnic@latest *)"] |
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
npx agnic@latest auth logout
Balance & Funding
npx agnic@latest balance --json
npx agnic@latest balance --network base --json
npx agnic@latest address
Supported networks: base, solana, base-sepolia, solana-devnet
X402 Payments
npx agnic@latest x402 search "weather data" --json
npx agnic@latest x402 preview <url>
npx agnic@latest x402 pay <url> --method GET --json
Token Trading
npx agnic@latest trade quote 10 USDC ETH --json
npx agnic@latest trade 10 USDC ETH --json
Supported tokens: USDC, ETH, WETH, cbETH, DAI, AERO
Send USDC
npx agnic@latest send <amount> <address> --network base --json
Agent Identity
npx agnic@latest agent-identity --json
npx agnic@latest status --json
Agent Email
npx agnic@latest email address --json
npx agnic@latest email setup --display-name "My Agent"
npx agnic@latest email inbox --limit 10 --json
npx agnic@latest email send --to user@example.com --subject "Hello" --body "Message"
npx agnic@latest email reply --message-id <id> --body "Reply text"
AI Gateway
npx agnic@latest ai models --json
npx agnic@latest ai models --provider openai --json
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
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)