Real-time market scanning and alert system. Monitors SPX, major indices, VIX, and key crypto prices. Generates alerts when significant levels are crossed.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add Lord1Egypt/awesome-skill-forge --skill betamarketradar --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Betamarketradar?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/lord1egypt-betamarketradar)More formats (shields.io, HTML) on the badges page.
---
name: market-radar
description: Real-time market scanning and alert system. Monitors SPX, major indices, VIX, and key crypto prices. Generates alerts when significant levels are crossed.
metadata:
openclaw:
emoji: "📡"
requires:
bins: [python3]
always: false
---
# Market Radar
Real-time market scanning and alert system. Monitors key levels, detects breakouts, and generates structured alerts.
## Usage
```bash
python3 radar.py --watch SPX,QQQ,VIX --threshold 1.5
```
## Alerts Generated
- Breakout alerts (price crosses key levels)
- VIX spike alerts (>20 = elevated risk)
- Unusual volume detection
- Sector rotation signals
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!