HomeBrowseUpload
โ† Back to registry
โšก
// Skill profile

๐Ÿ“ก Crypto Alpha Scanner

name: crypto-alpha-scanner

by cassh100k ยท published 2026-03-22

็คพไบคๅช’ไฝ“ๆ•ฐๆฎๅค„็†ๅŠ ๅฏ†่ดงๅธ
Total installs
0
Stars
โ˜… 0
Last updated
2026-03
// Install command
$ claw add gh:cassh100k/cassh100k-crypto-alpha-scanner
View on GitHub
// Full documentation

---

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

  • ๐Ÿ“Š **Live Prices** โ€” BTC, ETH, SOL with 24h change
  • ๐Ÿ˜ฑ **Fear & Greed Index** โ€” Market sentiment gauge
  • ๐Ÿ”ฅ **Trending Coins** โ€” What's hot on CoinGecko
  • ๐ŸŽฏ **Polymarket Hot** โ€” Top prediction markets by volume
  • ๐Ÿ’ก **Auto Insights** โ€” Actionable commentary based on data
  • Quick Start

    # Generate alpha report
    python3 scripts/scanner.py
    
    # Output to file
    python3 scripts/scanner.py > report.txt
    
    # Post 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:

  • Add more coins
  • Change formatting
  • Add custom insights
  • Integrate with your channels
  • 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*

    // Comments
    Sign in with GitHub to leave a comment.
    // Related skills

    More tools from the same signal band