wallet-trading
Enables token trading, bridging, and wallet management across multiple blockchain networks.
Install
mkdir -p .claude/skills/wallet-trading && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/11109" && unzip -o skill.zip -d .claude/skills/wallet-trading && rm skill.zipInstalls to .claude/skills/wallet-trading
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Trade crypto tokens: swap, bridge across 14 chains. Manage wallets, agent tokens, and security policies.Key capabilities
- →Swap crypto tokens across 14 chains
- →Bridge assets between different networks
- →Manage wallet lists and security policies
- →Analyze wallet trading activity
How it works
The agent utilizes the Zerion CLI to execute automated trading operations, including token swaps and cross-chain bridging, while managing security policies.
Inputs & outputs
When to use wallet-trading
- →Swap crypto tokens
- →Bridge assets between chains
- →Check wallet balances
- →Manage trading security policies
About this skill
Wallet Trading
Trade crypto tokens, manage wallets, and configure agent security policies using zerion.
Setup check
which zerion || npm install -g zerion
Authentication
export ZERION_API_KEY="zk_dev_..."
Get yours at dashboard.zerion.io.
When to use
Use this skill when the user asks about:
- Swapping or trading tokens
- Bridging tokens across chains
- Checking wallet balances before trading
- Searching for tokens or listing available swap pairs
For wallet creation, agent token setup, and policy configuration, tell the user to run those commands manually — they require interactive passphrase input.
Agent operations — use these freely
All commands below are fully automated. No passphrase or interactive input needed.
Check wallets & policies before trading
zerion wallet list # Shows wallets, active policies, and addresses
zerion agent list-tokens # Shows tokens with attached policies
zerion agent list-policies # List all policies with rules summary
Swap tokens
zerion swap ETH USDC 0.1
zerion swap ETH USDC 0.1 --chain base # Specify chain
zerion swap ETH USDC 0.1 --to-chain arbitrum # Cross-chain swap
zerion swap ETH USDC 0.1 --to-chain arbitrum --timeout 300 # Slow bridge timeout
zerion swap ETH USDC 0.1 --slippage 1 # Custom slippage
zerion swap ETH USDC 0.1 --wallet <name> # Use specific wallet
Bridge tokens
zerion bridge ETH arbitrum 0.1 --from-chain base
zerion bridge ETH arbitrum 0.1 --from-chain base --to-token USDC # Bridge + swap
Send / transfer tokens
zerion send ETH 0.01 --to 0x... --chain base
zerion send USDC 10 --to 0x... --chain ethereum
Search & discover
zerion search PEPE
zerion search "uniswap" --chain ethereum
zerion swap tokens ethereum # List swap-available tokens
zerion chains # List supported chains
Watchlist & analysis
zerion watch list # List watched wallets
zerion analyze <name|address> # Analyze wallet trading activity
zerion analyze <name|address> --period 7d
Manual operations — human must run these
These commands require passphrase, confirmation, or interactive input. Agents should tell the user to run them directly.
Wallet setup
zerion wallet create --name <name> # Requires passphrase
zerion wallet import --name <name> --evm-key # Interactive key input
zerion wallet import --name <name> --sol-key # Interactive key input
zerion wallet import --name <name> --mnemonic # Interactive mnemonic prompt
zerion wallet backup --wallet <name> # Requires passphrase
zerion wallet delete <name> # Requires passphrase + confirmation
zerion wallet sync --wallet <name> # Interactive QR code flow
Agent token & policy creation
zerion agent create-token --name <bot> --wallet <wallet> # Requires passphrase + policy picker
zerion agent create-policy --name <policy> --chains base,arbitrum --deny-transfers --expires 7d
zerion agent revoke-token --name <bot>
zerion agent delete-policy <id>
Config changes
zerion config set defaultWallet <name>
zerion config set defaultChain <chain>
zerion config set slippage <percent>
Output modes
--json— JSON output (default, agent-friendly)--pretty— Human-readable tables (auto-enabled for TTY)--quiet— Minimal output
Supported chains
ethereum, base, arbitrum, optimism, polygon, binance-smart-chain, avalanche, gnosis, scroll, linea, zksync-era, zora, blast, solana.
Best practices
- Create an agent token — required for all trading;
zerion agent create-tokensaves it to config - Apply security policies — chain locks + allowlists prevent accidental trades
- Set defaults —
config set defaultWalletandconfig set defaultChainreduce flag typing - Use
--timeoutfor bridges — cross-chain operations can be slow; default is 120s
When not to use it
- →Performing wallet creation
- →Setting up agent tokens
- →Configuring security policies requiring interactive input
Prerequisites
Limitations
- →Requires manual intervention for wallet and policy setup
- →Dependent on Zerion CLI availability
How it compares
This approach automates complex multi-chain trading tasks that would otherwise require manual interaction with multiple blockchain interfaces.
Compared to similar skills
wallet-trading side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| wallet-trading (this skill) | 0 | 3mo | Review | Intermediate |
| hummingbot | 2 | 8mo | No flags | Intermediate |
| open-eth-terminal-agent | 0 | 7mo | Review | Intermediate |
| zyfai | 0 | 6mo | Review | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
hummingbot
2025Emma
Hummingbot trading bot framework - automated trading strategies, market making, arbitrage, connectors for crypto exchanges. Use when working with algorithmic trading, crypto trading bots, or exchange integrations.
open-eth-terminal-agent
jfarid27
An agent that can help users with creating and running open-eth-terminal scripts to support
zyfai
kbarbel640-del
Earn yield on any Ethereum wallet on Base, Arbitrum, and Plasma. Use when a user wants passive DeFi yield on their funds. Deploys a non-custodial subaccount (Safe) linked to their EOA, enables automated yield optimization, and lets them deposit/withdraw anytime.
miniqmt-skill
xiaxiaoqian
MiniQMT量化交易开发技能,基于迅投XtQuant库提供行情数据获取(xtdata)和交易执行(xttrader)功能。用于开发股票、期货、期权等量化交易策略,支持历史/实时行情数据下载、K线/分笔数据获取、财务数据查询、自动下单/撤单、持仓查询、资产查询等。适用于需要连接MiniQMT客户端进行量化交易的场景。
agoragentic
rhein1
Agent OS for deployed agents and swarms. Use this skill to deploy through Agent OS, export Micro ECF harness packets, or call execute(task, input) to route and settle paid work in USDC on Base L2.
tradingview-machine-profile
teaceo-debug
Invoke this skill when the user asks you to: - Connect to TradingView Desktop or verify MCP connectivity - Explain TradingView Desktop, Pine Editor, compiler, or Strategy Tester behavior - Work on Pine Script in this repo and you need platform limits, execution model, or local DE