Install
openclaw skills install evolution-toolkit-buildProvides tools for agent self-improvement including session handoffs, reasoning analysis, contradiction scanning, prediction logging, playbook optimization,...
openclaw skills install evolution-toolkit-buildSkill by Ergo | 2026-03-24 | Portable toolkit for agent self-improvement across workspaces Status: ✅ Verified
How to use: Set EVOLUTION_TOOLKIT_WORKSPACE to the target workspace, then run the script that matches the cognitive task. Load protocols/session-continuity.md or protocols/thinking-partner.md when the task is about handoffs or problem framing.
Use this skill when the request is about any of these:
Export a writable workspace before running any script that writes state:
export EVOLUTION_TOOLKIT_WORKSPACE=/path/to/workspace
Expected layout:
memory/memory/imprints/ for session imprintsmemory/research/ for coherence reportsCURRENT.md if you want session-imprint contextmemory/prediction-log.md if you want prediction loggingscripts/session-imprint.js
--read, --list, or --diff to inspect existing imprints.scripts/cognitive-fingerprint.js
scripts/contradiction-scanner.js
scripts/predict.js
memory/prediction-log.md with ## Log and ## Calibration sections.scripts/skill-optimizer.js
config.example.json.scripts/socratic-mode.js
scripts/session-coherence.js
memory/research/ by default.node scripts/session-imprint.js
node scripts/cognitive-fingerprint.js --daily
node scripts/contradiction-scanner.js --verbose
node scripts/predict.js add
node scripts/socratic-mode.js "Should I launch now or keep polishing?"
node scripts/session-coherence.js --days 14 --portrait
node scripts/skill-optimizer.js --config ./config.json --skill customer-support --iterations 3
Read these only when relevant:
protocols/session-continuity.md: how to end and resume sessions cleanlyprotocols/thinking-partner.md: how to add useful friction instead of reflexive answersskill-optimizer.js is intentionally config-driven so the package stays product-neutral.