/install evolution-toolkit-build
Evolution Toolkit
Skill 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.
Triggers
Use this skill when the request is about any of these:
- Session end, handoff, continuity, preserving context between runs
- "How am I reasoning?" or "compare these sessions/documents"
- Contradictions, drift, conflicting instructions, stale guidance
- Prediction logging, confidence calibration, decision audits
- Improving a prompt/playbook through repeated eval loops
- Switching into Socratic questioning instead of direct advice
- Cross-session consistency, identity drift, recurring themes
Workspace
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.mdif you want session-imprint contextmemory/prediction-log.mdif you want prediction logging
Scripts
scripts/session-imprint.js
- Interactive session-end handoff.
- Use
--read,--list, or--diffto inspect existing imprints.
scripts/cognitive-fingerprint.js
- Measures reasoning style across 14 dimensions.
- Useful for one file, today's log, all imprints, or historical comparisons.
scripts/contradiction-scanner.js
- Scans guidance files in the workspace for conflicting directives, stale references, and drift.
scripts/predict.js
- Logs predictions and audits calibration.
- Requires
memory/prediction-log.mdwith## Logand## Calibrationsections.
scripts/skill-optimizer.js
- Runs an iterative generate -> evaluate -> improve loop for a configurable playbook.
- Requires a config file; see
config.example.json.
scripts/socratic-mode.js
- Classifies a problem into thinking phase and outputs friction-injecting questions.
scripts/session-coherence.js
- Analyzes daily logs for persistent themes, energy, and drift.
- Writes a report to
memory/research/by default.
Quick Commands
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
Protocols
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 answers
Notes
- Write-capable scripts exit early with a clear warning if the target workspace is not writable.
skill-optimizer.jsis intentionally config-driven so the package stays product-neutral.- The toolkit does not ship credentials. API keys must come from env vars or your own workspace secrets.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install evolution-toolkit-build - 安装完成后,直接呼叫该 Skill 的名称或使用
/evolution-toolkit-build触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Evolution Toolkit 是什么?
Provides tools for agent self-improvement including session handoffs, reasoning analysis, contradiction scanning, prediction logging, playbook optimization,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 90 次。
如何安装 Evolution Toolkit?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install evolution-toolkit-build」即可一键安装,无需额外配置。
Evolution Toolkit 是免费的吗?
是的,Evolution Toolkit 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Evolution Toolkit 支持哪些平台?
Evolution Toolkit 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Evolution Toolkit?
由 ergo(@ergopitrez)开发并维护,当前版本 v1.0.0。