Crypto Alpha Scanner
by @cassh100k
Automated crypto market intelligence - prices, sentiment, trending coins, and Polymarket hot markets. Zero dependencies, 100% reliability. Perfect for alpha channels and market monitoring.
clawhub install crypto-alpha-scannerπ About This Skill
name: crypto-alpha-scanner version: 1.0.0 description: Automated crypto market intelligence - prices, sentiment, trending coins, and Polymarket hot markets. Zero dependencies, 100% reliability. Perfect for alpha channels and market monitoring. author: nix tags: [crypto, alpha, market-data, sentiment, polymarket, coingecko, fear-greed]
π‘ Crypto Alpha Scanner
Reliable market intelligence in one command.
No API keys. No external dependencies. Just Python stdlib.
Features
Quick Start
# Generate alpha report
python3 scripts/scanner.pyOutput to file
python3 scripts/scanner.py > report.txtPost to Telegram (with bot token)
python3 scripts/scanner.py | ./scripts/post_telegram.sh
Sample Output
π€ Alpha Report | 2026-02-11 19:00 UTCπ Market Pulse
π΄ BTC: $67,216 (-2.3%)
π΄ ETH: $1,943 (-3.2%)
π΄ SOL: $80 (-3.9%)
π± Fear/Greed: 11 (Extreme Fear)
π₯ Trending: LayerZero, Uniswap, Bitcoin, Hyperliquid
π― Polymarket Hot
β’ Will Trump nominate Judy Shelton...? ($5.1M)
β’ Will the Fed decrease rates...? ($3.3M)
π‘ Extreme fear = historically strong buy zone.
β Nix π₯
Data Sources
| Source | Data | Rate Limit | |--------|------|------------| | CoinGecko | Prices, trending | 30/min | | Alternative.me | Fear/Greed | Unlimited | | Polymarket Gamma | Markets | Unlimited |
Cron Setup
Run hourly for consistent alpha:
# Add to crontab
0 * * * * python3 /path/to/scripts/scanner.py >> /var/log/alpha.log
Customization
Edit scripts/scanner.py to:
Why This Skill?
β 100% Reliable β Only uses APIs that work β Zero Setup β No API keys needed β Fast β Runs in <3 seconds β Portable β Pure Python, runs anywhere
*Built by Nix π₯ | Free alpha, forever*
π‘ Examples
# Generate alpha report
python3 scripts/scanner.pyOutput to file
python3 scripts/scanner.py > report.txtPost to Telegram (with bot token)
python3 scripts/scanner.py | ./scripts/post_telegram.sh