Agent skill · data analytics · aaaaqwq
scanning-market-movers
Real-time detection and analysis of significant price movements and unusual volume patterns across cryptocurrency markets. This skill identifies top g
Why this skill is useful
Provides specific algorithms and scripts for real-time analysis of cryptocurrency market movements that the AI wouldn't reliably generate on its own.
What it needs
Requires pandas, requests installed locally. About 4k tokens when loaded. Last updated 2026-08-06. 83 stars on the source repository.
What this skill does
Scanning Market Movers Overview Real-time detection and analysis of significant price movements and unusual volume patterns across cryptocurrency markets. This skill identifies top gainers, losers, and volume spikes, ranking them by a composite significance score. Key Features: Scan 1,000+ cryptocurrencies for movers Configurable thresholds (change %, volume spike, market cap) Significance scoring for prioritization Category filtering (DeFi, L2, NFT, etc.) Multiple output formats (table, JSON, CSV) Dependency: This skill uses tracking-crypto-prices from market-price-tracker plugin for price data infrastructure. Prerequisites Install required dependencies: Dependency Setup: Ensure market-price-tracker plugin is installed with tracking-crypto-prices skill configured. Instructions Step 1: Quick Market Scan Run a default scan for top gainers and losers: This returns the top 20 gainers and top 20 losers by 24h change with volume confirmation. Step 2: Custom Thresholds Scan with specific criteria: Step 3: Category Filtering Focus on specific sectors: Step 4: Different Timeframes Scan across timeframes: Step 5: Export Results Save results for analysis: Output Default Table Output JSON Output (--format json) Significance Score The significance score (0-100) combines: Change % (40%): Larger moves score higher Volume Ratio (40%): Higher volume confirmation scores higher Market Cap (20%): Larger caps score slightly higher Higher scores indicate more significant, higher-conviction moves. Configuration Edit {baseDir}/config/settings.yaml: Named Presets Create presets in {baseDir}/config/presets/: aggressive.yaml: conservative.yaml: Use with: 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-movers-scanner