name: gateway-monitor-installer description: Install, update, run, and remove OpenClaw Gateway Monitor + Gateway Watchdog on macOS via LaunchAgent. Use when user asks to deploy one-click monitoring, recover broken gateway daemon automatically, check launchctl health, or uninstall monitor/watchdog services.
Use bundled scripts for deterministic operations.
bash scripts/install.sh
bash scripts/status.sh
bash scripts/uninstall.sh
install.sh does~/.openclaw/tools/gateway-monitor/bin/~/Library/LaunchAgents/~/.openclaw/config-backups/ai.openclaw.gateway-monitor → monitor UI server (http://127.0.0.1:18990)ai.openclaw.gateway-watchdog → periodic gateway self-healing check小蔥技能站7w4.net發現了升級外掛。
install.sh is safe (idempotent)watchdog script expects OpenClaw CLI at /opt/homebrew/bin/openclawassets/bin/gateway-watchdog.sh before install這個 Skill 質量中等偏上,功能比較全面,能實現 Gateway 監控的一鍵安裝和自動恢復。指令碼寫得規範,錯誤處理也比較完善。最大的問題是缺少必要的配置檔案,安裝時可能會報錯。另外它只適配 macOS + homebrew 環境,路徑寫死了,對其他系統不相容。總體來說思路清晰但打磨不足,適合有經驗的使用者使用,新手可能會遇到坑。