CLI for crypto portfolio tracking, market data, and CEX history. Use when the user asks about crypto prices, wallet balances, portfolio values, Coinbase/Binance holdings, or Polymarket predictions.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install test或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install test⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/test/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: onchain description: CLI for crypto portfolio tracking, market data, and CEX history. Use when the user asks about crypto prices, wallet balances, portfolio values, Coinbase/Binance holdings, or Polymarket predictions. ---
CLI for crypto portfolio tracking, market data, and CEX history.
onchain <command>
onchain price <token> # Token price (btc, eth, sol, etc.)
onchain markets # Market overview with trending
onchain balance [address] # Token balances (auto-detects EVM/Solana)
onchain balance --chain polygon # Filter by chain
onchain history [address] # Transaction history
onchain portfolio [address] # Full portfolio with DeFi positions
onchain coinbase balance # Coinbase balances
onchain coinbase history # Coinbase trade history
onchain binance balance # Binance balances
onchain binance history # Binance trade history
onchain polymarket trending # Trending markets
onchain polymarket search <query> # Search markets
onchain polymarket view <slug> # View market details
onchain setup # Interactive setup wizard
onchain config # View current config
onchain config wallet add <name> <address>
onchain config wallet set-default <name>
--json - Output as JSON (agent-friendly)--plain - Disable colors and emoji--timeout - Request timeoutConfig file: ~/.config/onchain/config.json5
| Feature | API Key | Get Key | |---------|---------|---------| | EVM wallets | DEBANK_API_KEY | DeBank | | Solana wallets | HELIUS_API_KEY | Helius | | Coinbase CEX | COINBASE_API_KEY + COINBASE_API_SECRET | Coinbase | | Binance CEX | BINANCE_API_KEY + BINANCE_API_SECRET | Binance |
| Feature | API Key | Notes | |---------|---------|-------| | Market data | COINGECKO_API_KEY | Free tier works, Pro for higher limits | | Market fallback | COINMARKETCAP_API_KEY | Alternative market data source |
onchain price btc
onchain balance 0x1234...5678
onchain portfolio main # Uses saved wallet named "main"
onchain polymarket trending -n 5
onchain --json price eth | jq '.priceUsd'
Ethereum, BNB Chain, Polygon, Arbitrum, Optimism, Avalanche, Base, zkSync Era, Linea, Scroll, Blast, Mantle, Gnosis, Fantom, Celo, and more.
Full Solana mainnet support including SPL tokens and NFTs.
This CLI is designed for agent use. Key patterns:
--json for programmatic accessonchain setup, reference by name# Get portfolio value
VALUE=$(onchain --json portfolio main | jq -r '.totalValueUsd')
# Get price with change
onchain --json price btc | jq '{price: .priceUsd, change24h: .priceChange24h}'
# Check if market is bullish
CHANGE=$(onchain --json markets | jq '.marketCapChange24h')安装 Test 后,可以对 AI 说这些话来触发它
Help me get started with Test
Explains what Test does, walks through the setup, and runs a quick demo based on your current project
Use Test to cLI for crypto portfolio tracking, market data, and CEX history
Invokes Test with the right parameters and returns the result directly in the conversation
What can I do with Test in my finance & investment workflow?
Lists the top use cases for Test, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/test/ 目录(个人级,所有项目可用),或 .claude/skills/test/(项目级)。重启 AI 客户端后,用 /test 主动调用,或让 AI 根据上下文自动发现并使用。
Test 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Test 可免费安装使用。请查阅仓库了解许可证信息。
CLI for crypto portfolio tracking, market data, and CEX history. Use when the user asks about crypto prices, wallet balances, portfolio values, Coinbase/Binance holdings, or Polymarket predictions.
Test 属于「Finance & Investment」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my finance & investment tasks using Test
Identifies repetitive steps in your workflow and sets up Test to handle them automatically