🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Red Alert (Israel)

by @shaike1

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

Versionv1.1.0
Downloads1,016
Stars⭐ 1
TERMINAL
clawhub install openclaw-skill-red-alert

πŸ“– About This Skill


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

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

| | Old | Native | |--|-----|--------| | WhatsApp | wacli binary | openclaw message | | TTS | Home Assistant | openclaw tts | | Lights | Home Assistant | ❌ (not needed) | | Dependencies | Docker + HA + wacli | OpenClaw 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

| Variable | Default | Description | |----------|---------|-------------| | OREF_API_URL | http://localhost:49000/current | oref-alerts proxy | | MONITORED_AREAS | Χ”Χ¨Χ¦ΧœΧ™Χ”,Χ”Χ¨Χ¦ΧœΧ™Χ” - Χ’ΧœΧ™Χœ ים Χ•ΧžΧ¨Χ›Χ– | Comma-separated areas | | WHATSAPP_GROUP_JID | - | WhatsApp group JID | | WHATSAPP_OWNER | - | Personal WhatsApp number | | OPENCLAW_BIN | openclaw | Path to openclaw binary |

Alert Routing

| Type | WhatsApp | TTS | |------|----------|-----| | πŸš€ Rockets (cat=1) | βœ… | βœ… | | ✈️ Aircraft (cat=2) | βœ… | βœ… | | πŸ”΄ Infiltration (cat=10) | βœ… | βœ… | | βœ… All clear (cat=13) | βœ… | βœ… | | ⚠️ Pre-alert (cat=14) | ❌ | βœ… |

βš™οΈ Configuration

# 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