Improvement Executor
PassAudited by ClawScan on Apr 6, 2026.
Overview
The skill's code, CLI, and SKILL.md are internally consistent: it performs file-level edits with backups and rollback, and it does not request unrelated credentials or network access.
This skill appears to do exactly what it says: edit single files (markdown/YAML frontmatter), create backups, and support rollbacks. Before installing or running it: 1) Inspect the ranking.json / receipt you pass in so the target_path and candidate action are what you expect (a candidate can point at any file path). 2) Always run --dry-run for both execute and rollback to verify diffs before changing files. 3) Note rollback.py will look under a default shared root (~/.openclaw/...) and respect OPENCLAW_ROOT if set — review that location for receipts/executions if you rely on automated rollbacks. 4) Because this skill writes files, avoid running it with elevated privileges or against system-critical paths. If you want additional assurance, review the remaining (truncated) parts of execute.py to confirm backups are created before writes (the SKILL.md claims they are).
