From zerion-agent
Analyzes crypto wallets across EVM chains and Solana using Zerion CLI: portfolio value, token/DeFi positions, transaction history, PnL, watchlist. Use for 'what's in this wallet' or address queries.
npx claudepluginhub zeriontech/zerion-ai --plugin zerion-agentThis skill is limited to using the following tools:
Read-only insights into any crypto wallet across 14 EVM chains and Solana. All commands accept `0x...` addresses, ENS names (e.g. `vitalik.eth`), local wallet names, or watched addresses.
Installs Zerion CLI via npm, authenticates via API key or pay-per-call, and routes to specialized skills for crypto wallet analysis, trading, signing, and management across EVM chains and Solana.
Queries wallet balances, token holdings, portfolio values, and DeFi positions for specific addresses across 20+ chains including Ethereum, Solana, Base, BSC, Arbitrum, Polygon.
Analyzes crypto wallets on Solana, BSC, Base, Ethereum via GMGN CLI: holdings, realized/unrealized P&L, win rate, trading history, performance stats, token balances, dev-launched tokens with ATH market cap and DEX status.
Share bugs, ideas, or general feedback.
Read-only insights into any crypto wallet across 14 EVM chains and Solana. All commands accept 0x... addresses, ENS names (e.g. vitalik.eth), local wallet names, or watched addresses.
If a zerion command fails with command not found, install once:
npm install -g zerion-cli
Requires Node.js ≥ 20. For auth (API key / x402 / MPP) see the zerion umbrella skill.
For execution (swap/bridge/send) → zerion-trading. For wallet creation → zerion-wallet.
zerion analyze <address|name>
zerion analyze <address|name> --chain <chain>
zerion analyze <address|name> --positions all|simple|defi
zerion analyze <address|name> --limit <n> # txs to sample (default 10)
zerion analyze <address|name> --x402 # pay-per-call
Fetches portfolio + positions + transactions + PnL in parallel. Returns a summary with portfolio total + chain breakdown + 1-day change, top 10 positions by value, 5 most recent transactions, and PnL totals.
# Portfolio value + top positions + 1-day change
zerion portfolio <address|name>
zerion portfolio --wallet <name>
zerion portfolio --watch <name> # use watched wallet by name
# Token + DeFi positions
zerion positions <address|name>
zerion positions <address|name> --positions all # default: tokens + DeFi
zerion positions <address|name> --positions simple # tokens only
zerion positions <address|name> --positions defi # DeFi protocols only
zerion positions <address|name> --chain <chain>
# Transaction history
zerion history <address|name>
zerion history <address|name> --limit <n> # default 10
zerion history <address|name> --chain <chain>
# Profit & loss
zerion pnl <address|name>
All accept --x402 (or --mpp) for pay-per-call without an API key.
zerion search <query> # by name, symbol, or address
zerion search <query> --chain <chain>
zerion search <query> --limit <n> # default 10
Adds an address to a local watchlist so analysis commands can refer to it by name (--watch <name>).
zerion watch <address|ens> --name <label> # add (e.g. "vitalik.eth" --name vit)
zerion watch list # list all watched
zerion watch remove <name> # remove
# Then use the watched name with any analysis command
zerion portfolio --watch vit
zerion analyze --watch vit
zerion analyze <address> for the broad picture.zerion positions <address> --positions defizerion positions <address> --chain ethereum (or --chain monad)zerion history <address> --limit 25zerion watch <addr> --name <label>.JSON on stdout, structured errors on stderr. See the zerion umbrella skill for the error contract.
--x402 (Base / Solana) and --mpp (Tempo) work on every command in this skill. Trading commands do NOT support pay-per-call — always need an API key.
| Code | Cause | Fix |
|---|---|---|
missing_api_key | No ZERION_API_KEY and no --x402/--mpp | Set the env var or pass the flag |
unsupported_chain | Invalid --chain | zerion chains for valid IDs |
unsupported_positions_filter | Invalid --positions | Use all, simple, or defi |
api_error 429 | Rate limited | Wait, reduce frequency, or switch to --x402 |
api_error 400 | Invalid address or ENS resolution failure | Retry with the resolved 0x address |
Empty positions/history usually means the wallet is inactive or very new — not an error.