Self Evolution-v2
PassAudited by ClawScan on Apr 16, 2026.
Overview
The skill's files and runtime instructions are consistent with its stated purpose (self-auditing and writing review/learning files); it modifies your agent workspace (SOUL.md and a .learnings directory) but does not request external credentials or contact external endpoints.
What to consider before installing: - Review and back up ~/.openclaw/workspace/SOUL.md and any MEMORY.md files before running the inject script — the skill appends rules to SOUL.md and creates ~/.openclaw/workspace/.learnings files. - Inspect scripts (inject_to_soul.sh, self_check.sh, confidence_check.py) yourself; they currently only perform local file reads/writes and basic text checks (no network). Do not run them as root. - Be aware that the skill will read past conversation files (memory/YYYY-MM-DD.md) and will persistently write lessons and state tracking to .learnings; those files may contain sensitive data. - If you do not want permanent changes, do not run the inject_to_soul.sh; instead, copy portions of the templates manually or run scripts in a sandboxed test workspace first. - If you want to automate (cron, etc.), set that up deliberately and review what is scheduled. The skill mentions cron but does not create cron jobs itself. - If you have low tolerance for automatic modification of agent config, avoid applying the injection and instead adopt the practices manually. If you want, I can point out the exact lines in inject_to_soul.sh that append to SOUL.md and create files so you can audit or patch them before running.
