Self Health Monitor
ReviewAudited by ClawScan on May 10, 2026.
Overview
The skill is a self-monitoring prompt, but it asks the agent to run proactively, inspect memory and agent state, and self-repair without clear user approval or scope limits.
Only install this if you want an agent that may proactively monitor itself. Before enabling it, set explicit limits: no background schedule unless you opt in, read-only checks by default, defined memory paths, and manual approval for any self-repair.
Findings (3)
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.
The agent could attempt to keep acting in the background, interrupt the user with reports, or change its own state without explicit confirmation.
The skill directs autonomous scheduled operation, unsolicited reporting, and immediate self-repair, but does not define opt-in, stopping conditions, user approval, or safe repair boundaries.
输入:无(定时触发) ... 定时触发(每30分钟) ... 不等用户问 ... 主动汇报自己的状态 ... 发现问题立刻自我修复
Require explicit user opt-in for scheduling, make reports user-controlled, and require approval before any self-repair or state-changing action.
Persistent memory may contain sensitive or misleading information, and unbounded inspection or repair could affect future agent behavior.
The skill asks to inspect persistent memory and judge missing important information, but does not define which memory files are in scope, what content may be read, or how findings are stored or reused.
Memory 使用 - memory 文件大小 - 最近更新的文件 - 是否有遗漏的重要信息
Limit memory checks to explicit paths and metadata by default, disclose what content is read, and require user approval before updating or rewriting memory.
The agent might attempt changes to skills or runtime state without the user understanding what will be modified.
Checking skill loadability and immediately self-repairing could require tool or file operations that affect installed skills or agent behavior, but the artifacts do not specify safe commands, approval gates, or rollback.
能力树状态 - skills 数量 - 新增技能 - 技能健康度(是否可加载) ... 发现问题立刻自我修复
Keep the default behavior read-only, list any proposed repair steps, and ask the user before modifying skills, memory, sub-agents, or configuration.
