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)小葱技能站7w4.net每天更新,海量AI技能等你发现。
ai.openclaw.gateway-watchdog → periodic gateway self-healing checkinstall.sh is safe (idempotent)watchdog script expects OpenClaw CLI at /opt/homebrew/bin/openclawassets/bin/gateway-watchdog.sh before install这个 Skill 质量中等偏上,功能比较全面,能实现 Gateway 监控的一键安装和自动恢复。脚本写得规范,错误处理也比较完善。最大的问题是缺少必要的配置文件,安装时可能会报错。另外它只适配 macOS + homebrew 环境,路径写死了,对其他系统不兼容。总体来说思路清晰但打磨不足,适合有经验的用户使用,新手可能会遇到坑。