Red Alert (Israel)

Other

Israeli Home Front Command alerts - fully OpenClaw native. No Home Assistant. No wacli. No Docker monitor. OpenClaw handles everything: WhatsApp + TTS.

Install

openclaw skills install openclaw-skill-red-alert

ORef Native - OpenClaw Only 🚨

Architecture

Pikud Ha-Oref API
       ↓
oref_native.py (cron every 5s)
       ↓
openclaw message → 📱 WhatsApp group
openclaw tts     → 🔊 Voice announcement

vs. Old System

OldNative
WhatsAppwacli binaryopenclaw message
TTSHome Assistantopenclaw tts
LightsHome Assistant❌ (not needed)
DependenciesDocker + HA + wacliOpenClaw only

Setup

# Install cron (every 5 seconds via loop)
nohup python3 /root/.openclaw/workspace/skills/oref-native/oref_native.py \
  >> /var/log/oref_native.log 2>&1 &

# Or add to crontab (restart on boot)
@reboot python3 /root/.openclaw/workspace/skills/oref-native/oref_native.py >> /var/log/oref_native.log 2>&1

Environment Variables

VariableDefaultDescription
OREF_API_URLhttp://localhost:49000/currentoref-alerts proxy
MONITORED_AREASהרצליה,הרצליה - גליל ים ומרכזComma-separated areas
WHATSAPP_GROUP_JID-WhatsApp group JID
WHATSAPP_OWNER-Personal WhatsApp number
OPENCLAW_BINopenclawPath to openclaw binary

Alert Routing

TypeWhatsAppTTS
🚀 Rockets (cat=1)
✈️ Aircraft (cat=2)
🔴 Infiltration (cat=10)
✅ All clear (cat=13)
⚠️ Pre-alert (cat=14)