From zerion-agent
Buys crypto with credit card or bank transfer via MoonPay CLI, funds wallets, verifies balances, and uses with Zerion CLI for trading and analysis. Useful before DeFi workflows.
npx claudepluginhub zeriontech/zerion-ai --plugin zerion-agentThis skill uses the workspace's default tool permissions.
**Purpose:** Buy crypto with a credit card or bank transfer via MoonPay CLI, then use the funded wallet with Zerion for trading and analysis.
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.
Manages multichain crypto wallets via Trust Wallet CLI (twak): install, create wallets, check balances, send/swap tokens, history, price alerts, DCA, limit orders, ERC-20 approvals, token risk checks.
Executes token buys, sells, swaps, cross-chain bridges, and ETH/WETH conversions via natural language prompts. Supports chains like Ethereum, Base, Polygon, Solana; handles USD, percentage, exact amounts.
Share bugs, ideas, or general feedback.
Purpose: Buy crypto with a credit card or bank transfer via MoonPay CLI, then use the funded wallet with Zerion for trading and analysis.
mp buy --token <token> --amount <usd> --wallet <address> --email <email> — Purchase crypto with fiatmp token balance list --wallet <address> --chain <chain> — Verify funds arrivedmp wallet list — View wallet addressesnpm i -g @moonpay/cli) — handles fiat-to-crypto purchasesnpm i -g zerion-cli) — for on-chain analysis and trading after fundingzerion wallet list or mp wallet list)# Zerion wallet (preferred — shared EVM address)
zerion wallet list
# Or MoonPay wallet
mp wallet list
# Buy ETH on Ethereum mainnet with $100
mp buy \
--token eth_ethereum \
--amount 100 \
--wallet <eth-address> \
--email <email>
MoonPay returns a checkout URL — complete payment in browser. Funds arrive in ~5–30 minutes depending on payment method.
Common tokens:
| Token | Symbol | Chain |
|---|---|---|
| Ethereum | eth_ethereum | Ethereum |
| Solana | sol_solana | Solana |
| Polygon | pol_polygon | Polygon |
| Monad | mon_mon | Monad |
| USDC (Ethereum) | usdc_ethereum | Ethereum |
| USDC (Solana) | usdc_solana | Solana |
# Check balance on Ethereum
mp token balance list --wallet <address> --chain ethereum
# Or via Zerion analyze
zerion analyze <address>
Once funded, use the full Zerion trading stack:
# Swap ETH for USDC
zerion swap eth usdc 0.05
# Bridge to another chain
zerion bridge eth arbitrum 0.05
# Full portfolio view
zerion analyze <address>
MoonPay CLI uses its own authentication — run mp login on first use. The wallet address is shared between CLIs (same EVM address works in both).
--email flag is required for fiat purchases (receipt + KYC link)