A comprehensive tool for tracking real-time and historical emergency alerts across Israel via Socket.IO and REST APIs.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install red-alert
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
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).
Get the raw skill files in a ZIP archive.
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.
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"
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.
Loading
A data retrieval skill for querying Polymarket prediction markets, prices, and event probabilities.

A specialized skill for querying Polymarket prediction market data, odds, and event probabilities directly through the CLI.

Generate, deploy, and share single-file web utilities instantly using simple voice or text commands.

A secure, user-controlled bridge for AI agents to interact with GitHub repositories using Personal Access Tokens instead of OAuth.

A high-performance Node.js utility that converts JSON arrays into beautifully rendered PNG tables optimized for messaging platforms.

An AI agent skill that scans multiple local Git repositories and wikis to generate unified, system-wide technical documentation and architecture maps.








































