ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified utilities Safety 4/5

red-alert

Israel Red Alert API — real-time and historical rocket/missile alert data. Query alerts by city, time range, generate shelter time stats. Uses redalert.orielhaim.com (socket.io for real-time) and tzevaadom.co.il (REST for history).

Why use this skill?

Integrate Israel's Red Alert data into your OpenClaw agent. Get real-time missile updates, calculate shelter times, and analyze historical alert patterns easily.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/dannyshmueli/red-alert
Or

What This Skill Does

The Red Alert AI skill provides comprehensive access to real-time and historical rocket, missile, and emergency alert data across Israel. It acts as a powerful bridge between official public data APIs (like tzevaadom.co.il) and your AI workspace. By leveraging both REST APIs for historical analysis and Socket.IO for real-time socket-based monitoring, this skill allows OpenClaw to react instantly to incoming alerts or perform complex trend analysis over past events. It includes built-in calculators for shelter time based on geographic location and alert type, making it an essential utility for monitoring safety indicators during periods of high tension.

Installation

Installation is managed via the OpenClaw hub. Run the following command in your terminal: clawhub install openclaw/skills/skills/dannyshmueli/red-alert. Once installed, you must obtain an API key from https://redalert.orielhaim.com/ and set it as an environment variable RED_ALERT_API_KEY within your OpenClaw system configuration to enable real-time Socket.IO features. Finally, ensure the required Node.js dependencies are initialized by running npm install inside the skill's script directory.

Use Cases

This skill is designed for users who need automated, reliable, and localized emergency notification data. It is perfect for developers building security dashboards, data analysts tracking regional conflict patterns, or individuals who want to integrate custom notification triggers into their local AI agent. You can use it to generate statistical summaries of alert frequency in specific cities, visualize threat activity using the companion chart-image skill, or simply receive automated summaries of current security conditions in Israel.

Example Prompts

  1. "Check the current alert status for Tel Aviv and tell me how many seconds residents have to reach a shelter."
  2. "Generate a bar chart showing the frequency of rocket alerts in Kfar Saba over the last 48 hours using the red-alert skill and chart-image tool."
  3. "Summarize the recent history of hostile aircraft intrusions in the North and explain the current shelter protocol."

Tips & Limitations

Always ensure your API key is correctly configured, as Socket.IO connectivity relies on authentication. Note that historical data provided by the REST endpoint is limited to approximately the last 50 records or 24 hours of activity. For long-term longitudinal studies, it is recommended to build a local database that periodically fetches and stores this data. Always cross-reference high-stakes decisions with official Home Front Command channels.

Metadata

Stars3376
Views0
Updated2026-03-24
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-dannyshmueli-red-alert": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#security#israel#emergency-alerts#data-analysis
Safety Score: 4/5

Flags: network-access, external-api, code-execution