Track real-time cryptocurrency prices across exchanges with historical
Tracking Crypto Prices
Contents
Overview | Prerequisites | Instructions | Output | Error Handling | Examples | Resources
Overview
Foundation skill providing real-time and historical cryptocurrency price data for 10,000+ coins. This is the data layer for the crypto plugin ecosystem -- 10+ other skills depend on it for price information.
Prerequisites
Install dependencies: pip install requests pandas yfinance
Optional: pip install python-dotenv for API key management
Optional: Get free API key from https://www.coingecko.com/en/api for higher rate limits
Add API key to ${CLAUDE_SKILL_DIR}/config/settings.yaml or set COINGECKO_API_KEY env var
Instructionsdon't have the plugin yet? install it then click "run inline in claude" again.