# Send Crypto Alpha Scanner to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "crypto-alpha-scanner",
    "name": "Crypto Alpha Scanner",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/cassh100k/crypto-alpha-scanner",
    "canonicalUrl": "https://clawhub.ai/cassh100k/crypto-alpha-scanner",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/crypto-alpha-scanner",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=crypto-alpha-scanner",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "scripts/scanner.py"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "crypto-alpha-scanner",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T23:47:35.434Z",
      "expiresAt": "2026-05-07T23:47:35.434Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=crypto-alpha-scanner",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=crypto-alpha-scanner",
        "contentDisposition": "attachment; filename=\"crypto-alpha-scanner-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "crypto-alpha-scanner"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/crypto-alpha-scanner"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/crypto-alpha-scanner",
    "downloadUrl": "https://openagent3.xyz/downloads/crypto-alpha-scanner",
    "agentUrl": "https://openagent3.xyz/skills/crypto-alpha-scanner/agent",
    "manifestUrl": "https://openagent3.xyz/skills/crypto-alpha-scanner/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/crypto-alpha-scanner/agent.md"
  }
}
```
## Documentation

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

SourceDataRate LimitCoinGeckoPrices, trending30/minAlternative.meFear/GreedUnlimitedPolymarket GammaMarketsUnlimited

### 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
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: cassh100k
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-30T23:47:35.434Z
- Expires at: 2026-05-07T23:47:35.434Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/crypto-alpha-scanner)
- [Send to Agent page](https://openagent3.xyz/skills/crypto-alpha-scanner/agent)
- [JSON manifest](https://openagent3.xyz/skills/crypto-alpha-scanner/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/crypto-alpha-scanner/agent.md)
- [Download page](https://openagent3.xyz/downloads/crypto-alpha-scanner)