Agent skill · data analytics · aaaaqwq

tracking-crypto-prices

Foundation skill providing real-time and historical cryptocurrency price data. This skill is the data layer for the crypto plugin ecosystem - 10+ othe

Why this skill is useful

Adds executable scripts for real-time price tracking and historical data analysis that extend the AI's capabilities in cryptocurrency data management.

What it needs

Requires pandas, requests, yfinance installed locally. Requires coingecko account access. About 4k tokens when loaded. Last updated 2026-08-06. 83 stars on the source repository.

What this skill does

Tracking Crypto Prices Overview Foundation skill providing real-time and historical cryptocurrency price data. This skill is the data layer for the crypto plugin ecosystem - 10+ other skills depend on it for price information. Key Capabilities: Real-time prices for 10,000+ cryptocurrencies Historical OHLCV data (1 day to all-time) Multi-currency support (USD, EUR, GBP, 30+ currencies) Intelligent caching to minimize API calls Predefined and custom watchlists Export to CSV/JSON for analysis Dependent Skills: This skill provides price data to: market-movers-scanner, crypto-portfolio-tracker, crypto-tax-calculator, defi-yield-optimizer, liquidity-pool-analyzer, staking-rewards-optimizer, crypto-derivatives-tracker, dex-aggregator-router, options-flow-analyzer, arbitrage-opportunity-finder. Prerequisites Install required dependencies: Optional for advanced features: API Setup (optional, for higher rate limits): 1. Get free API key from https://www.coingecko.com/en/api 2. Add to {baseDir}/config/settings.yaml or set environment variable COINGECKOAPIKEY Instructions Step 1: Quick Price Check Get current price for any cryptocurrency: Check multiple assets: Step 2: Use Watchlists Scan predefined watchlists: Available watchlists: top10, defi, layer2, stablecoins, memecoins Step 3: Fetch Historical Data Get OHLCV (Open, High, Low, Close, Volume) history: Step 4: Configure Settings Edit {baseDir}/config/settings.yaml to customize: Output Price Table (Default) JSON Output (--format json) Historical CSV Export Configuration Edit {baseDir}/config/settings.yaml: Error Handling See {baseDir}/references/errors.md for comprehensive error handling. …

How to use it

Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:

@skills aaaaqwq/market-price-tracker

View the source on GitHub

Browse the @skills marketplace