/install agent-evolution
agent-evolution
Agent 行为固化与进化系统。追踪规则执行、检测行为模式、维护身份连续性。用于:让 agent 的行为规则从"写下来"变成"做到了"。当 agent 需要自我改进、行为追踪、角色一致性、重复检测时激活。与 Memelord/memory-tools 互补:它们管记忆,本 skill 管行为。
使用
所有命令通过 node scripts/evolution.js \x3Ccommand> [args] 执行,输出均为 JSON。
存储路径:~/.openclaw/workspace/.agent-evolution/state.json
模块
行为追踪器
追踪规则执行与违反,计算权重。
# 初始化(首次使用)
node scripts/evolution.js init
# 添加规则
node scripts/evolution.js add-rule \x3Crule_id> \x3Cdescription> \x3Csource>
# 执行规则前调用,记录 +1
node scripts/evolution.js check \x3Crule_id>
# 记录违反
node scripts/evolution.js violation \x3Crule_id> \x3Ccontext>
# 查看统计
node scripts/evolution.js stats
身份状态层
跨会话持久化的结构化身份。
# 查看身份
node scripts/evolution.js identity
# 更新字段
node scripts/evolution.js identity-update \x3Cfield> \x3Cvalue>
# 记录进化事件
node scripts/evolution.js evolve \x3Cchange> \x3Ctrigger>
模式检测器
检测重复行为和角色偏离。
# 记录操作
node scripts/evolution.js log \x3Caction_type> \x3Cdetail>
# 检查告警
node scripts/evolution.js detect
# 重置计数器
node scripts/evolution.js reset \x3Cpattern_id>
综合报告
node scripts/evolution.js report
初始化规则
从 AGENTS.md / SOUL.md 自动提取规则:
bash scripts/init-rules.sh --agents /path/to/AGENTS.md --soul /path/to/SOUL.md
心跳检查
供 HEARTBEAT.md 调用:
bash scripts/heartbeat-check.sh
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install agent-evolution - After installation, invoke the skill by name or use
/agent-evolution - Provide required inputs per the skill's parameter spec and get structured output
What is Agent Evolution?
Agent 行为固化与进化系统。追踪规则执行、检测行为模式、维护身份连续性。用于:让 agent 的行为规则从"写下来"变成"做到了"。当 agent 需要自我改进、行为追踪、角色一致性、重复检测时激活。与 Memelord/memory-tools 互补:它们管记忆,本 skill 管行为。 It is an AI Agent Skill for Claude Code / OpenClaw, with 801 downloads so far.
How do I install Agent Evolution?
Run "/install agent-evolution" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Agent Evolution free?
Yes, Agent Evolution is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Agent Evolution support?
Agent Evolution is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Agent Evolution?
It is built and maintained by 翎麟 (@linglin6); the current version is v1.0.0.