openclaw 网盘下载
OpenClaw

技能详情(站内镜像,无评论)

首页 > 技能库 > Gateway Watchdog

Automatically installs and configures Gateway Watchdog to monitor Gateway status, enable DingTalk alerts, set up auto-start, and run the monitoring service.

综合技能

作者:Anonymous @adminlove520

许可证:MIT-0

MIT-0 ·免费使用、修改和重新分发。无需归因。

版本:v0.1.0

统计:⭐ 0 · 33 · 0 current installs · 0 all-time installs

0

安装量(当前) 0

🛡 VirusTotal :可疑 · OpenClaw :良性

Package:adminlove520/openclaw-gateway-watchdog

安全扫描(ClawHub)

  • VirusTotal :可疑
  • OpenClaw :良性

OpenClaw 评估

The files and runtime instructions match the described purpose (monitoring an OpenClaw Gateway, sending DingTalk alerts, and installing auto-start); the implementation is coherent but includes a few operational risks you should review before installing.

目的

The skill's name/description (Gateway monitoring, DingTalk alerts, auto-start) aligns with the provided code: gateway_monitor.py implements health checks, restart logic, and DingTalk notifications; install.py configures startup on Windows/macOS/systemd. Required capabilities (killing/restarting the gateway, writing logs/config in the user's home directory, calling a webhook) are consistent with the stated purpose.

说明范围

SKILL.md instructs cloning a GitHub repo and running install.py/configuring config.py — that matches the included files but also points agents/users to an external GitHub URL (adminlove520/gateway-watchdog). The runtime instructions are otherwise narrowly scoped to installation, configuration, and running the watchdog. They do not request arbitrary system-wide data or other credentials beyond the DingTalk webhook/secret (which are stored in co…

安装机制

There is no platform install spec in the registry (instruction-only), which limits automatic disk writes from the registry. However, SKILL.md tells the user to git clone from a third-party GitHub repo. The packaged skill already contains the same files, but following SKILL.md would fetch code from an external source — a minor supply-chain risk if you don't trust that GitHub repository.

证书

The registry metadata lists no required env vars; the code uses a config.py (WEBHOOK, SECRET) for DingTalk credentials, which is proportional to its notification feature. A notable operational concern: kill_gateway_processes() uses broad commands (Windows: taskkill /IM node.exe; Linux/macOS: pkill -f openclaw) which could terminate unrelated node processes or match unintended processes. The skill does not attempt to read or exfiltrate other se…

持久

The install script creates persistent startup entries (Windows scheduled task, a plist for macOS, or a systemd service template). That is expected for auto-start behavior. The script prints instructions for systemd rather than writing the file directly (it does write the plist for macOS). Installing system services will require elevated permissions — this is normal but something to be aware of.

综合结论

This skill's code and instructions are coherent with its goal (monitor and auto-restart the OpenClaw Gateway and notify via DingTalk). Before installing: - Inspect the config.py you create and only set the DingTalk WEBHOOK/SECRET if you trust the recipient robot; the code will post status messages to that webhook. - Review the process-killing logic: on Windows the script will call taskkill /IM node.exe (kills all node.exe) and on Linux/macOS u…

安装(复制给龙虾 AI)

将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。

请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Gateway Watchdog」。简介:Automatically installs and configures Gateway Watchdog to monitor Gateway statu…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/adminlove520/openclaw-gateway-watchdog/SKILL.md
(来源:yingzhi8.cn 技能库)

SKILL.md

打开原始 SKILL.md(GitHub raw)

暂无本地缓存内容,可在后台执行详情同步。