← Back to Skills Marketplace
cassh100k

Crypto Alpha Scanner

by Cassh · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
1095
Downloads
1
Stars
4
Active Installs
1
Versions
Install in OpenClaw
/install crypto-alpha-scanner
Description
Automated crypto market intelligence - prices, sentiment, trending coins, and Polymarket hot markets. Zero dependencies, 100% reliability. Perfect for alpha channels and market monitoring.
README (SKILL.md)

📡 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 \x3C3 seconds
Portable — Pure Python, runs anywhere


Built by Nix 🔥 | Free alpha, forever

Usage Guidance
This skill appears coherent and uses only public API calls (CoinGecko, alternative.me, Polymarket). Before installing/running: 1) be aware it will make outbound HTTP requests (your machine's IP and timing will be observable by those APIs); 2) the SKILL.md references piping output to a post_telegram.sh script that is not provided — review any posting scripts you add, since they will need a Telegram token and could transmit data; 3) the cron example writes to /var/log which may require elevated permissions — avoid running scheduled jobs as root unless intended; 4) ignore marketing claims like “100% reliability”; real-world APIs can fail or rate-limit. If you want extra caution, run the script in a restricted environment (container) or inspect/modify scripts before use.
Capability Analysis
Type: OpenClaw Skill Name: crypto-alpha-scanner Version: 1.0.0 The `SKILL.md` file contains a prompt injection vulnerability in its 'Quick Start' section, instructing the AI agent to execute `./scripts/post_telegram.sh`. This shell script is not provided within the skill bundle, meaning the instruction points to an external, undefined dependency. While the Python script `scripts/scanner.py` is benign and performs its stated function safely, the explicit command execution instruction in the markdown represents a risky capability that could lead to arbitrary command execution if a malicious `post_telegram.sh` were present or introduced, or if the agent attempts to execute non-existent commands.
Capability Assessment
Purpose & Capability
Name/description (crypto market intelligence) matches the included Python script and SKILL.md: it fetches prices from CoinGecko, fear/greed from alternative.me, and Polymarket markets. There are no unexplained credentials, binaries, or unrelated capabilities requested.
Instruction Scope
SKILL.md instructs the user to run the included script and optionally pipe output to a shell posting script; the script only performs HTTP GETs to public APIs and formats output. Instructions reference adding a cron job and an example post_telegram.sh (not provided) — nothing in SKILL.md or the script attempts to read system files, environment secrets, or other data.
Install Mechanism
No install spec; this is instruction-only plus a small Python script that uses only the stdlib (urllib, json, datetime). No downloads, package installs, or archive extraction are performed.
Credentials
The skill requires no environment variables, keys, or config paths. The SKILL.md example references a post_telegram.sh that would require a bot token if used, but that script is not included and no credential is requested by the skill itself.
Persistence & Privilege
always is false and the skill does not request persistent agent presence or modify other skill/config state. The only persistence suggestion is a user cron example (user-managed). The script itself does not write files or alter system configuration.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install crypto-alpha-scanner
  3. After installation, invoke the skill by name or use /crypto-alpha-scanner
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release - reliable market intelligence with zero dependencies
Metadata
Slug crypto-alpha-scanner
Version 1.0.0
License
All-time Installs 4
Active Installs 4
Total Versions 1
Frequently Asked Questions

What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 1095 downloads so far.

How do I install Crypto Alpha Scanner?

Run "/install crypto-alpha-scanner" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Crypto Alpha Scanner free?

Yes, Crypto Alpha Scanner is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Crypto Alpha Scanner support?

Crypto Alpha Scanner is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Crypto Alpha Scanner?

It is built and maintained by Cassh (@cassh100k); the current version is v1.0.0.

💬 Comments