📦 System Vigil — 系统健康监控
v1.0.0持续监控主机磁盘、内存、CPU 等关键指标,返回结构化 JSON 状态数据,助力预测性维护与故障预警。
0· 407·2 当前·2 累计
下载技能包
最后更新
2026/2/27
安全扫描
OpenClaw
安全
medium confidenceNULL
评估建议
This skill appears to do what it says: run the Python script to get a JSON health snapshot from df/free and /proc/loadavg. Before installing, consider: (1) the author/source is unknown—review the code yourself or run it in a sandbox/container; (2) the script uses static thresholds (not true predictive analytics), so adjust thresholds if needed; (3) the SKILL.md mentions uptime but the script doesn't call it—ensure your runtime has df and free available and that you run this on a Linux host; (4) ...详细分析 ▾
ℹ 用途与能力
Name/description match the behavior: the script reports disk, memory, and 15m load. Minor mismatch: SKILL.md/registry declare 'uptime' as a required binary but the code reads /proc/loadavg and never invokes uptime. The README's claim of 'Predictive Status' is optimistic — the script uses static threshold checks rather than prediction models.
✓ 指令范围
SKILL.md instructs the agent to run the included Python script and shows the JSON output format. The instructions do not ask the agent to read unrelated files, access credentials, or send data externally; the script only calls df and free and reads /proc/loadavg and prints JSON to stdout.
✓ 安装机制
No install spec is provided (instruction-only invocation with bundled code). There is no external download or package installation; package.json only provides a convenience script entry pointing to check.py.
✓ 凭证需求
The skill requests no environment variables or credentials. The only resources accessed are standard local system utilities (/proc/loadavg, df, free). This is proportional to a local system-health checker.
✓ 持久化与权限
The skill does not request persistent/always-on privileges, does not modify system or other skills' configs, and is user-invocable only. Autonomous invocation is allowed by platform default but is not itself unusual here.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/2/27
NULL
● 无害
安装命令
点击复制官方npx clawhub@latest install system-vigil
镜像加速npx clawhub@latest install system-vigil --registry https://cn.longxiaskill.com