Auto Monitor - System Monitoring — 技能工具
v1.0.0主动监控系统状态。定期检查服务器健康,主动汇报,无需等待指令。
0· 2,500·0 当前·0 累计
安全扫描
OpenClaw
可疑
medium confidenceThe skill's stated purpose (automatic system monitoring) matches its instructions, but the runtime guidance is vague about what checks/repairs will be executed and grants the agent broad, potentially destructive discretion without declaring required privileges or safeguards.
评估建议
This skill could act on your system automatically and the SKILL.md is vague about what 'auto-fix' does or what permissions it needs. Before installing or enabling autonomous invocation: 1) Require the author to provide exact commands/actions the agent will run for each check and for each automatic remediation (e.g., 'restart service X', 'delete temp files older than Y', 'clear cache'); 2) Require a clear list of privileges/accounts needed (avoid root if possible); 3) Demand safeguards: dry-run m...详细分析 ▾
ℹ 用途与能力
Name/description and SKILL.md align: this is a proactive system-monitoring skill. However, it does not state what runtime permissions, binaries, or account context it expects to use to inspect or modify the system — a legitimate monitor normally documents required commands/privileges or an install mechanism for agents to run safely.
⚠ 指令范围
Instructions tell the agent to perform periodic checks (disk, memory, CPU, network, processes) and to '自动修复' (auto-fix) issues. The SKILL.md gives no concrete commands, limits, or definition of 'auto-fix', giving the agent broad discretion to read system state and to modify/restart services or files. That vagueness enables unsafe or overly-broad actions.
✓ 安装机制
No install spec and no code files — lowest installation risk. The skill is instruction-only so nothing is written to disk by an installer.
⚠ 凭证需求
The skill declares no required env vars but implies access to system-level information and possible modifications. It does not explain needed credentials or account privileges (e.g., root vs unprivileged), nor whether it will read config files or secrets. This mismatch between implied capabilities and declared requirements is a proportionality concern.
⚠ 持久化与权限
always is false, but disable-model-invocation is false (default), and the skill's purpose is autonomous, periodic monitoring with automatic remediation. Combined, that allows the agent to repeatedly invoke itself and take remediation actions without clear limits or user confirmation — a higher-risk operational profile unless restricted.
安装前注意事项
- Require the author to provide exact commands/actions the agent will run for each check and for each automatic remediation (e.g., 'restart service X', 'delete temp files older than Y', 'clear cache');
- Require a clear list of privileges/accounts needed (avoid root if possible);
- Demand safeguards: dry-run mode, confirmation before destructive actions, detailed logs, and notification channels;
- If you must test, run it in a sandbox or on a non-production system under a restricted user account;
- Prefer a version that includes explicit code or an install script you can review rather than an instruction-only skill with open-ended authority. If the author cannot clarify these points, treat the skill as risky and avoid enabling autonomous execution.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/2/26
● 可疑
安装命令 点击复制
官方npx clawhub@latest install auto-monitor
镜像加速npx clawhub@latest install auto-monitor --registry https://cn.clawhub-mirror.com
技能文档
主动监控系统,主动发现问题。
能力轮廓
- 输入:系统状态
- 输出:健康报告 + 异常告警
- 核心:主动检查 → 及时汇报
工作流
1. 定期检查(每 N 分钟)
- 检查项:
- 磁盘使用率
- 内存使用率
- CPU 负载
- 网络状态
- 进程状态
- 异常判断
- 超过阈值?→ 主动告警
- 汇报
- 正常:简洁汇报
- 异常:详细说明 + 建议
告警阈值
- 磁盘 > 80%
- 内存 > 85%
- CPU Load > 核数 × 0.8
主动性
- 不等用户问"服务器怎么样"
- 发现问题主动说
- 可以自动修复的立刻处理
数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制
免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制