🚀 Strikeradar OpenClaw Skill - ClawHub
Do you want your AI agent to automate Strikeradar workflows? This free skill from ClawHub helps with data & analytics tasks without building custom tools from scratch.
What this skill does
Monitor US-Iran strike probability using open-source indicators - news alerts, Iran internet connectivity, oil prices, flight traffic, military tanker detection, weather, Polymarket odds, and Pentagon activity. Use when user asks about "Iran strike probability", "strike radar", "Iran situation", "US attack Iran", "flights over Iran", "oil prices Iran", "Pentagon activity", "Polymarket Iran", "הסתברות תקיפה באיראן", "מצב איראן", "סטרייק ראדאר".
Install
npx clawhub@latest install strikeradarFull SKILL.md
Open original| name | version | description | homepage |
|---|---|---|---|
| strikeradar | 1.0.0 | Monitor US-Iran strike probability using open-source indicators - news alerts, Iran internet connectivity, oil prices, flight traffic, military tanker detection, weather, Polymarket odds, and Pentagon activity. Use when user asks about "Iran strike probability", "strike radar", "Iran situation", "US attack Iran", "flights over Iran", "oil prices Iran", "Pentagon activity", "Polymarket Iran", "הסתברות תקיפה באיראן", "מצב איראן", "סטרייק ראדאר". | https://github.com/alexpolonsky/agent-skill-strikeradar |
StrikeRadar - US-Iran strike probability monitor
Real-time risk scores across 8 signal categories, aggregated into a composite strike probability.
Risk scores are algorithmic estimates from publicly available data, not intelligence assessments. Do not use for personal, financial, or safety decisions. Wraps StrikeRadar by Yonatan Back.
Quick Start
No dependencies needed. Run directly:
npx tsx {baseDir}/scripts/strikeradar.ts status
Commands
| Command | Description |
|---|---|
status |
All 8 signals with risk scores and total risk |
signal <name> |
Deep dive into one signal with raw data |
pulse |
Live viewer count and activity by country |
Status
npx tsx {baseDir}/scripts/strikeradar.ts status
Returns: total_risk (0-100%), per-signal risk + detail, last_updated.
Signal deep-dive
npx tsx {baseDir}/scripts/strikeradar.ts signal <name>
Valid signals: news, connectivity, energy, flight, tanker, weather, polymarket, pentagon
What each signal tracks:
- news - article alerts from BBC/Al Jazeera, alert_count, total_count
- connectivity - Iran internet status via Cloudflare Radar
- energy - Brent crude price, volatility, market status
- flight - aircraft count near Iran, key airline presence
- tanker - military refueling tanker detection, callsigns
- weather - conditions over Iran (visibility matters for strikes)
- polymarket - betting market odds for US strike
- pentagon - building activity level and patterns
Pulse
npx tsx {baseDir}/scripts/strikeradar.ts pulse
Returns: watching_now, activity_level, surge multiplier, country breakdown.
Agent Usage
All commands return JSON with next_actions when output is piped:
npx tsx {baseDir}/scripts/strikeradar.ts status | cat