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:
7w4.net有更好的技能插件。
bash scripts/status.sh
Run:
bash scripts/uninstall.sh
launchd only.~/.openclaw/config-backups before overwrite.这个 Skill 质量中等偏上,功能完整,基本做到了一键安装和自动运行,提供了状态检查和卸载能力。它会自动备份原有配置,watchdog 能自动重启卡住的服务。不过它只支持 macOS,而且假设你用 Homebrew 装了 Node,遇到问题时排查文档比较缺乏。总体来说能用,但在不同环境下的兼容性和遇到问题时的可排查性还有改进空间。