oref-native

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

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "oref-native" with this command: npx skills add shaike1/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)

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

LLM数据自动化

用自然语言描述数据处理需求,LLM自动生成Python/Pandas代码。无需深厚编程基础即可处理Excel/CSV数据、提取PDF内容、清洗BIM数据,构建自动化数据管道。

Registry SourceRecently Updated
Coding

Agent Native Design

Use when designing, reviewing, or refactoring a CLI that must serve AI agents alongside humans, or when converting an API or SDK into an agent-usable CLI int...

Registry SourceRecently Updated
Coding

file-upload-cli

Upload files to the litterbox.catbox.moe file sharing service and get shareable URLs (72h expiry). Use when the user wants to share a file temporarily or nee...

Registry SourceRecently Updated
Coding

Funding Program Manager

Create and manage funding programs on Karma — create programs in the registry, configure intake forms, apply to programs, manage reviewers, applications, mil...

Registry SourceRecently Updated