scanning-market-movers

Featured

Detect significant price movements and unusual volume across crypto markets. Calculates significance scores combining price change, volume ratio, and market cap. Use when tracking market movers, finding gainers/losers, or detecting volume spikes. Trigger with phrases like "scan market movers", "top gainers", "biggest losers", "volume spikes", "what's moving", "find pumps", or "market scan".

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Scanning Market Movers ## Overview Real-time detection of significant price movements and unusual volume patterns across 1,000+ cryptocurrencies, ranked by composite significance score. ## Prerequisites 1. **Python 3.8+** installed 2. **Dependencies**: `pip install requests pandas` 3. **market-price-tracker** plugin installed with `tracking-crypto-prices` skill configured ## Instructions 1. **Run a default scan** for top gainers and losers (top 20 each by 24h change with volume confirmation): ```bash python ${CLAUDE_SKILL_DIR}/scripts/scanner.py ``` 2. **Set custom thresholds** for minimum change and volume spike: ```bash python ${CLAUDE_SKILL_DIR}/scripts/scanner.py --min-change 10 --volume-spike 3 python ${CLAUDE_SKILL_DIR}/scripts/scanner.py --min-cap 100000000 --max-cap 1000000000 # 100000000 = $100M min cap, 1000000000 = $1B max cap ``` 3. **Filter by category** (defi, layer2, nft, gaming, meme): ```bash python ${CLAUDE_SKILL_DIR}/scripts/scanner.py --category defi ``` 4. **Scan different timeframes** (1h, 24h, 7d): ```bash python ${CLAUDE_SKILL_DIR}/scripts/scanner.py --timeframe 1h ``` 5. **Export results** to JSON or CSV: ```bash python ${CLAUDE_SKILL_DIR}/scripts/scanner.py --format json --output movers.json python ${CLAUDE_SKILL_DIR}/scripts/scanner.py --format csv --output movers.csv ``` 6. **Use named presets** for predefined threshold sets: ```bash python ${CLAUDE_SKILL_DIR}/scripts/scanner.py...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

tracking-crypto-prices

Track real-time cryptocurrency prices across exchanges with historical data and alerts. Provides price data infrastructure for dependent skills (portfolio, tax, DeFi, arbitrage). Use when checking crypto prices, monitoring markets, or fetching historical price data. Trigger with phrases like "check price", "BTC price", "crypto prices", "price history", "get quote for", "what's ETH trading at", "show me top coins", or "track my watchlist".

2,266 Updated today
jeremylongshore
AI & Automation Featured

analyzing-market-sentiment

Analyze cryptocurrency market sentiment using Fear & Greed Index, news analysis, and market momentum. Use when gauging overall market mood, checking if markets are fearful or greedy, or analyzing sentiment for specific coins. Trigger with phrases like "analyze crypto sentiment", "check market mood", "is the market fearful", "sentiment for Bitcoin", or "Fear and Greed index".

2,266 Updated today
jeremylongshore
AI & Automation Solid

scanner-bullish

Scan stocks for bullish trends using technical indicators (SMA, RSI, MACD, ADX). Use when user asks to scan for bullish stocks, find trending stocks, or rank symbols by momentum.

229 Updated today
staskh
AI & Automation Featured

finding-arbitrage-opportunities

Detect profitable arbitrage opportunities across CEX, DEX, and cross-chain markets in real-time. Use when scanning for price spreads, finding arbitrage paths, comparing exchange prices, or analyzing triangular arbitrage opportunities. Trigger with phrases like "find arbitrage", "scan for arb", "price spread", "exchange arbitrage", "triangular arb", "DEX price difference", or "cross-exchange opportunity".

2,266 Updated today
jeremylongshore
AI & Automation Featured

aggregating-crypto-news

Aggregate breaking cryptocurrency news from 50+ sources including CoinDesk, CoinTelegraph, The Block, and Decrypt. Use when needing to monitor crypto market news, track announcements, or find coin-specific updates. Trigger with phrases like "get crypto news", "latest Bitcoin headlines", "DeFi announcements", "scan for breaking news", or "check crypto updates".

2,266 Updated today
jeremylongshore