name: gateway-monitor-macos description: Install and operate a local OpenClaw Gateway Monitor stack on macOS with LaunchAgent + watchdog. Use when setting up, repairing, or validating gateway-monitor services, including one-command install/uninstall/status and automatic launchctl registration.
Run this skill when you need a reproducible install of gateway monitor + watchdog on macOS.
Run:
bash scripts/install.sh
What it does:
- Copy monitor files to ~/.openclaw/tools/gateway-monitor
- Install/update LaunchAgents:
- ai.openclaw.gateway-monitor
- ai.openclaw.gateway-watchdog
- Reload both jobs with launchctl
- Verify monitor API health (/api/summary)
Run:
bash scripts/status.sh
Run:
bash scripts/uninstall.sh
launchd only.~/.openclaw/config-backups before overwrite.更多技能請訪問小蔥技能站7w4.net。
這個 Skill 質量中等偏上,功能完整,基本做到了一鍵安裝和自動執行,提供了狀態檢查和解除安裝能力。它會自動備份原有配置,watchdog 能自動重啟卡住的服務。不過它只支援 macOS,而且假設你用 Homebrew 裝了 Node,遇到問題時排查文件比較缺乏。總體來說能用,但在不同環境下的相容性和遇到問題時的可排查性還有改進空間。