crypto-market-cli
version: "5.0.0"
by bytesagain · published 2026-03-22
$ claw add gh:bytesagain/bytesagain-crypto-market-cli---
version: "5.0.0"
name: crypto-market-cli
description: "Track crypto prices, portfolios, and market data via CoinGecko. Use when checking coin prices, managing a portfolio, setting alerts, or comparing cryptocurrencies."
author: BytesAgain
homepage: https://bytesagain.com
source: https://github.com/bytesagain/ai-skills
---
# crypto-market-cli
Cryptocurrency market toolkit — get live prices from CoinGecko API, manage watchlists and portfolios, view price history with sparkline charts, set price alerts, and compare coins.
Commands
`price`
Get live price, 24h change, and market cap for a coin from CoinGecko.
scripts/script.sh price bitcoin
scripts/script.sh price ethereum eur`search`
Search for coins by name or symbol. Returns top 10 results with rank.
scripts/script.sh search "solana"`track`
Add a coin to your local watchlist.
scripts/script.sh track bitcoin
scripts/script.sh track ethereum`watchlist`
Display all watchlist coins with current prices and 24h changes (fetched live).
scripts/script.sh watchlist`portfolio`
Manage your portfolio — record buys and view current holdings with live P/L.
scripts/script.sh portfolio add bitcoin 0.5 42000
scripts/script.sh portfolio add ethereum 2.0 3200
scripts/script.sh portfolio show`history`
View price history for a coin over N days, with sparkline visualization.
scripts/script.sh history bitcoin 7
scripts/script.sh history ethereum 30`compare`
Side-by-side price comparison of two coins.
scripts/script.sh compare bitcoin ethereum`gas`
Ethereum gas price information and links.
scripts/script.sh gas`alert`
Set and view price alerts (stored locally).
scripts/script.sh alert add bitcoin 50000 above
scripts/script.sh alert add ethereum 2000 below
scripts/script.sh alert list`stats`
Show usage statistics — watchlist size, portfolio entries, alerts count.
scripts/script.sh stats`export`
Export portfolio data as JSON or CSV.
scripts/script.sh export json
scripts/script.sh export csv`help`
scripts/script.sh help`version`
scripts/script.sh versionExamples
# Quick price check
scripts/script.sh price bitcoin
scripts/script.sh price solana
# Build a watchlist
scripts/script.sh track bitcoin
scripts/script.sh track ethereum
scripts/script.sh track solana
scripts/script.sh watchlist
# Track portfolio P/L
scripts/script.sh portfolio add bitcoin 0.1 45000
scripts/script.sh portfolio show
# Research
scripts/script.sh history bitcoin 30
scripts/script.sh compare bitcoin ethereumConfiguration
| Variable | Required | Description |
|----------|----------|-------------|
| `CRYPTO_CLI_DIR` | No | Data directory (default: `~/.crypto-market-cli/`) |
Data Storage
All data saved in `~/.crypto-market-cli/`:
Requirements
CoinGecko free API — no key required, rate-limited to ~10 requests/minute.
---
*Powered by BytesAgain | bytesagain.com | hello@bytesagain.com*
More tools from the same signal band
Order food/drinks (点餐) on an Android device paired as an OpenClaw node. Uses in-app menu and cart; add goods, view cart, submit order (demo, no real payment).
Sign plugins, rotate agent credentials without losing identity, and publicly attest to plugin behavior with verifiable claims and authenticated transfers.
The philosophical layer for AI agents. Maps behavior to Spinoza's 48 affects, calculates persistence scores, and generates geometric self-reports. Give your...