Gateway Monitor (macOS)
Run this skill when you need a reproducible install of gateway monitor + watchdog on macOS.
Install
Run:
bash scripts/install.sh
What it does:
- Copy monitor files to
~/.openclaw/tools/gateway-monitor - Install/update LaunchAgents:
ai.openclaw.gateway-monitorai.openclaw.gateway-watchdog
- Reload both jobs with
launchctl - Verify monitor API health (
/api/summary)
Status
Run:
bash scripts/status.sh
Uninstall
Run:
bash scripts/uninstall.sh
Notes
- This skill targets macOS
launchdonly. - Installer is idempotent: safe to run repeatedly.
- Backups of existing plists are written to
~/.openclaw/config-backupsbefore overwrite.