TopRank Skills

Home / Claw Skills / Bot / crypto-alpha-scanner
Official OpenClaw rules 38%

crypto-alpha-scanner

Automated crypto market intelligence - prices, sentiment, trending coins, and Polymarket hot markets. Zero dependencies, 100% reliability. Perfect for alpha channels and market monitoring.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 crypto-alpha-scanner 技能。 若已安装,则直接安装 crypto-alpha-scanner 技能。

Overview

Skill Key
cassh100k/crypto-alpha-scanner
Author
nix
Source Repo
openclaw/skills
Version
1.0.0
Source Path
skills/cassh100k/crypto-alpha-scanner
Latest Commit SHA
5e69d5ab00640262432c779757351abceccbc5c5

Extracted Content

SKILL.md excerpt

# 📡 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

```bash
# 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:

```bash
# 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*

Related Claw Skills