Red Alert Israel for Openclaw

A comprehensive tool for tracking real-time and historical emergency alerts across Israel via Socket.IO and REST APIs.

dannyshmueli
v1.2.0
Mar 5, 2026
0
1k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install red-alert

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install red-alert using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Red Alert Israel?

The Red Alert skill is a specialized interface designed to provide high-fidelity data on emergency situations in Israel. By integrating with established data sources, this skill allows users to monitor rocket launches, hostile aircraft intrusions, and natural disasters like earthquakes or tsunamis. It is an essential component for developers building safety-critical applications or research tools within the Openclaw Skills ecosystem.

This skill synthesizes data from multiple providers, bypassing common cloud-hosting blocks to deliver reliable alerts. It provides both a real-time stream via Socket.IO for immediate notifications and a REST-based history endpoint for analyzing recent trends and calculating shelter durations based on regional safety protocols.

Red Alert Israel Use Cases

  • Tracking real-time rocket and missile alerts for specific Israeli cities or regions.
  • Analyzing 24-hour alert history to identify patterns in hostile activities.
  • Calculating total time spent in shelters for specific municipalities using automated scripts.
  • Generating visual alert frequency charts by piping data into other Openclaw Skills.
  • Monitoring for non-ballistic threats such as terrorist infiltrations or earthquakes.

How Red Alert Israel Works

  1. The skill initializes by connecting to the Tzeva Adom REST API to pull the most recent alert history groups.
  2. For real-time monitoring, it establishes an authenticated Socket.IO connection to the RedAlert service to listen for incoming events.
  3. Incoming data is parsed to identify threat types, affected cities, and precise Unix timestamps.
  4. The system maps the alerts against a regional shelter-time database (e.g., 15 seconds for Gaza envelope, 90 seconds for Central Israel).
  5. Advanced analysis scripts process the raw JSON into human-readable summaries or formatted data for visualization through the wider Openclaw Skills framework.

Red Alert Israel Setup

To begin using this skill, navigate to the scripts directory and install the necessary Node.js dependencies:

cd /data/clawd/skills/red-alert/scripts
npm install

If you require real-time alerts, obtain an API key from the RedAlert service and export it as an environment variable:

export RED_ALERT_API_KEY="your_key_here"

Red Alert Israel Data Schema & Taxonomy

The skill organizes alert data into structured objects and provides statistical summaries. Below is the primary data structure for alert history:

Property Type Description
id Integer Unique identifier for the alert event
cities Array List of Hebrew city names targeted
threat Integer Threat code (0: Rockets, 1: Aircraft, 5: Infiltration)
time Number Unix timestamp of the alert
isDrill Boolean Identifies if the alert was a scheduled test

Analytical outputs include shelter session counts, total shelter time, and hourly distributions.

Red Alert Israel Advanced Features

  • Real-time event streaming for immediate incident response and automation triggers.
  • Historical analysis scripts that calculate cumulative shelter residence time for any given city.
  • Multi-threat support covering rockets, hostile aircraft, earthquakes, and terrorist infiltrations.
  • Modular architecture that allows alert data to be piped directly into image-generation Openclaw Skills for automated reporting.
  • Specialized region-mapping to determine accurate safety windows based on geographical location.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*