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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/dannyshmueli/red-alertWhat 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
- "Check the current alert status for Tel Aviv and tell me how many seconds residents have to reach a shelter."
- "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."
- "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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-dannyshmueli-red-alert": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api, code-execution
Related Skills
edge-tts-unlimited
Free, unlimited text-to-speech using Microsoft Edge neural voices via Python edge-tts. Use when generating long-form audio, podcasts, voice notes, spoken briefs, or headless/server-side TTS without API keys, credits, or character limits.
Jits Builder
Skill by dannyshmueli
table-image-generator
Generate clean table images from data. Perfect for Discord/Telegram where ASCII tables look broken. Supports dark/light mode, custom styling, and auto-sizing. No Puppeteer required. Companion to chart-image skill.
anima
Turns ideas into live, full-stack web applications with editable code, built-in database, user authentication, and hosting. Anima is the design agent in the AI swarm, giving agents design awareness and brand consistency when building interfaces. Three input paths: describe what you want (prompt to code), clone any website (link to code), or implement a Figma design (Figma to code). Also generates design-aware code from Figma directly into existing codebases. Triggers when the user provides Figma URLs, website URLs, Anima Playground URLs, asks to design, create, build, or prototype something, or wants to publish or deploy.
github-pat
Interact with GitHub using Personal Access Tokens. Secure, user-controlled access - no OAuth, no full account access. Clone, push, branch, PR, issues. Use when user wants to work with GitHub repos.