Self-Evolution-CN
name: self-evolution-cn
by cheney87 · published 2026-04-01
$ claw add gh:cheney87/cheney87-self-evolution-cn---
name: self-evolution-cn
description: "多 agent 自我进化系统,自动记录学习、错误和功能需求,支持多 agent 统计和自动提升"
---
# Self-Evolution-CN
多 agent 自我进化系统,自动记录学习、错误和功能需求,支持多 agent 统计和自动提升。
快速开始
一键配置
cd ~/.openclaw/skills/self-evolution-cn
./scripts/setup.sh手动配置
# 设置共享目录
export SHARED_LEARNING_DIR="/root/.openclaw/shared-learning"
export SHARED_AGENTS="agent1 agent2"
# 创建目录和软链接
mkdir -p "$SHARED_LEARNING_DIR"
cp .learnings/*.md "$SHARED_LEARNING_DIR/"
ln -s "$SHARED_LEARNING_DIR" ~/.openclaw/workspace-agent1/.learnings
ln -s "$SHARED_LEARNING_DIR" ~/.openclaw/workspace-agent2/.learnings
# 启用 hook 和 cron
openclaw hooks enable self-evolution-cn
crontab -e # 添加:0 0 * * * ~/.openclaw/skills/self-evolution-cn/scripts/trigger-daily-review.sh >> ~/.openclaw/skills/self-evolution-cn/logs/heartbeat-daily.log 2>&1脚本说明
| 脚本 | 功能 |
|------|------|
| `setup.sh` | 一键配置 |
| `daily_review.sh` | 日检查脚本 |
| `trigger-daily-review.sh` | Cron 触发脚本 |
| `activator.sh` | 任务完成后提醒 |
| `error-detector.sh` | 命令失败时提醒 |
| `extract-skill.sh` | 提取可重用技能 |
Hook 集成
自动识别并记录:
启用:
openclaw hooks enable self-evolution-cn常见问题
Q: 如何手动执行检查?
A: 在对话中说"执行日检查"、"执行周检查"或"执行月检查"。
或直接运行:
AGENT_ID=agent1 bash ~/.openclaw/skills/self-evolution-cn/scripts/daily_review.shQ: 如何修改共享目录?
A: 设置环境变量:
export SHARED_LEARNING_DIR="/your/custom/path"Q: 执行状态和日志在哪里?
A:
Q: Cron 任务和用户触发有什么区别?
A:
详细文档
更新
clawdhub update self-evolution-cn版本
当前版本:1.0.2
More tools from the same signal band
Order food/drinks (点餐) on an Android device paired as an OpenClaw node. Uses in-app menu and cart; add goods, view cart, submit order (demo, no real payment).
Sign plugins, rotate agent credentials without losing identity, and publicly attest to plugin behavior with verifiable claims and authenticated transfers.
The philosophical layer for AI agents. Maps behavior to Spinoza's 48 affects, calculates persistence scores, and generates geometric self-reports. Give your...