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

进出口许可文档智能预审系统

进出口许可文档智能预审系统。支持 PDF 和图片处理:自动提取合同号、出口国、进口商、总金额、数量、重量、合格证编号、生产商、报关口岸等字段,检测公章,按审核规则执行审核,生成 MD 和 JSON 审核报告。支持 CLI 和对话交互两种方式触发。

Registry SourceRecently Updated
Coding

sorftime

通过 sorftime-cli 调用 Sorftime 跨境电商全量数据接口(Amazon 47 + Shopee 5 + Walmart 14 = 66 个 endpoint)。 当用户或智能体需要:写脚本批量查询 ASIN/类目/关键词/Best Seller/跟卖/子体销量/产品评论, 自定义编排多个接口完...

Registry SourceRecently Updated
Coding

Coding Rules

当用户要求生成、修改或审查 Vue3 + TypeScript 子项目代码时触发。 覆盖 kb-pro-table / useTable / useForm 使用规范、arco design + unocss 样式规则、 模块组织与命名规范、枚举与类型约束、ref 优先的响应式规范等。 无论用户是否明确提到"规范...

Registry SourceRecently Updated
Coding

redmine-tools

Fetch, update, and summarize Redmine issue attachments from CLI.

Registry SourceRecently Updated