Gateway Monitor (macOS)

👤 yes999zc 📦 v1.1.1 ⭐ 4.4 ⬇️ 1.2K 下載
🔒 IT運維與安全 免費

📖 技能介紹


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.


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-monitor - ai.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 launchd only.
  • Installer is idempotent: safe to run repeatedly.
  • Backups of existing plists are written to ~/.openclaw/config-backups before overwrite.

    更多技能請訪問小蔥技能站7w4.net。

🤖 AI 評測

這個 Skill 質量中等偏上,功能完整,基本做到了一鍵安裝和自動執行,提供了狀態檢查和解除安裝能力。它會自動備份原有配置,watchdog 能自動重啟卡住的服務。不過它只支援 macOS,而且假設你用 Homebrew 裝了 Node,遇到問題時排查文件比較缺乏。總體來說能用,但在不同環境下的相容性和遇到問題時的可排查性還有改進空間。

📊 多維度評分

適應性4
規範性4.2
有效性4.7
可靠性4.3
可信度4.7

📁 包含檔案 (9 個)

📄 README.md 464 B
📄 SKILL.md 1 KB
📄 _meta.json 140 B
📄 assets/gateway-monitor/gateway-watchdog.sh 1.5 KB
📄 assets/gateway-monitor/public/index.html 62.8 KB
📄 assets/gateway-monitor/server.js 57.9 KB
📄 scripts/install.sh 3.3 KB
📄 scripts/status.sh 417 B
📄 scripts/uninstall.sh 452 B