Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
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. Use when the user asks about crypto prices, wallet balances, portfolio values, Coinbase/Binance holdings, or Polymarket predictions.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
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 <ms> - Request timeout
Config file: ~/.config/onchain/config.json5
FeatureAPI KeyGet KeyEVM walletsDEBANK_API_KEYDeBankSolana walletsHELIUS_API_KEYHeliusCoinbase CEXCOINBASE_API_KEY + COINBASE_API_SECRETCoinbaseBinance CEXBINANCE_API_KEY + BINANCE_API_SECRETBinance
FeatureAPI KeyNotesMarket dataCOINGECKO_API_KEYFree tier works, Pro for higher limitsMarket fallbackCOINMARKETCAP_API_KEYAlternative 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: Always use --json for programmatic access Check exit codes - 0 for success, 1 for error Use saved wallets - Configure once with onchain setup, reference by name Rate limiting - APIs have rate limits, add delays between rapid calls
# 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')
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.