Auto Monitor - System Monitoring

ReviewAudited by ClawScan on May 10, 2026.

Overview

The skill is a plausible system monitor, but it tells the agent to keep checking and auto-fix issues without clear limits or approval.

Install only if you want an agent to monitor system health, and configure it so monitoring is opt-in, time-bounded, scoped to specific hosts, and read-only unless you explicitly approve each repair.

Findings (2)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

The agent may continue monitoring and interrupting the user beyond a single requested task.

Why it was flagged

The skill explicitly instructs recurring autonomous checks and proactive messages, but does not define a start/stop boundary, maximum duration, or user-controlled scheduling.

Skill content
1. 定期检查(每 N 分钟) ... 不等用户问"服务器怎么样" ... 发现问题主动说
Recommendation

Require explicit user opt-in for monitoring sessions, including interval, duration, scope, notification rules, and a clear stop command.

What this means

If the agent has system tools, it could make unintended changes such as restarting services, killing processes, or changing configuration without confirmation.

Why it was flagged

The skill tells the agent to immediately handle anything it can automatically repair, but it does not specify allowed actions, approval requirements, reversibility, or safety limits.

Skill content
可以自动修复的立刻处理
Recommendation

Keep the skill read-only by default and require user approval before any remediation or system-changing action.