Auto Improving Agent
Analysis
The skill is coherent and purpose-aligned, but it persistently writes local learning files and injects a bootstrap reminder that users should understand before enabling.
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.
## Automated triggers These fire without user prompting: ... Run this sweep during heartbeat maintenance (every ~3 days)
The skill discloses autonomous logging and periodic retention behavior. It is purpose-aligned, but it means the agent may update persistent learning files without a direct user prompt.
# "delete" entries are simply dropped ... learnings_path.write_text("\n".join(header_lines + keep_lines) + "\n")The retention helper can rewrite `.learnings/LEARNINGS.md` and drop entries classified for deletion. This is disclosed and scoped, but it is still local file mutation.
No install spec — this is an instruction-only skill. ... Code file presence: 4 code file(s): hooks/openclaw/handler.js ... scripts/retention_scorer.py
The registry-level install description understates that executable hook/script files are included. The files are provided for review and appear purpose-aligned, so this is a metadata/provenance note rather than a behavioral concern.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
`.learnings/LEARNINGS.md` — corrections, env configs, reusable fixes, architecture decisions ... `Cross-session pattern detection`: When `memory_search` returns a daily note describing a workaround ... log it.
The skill persistently stores corrections, environment details, and cross-session discoveries for future reuse, which is central to the skill but can shape later agent behavior.
