/install gateway-watchdog-xiaoxi
SKILL.md - OpenClaw Gateway Watchdog
让你的 OpenClaw Gateway 7/24 稳定运行
触发语
- "帮我 7/24 运行"
- "让 Gateway 持续运行"
- "设置 watchdog"
- "保持 Gateway 运行"
做什么
- 检查是否有
gateway_watchdog.py,如果没有则从 GitHub 下载 - 执行
python gateway_watchdog.py start - 反馈结果
快速开始
# 一键安装+启动
python install.py
# 或手动
python gateway_watchdog.py start
python gateway_watchdog.py status
python gateway_watchdog.py restart
python gateway_watchdog.py stop
输出示例
用户: 帮我7/24运行
-> 📥 正在下载 gateway_watchdog.py...
-> ✅ 下载完成
-> 🚀 启动 Gateway Watchdog...
-> ✅ Gateway Watchdog 已启动 (PID: 12345)
-> ✅ 完成!Gateway 将 7/24 运行
命令
| 命令 | 说明 |
|---|---|
python install.py |
一键安装并启动 |
python gateway_watchdog.py start |
启动 watchdog |
python gateway_watchdog.py status |
查看状态 |
python gateway_watchdog.py restart |
重启 Gateway |
python gateway_watchdog.py stop |
停止 watchdog |
依赖
- Python 3.7+
- openclaw CLI
原理
不要用 OpenClaw 自己的 cron 监控 Gateway。 Gateway 挂了,cron job 根本收不到 wake event,形成死锁。
外部 watchdog:
- Gateway 挂了 → 外部进程检测到 → 触发重启 → 恢复运行
🦞 小溪的作品
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install gateway-watchdog-xiaoxi - After installation, invoke the skill by name or use
/gateway-watchdog-xiaoxi - Provide required inputs per the skill's parameter spec and get structured output
What is Gateway Watchdog?
Monitors and restarts OpenClaw Gateway 24/7 by downloading and running an external watchdog script to ensure continuous operation. It is an AI Agent Skill for Claude Code / OpenClaw, with 402 downloads so far.
How do I install Gateway Watchdog?
Run "/install gateway-watchdog-xiaoxi" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Gateway Watchdog free?
Yes, Gateway Watchdog is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Gateway Watchdog support?
Gateway Watchdog is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Gateway Watchdog?
It is built and maintained by Anonymous (@adminlove520); the current version is v1.0.0.