Muguozi1 Openclaw Proactivity
Analysis
The skill’s core proactivity behavior is mostly scoped and local, but its package makes contradicted testing/certification claims while adding persistent agent state, so it deserves review before use.
Findings (4)
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
| **测试覆盖** | 100/100 | ✅ 优秀 | ... **认证状态**: ✅ 通过
The artifact presents strong testing and certification claims, but the included test and example scripts are placeholders/no-op demonstrations, so the package overstates assurance for a behavior-changing skill.
Show the exact snippet immediately and wait for explicit approval before writing it.
Setup proposes edits to workspace behavior files such as SOUL, AGENTS, HEARTBEAT, and TOOLS; the explicit-approval requirement bounds the risk, but these edits can change future agent routing and behavior.
mkdir -p ~/proactivity/{domains,memory} ... chmod 700 ~/proactivity ... chmod 600 ~/proactivity/{memory.md,session-state.md,heartbeat.md,patterns.md,log.md}The setup includes local shell commands to create and permission state files. These commands are scoped and purpose-aligned, but they still write persistent files in the user’s home directory.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
Local state lives in `~/proactivity/`: ... session state ... heartbeat state ... action log ... working buffer
The skill persists learned boundaries, active task state, follow-ups, logs, and recovery breadcrumbs across uses, which is core to its purpose but can influence future agent behavior.
