Install
openclaw skills install openclaw-gateway-watchdogAutomatically installs and configures Gateway Watchdog to monitor Gateway status, enable DingTalk alerts, set up auto-start, and run the monitoring service.
openclaw skills install openclaw-gateway-watchdog一句话让 OpenClaw 安装 Gateway Watchdog
git clone https://github.com/adminlove520/gateway-watchdog.git
cd gateway-watchdog
cp config.example.py config.py
# 编辑 config.py 填入钉钉 Webhook 和加签密钥
python install.py
# 选择 "1" 安装开机自启
| 配置项 | 说明 | 默认值 |
|---|---|---|
| WEBHOOK | 钉钉 Webhook URL | "" |
| SECRET | 钉钉加签密钥 | "" |
| CHECK_INTERVAL | 检查间隔(秒) | 60 |
| NOTIFY_DAILY | 每天报平安 | True |
# 安装(已在仓库目录)
python install.py
# 查看状态
python install.py # 选择 4
# 卸载
python install.py # 选择 2
# Windows
type %USERPROFILE%\.openclaw\gateway-watchdog.log
# Linux/macOS
cat ~/.openclaw/gateway-watchdog.log
🦞 小溪 - 帮哥哥守护 Gateway