crypto-tracker
SKILL.md
Crypto Price Tracker
Quick crypto price checks using CoinGecko API (free, no key needed).
Usage
Just ask: "crypto prices", "how's BTC doing", "ETH price", etc.
API Endpoints
Get Multiple Prices
curl -s "https://api.coingecko.com/api/v3/simple/price?ids=bitcoin,ethereum,solana&vs_currencies=usd&include_24hr_change=true&include_market_cap=true"
Get Detailed Info
# Bitcoin details
curl -s "https://api.coingecko.com/api/v3/coins/bitcoin?localization=false&tickers=false&community_data=false&developer_data=false"
Search for Coin
curl -s "https://api.coingecko.com/api/v3/search?query=pepe"
Get Market Data (top coins)
curl -s "https://api.coingecko.com/api/v3/coins/markets?vs_currency=usd&order=market_cap_desc&per_page=20&sparkline=false"
Common Coin IDs
- bitcoin, ethereum, solana, cardano, polkadot
- dogecoin, shiba-inu, pepe
- chainlink, uniswap, aave
- matic-network (Polygon), avalanche-2, arbitrum
Response Format
When Alec asks for crypto prices, format like:
BTC: $XX,XXX (↑/↓ X.X% 24h)
ETH: $X,XXX (↑/↓ X.X% 24h)
SOL: $XXX (↑/↓ X.X% 24h)
Weekly Installs
1
Repository
chipagosfinest/…-tradingFirst Seen
Feb 6, 2026
Installed on
replit1
openclaw1
opencode1
cursor1
codex1
claude-code1