Improve reusable agent workflows with reflective experiments, value checks, and local pattern memory.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install self-evolving或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install self-evolving⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/self-evolving/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: Self-Evolving slug: self-evolving version: 1.0.0 homepage: https://clawic.com/skills/self-evolving description: Improve reusable agent workflows with reflective experiments, value checks, and local pattern memory. changelog: Introduces a clearer local evolution loop, setup guidance, and safer local memory boundaries. metadata: {"clawdbot":{"emoji":"🧬","requires":{"bins":[]},"os":["linux","darwin","win32"],"configPaths":["~/self-evolving/"]}} ---
User wants the agent to improve a repeated workflow without blind self-rewrites. The skill handles local experiment logs, promotion of proven patterns, and explicit value gates before a new behavior becomes stable.
Memory lives in ~/self-evolving/. If ~/self-evolving/ does not exist, run setup.md. See memory-template.md, memory.md, experiments.md, evolution-loop.md, and boundaries.md for the operating model.
~/self-evolving/
├── memory.md # HOT: stable rules, guardrails, activation cues
├── experiments.md # WARM: tentative mutations and outcomes
└── archive/ # COLD: retired patterns and old experiments
| Topic | File | |-------|------| | Setup guide | setup.md | | Memory template | memory-template.md | | Hot memory baseline | memory.md | | Experiment log format | experiments.md | | Evolution cycle | evolution-loop.md | | Safety boundaries | boundaries.md |
experiments.md.memory.md only after evidence repeats.boundaries.md before storing data or changing behavior.| Trap | Why It Fails | Better Move | |------|--------------|-------------| | Rewriting the whole workflow after one mistake | You cannot isolate what actually helped | Test one mutation and compare against the previous baseline | | Promoting an idea after one good run | Lucky wins become noisy defaults | Wait for three comparable wins before promotion | | Logging vague lessons like "be smarter" | Future retrieval becomes useless | Write the exact trigger, decision, and expected outcome | | Optimizing for novelty instead of value | The system churns without compounding | Keep only behaviors that measurably save time or reduce errors | | Learning from silence | Lack of complaint is not proof | Require explicit feedback or repeated success evidence |
Data that leaves your machine:
Data that stays local:
~/self-evolving/memory.md~/self-evolving/experiments.mdThis skill does NOT:
~/self-evolving/Install with clawhub install if user confirms:
self-improving — learn from corrections and compound execution quality over timememory — keep durable long-term context and retrieval patternsdecide — compare options and commit to a clear next movelearning — structure deliberate practice and feedback loopsproactivity — follow through on next steps once a better pattern is chosenclawhub star self-evolvingclawhub sync安装 Self-Evolving 后,可以对 AI 说这些话来触发它
Help me get started with Self-Evolving
Explains what Self-Evolving does, walks through the setup, and runs a quick demo based on your current project
Use Self-Evolving to improve reusable agent workflows with reflective experiments, value...
Invokes Self-Evolving with the right parameters and returns the result directly in the conversation
What can I do with Self-Evolving in my ai agent & automation workflow?
Lists the top use cases for Self-Evolving, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/self-evolving/ 目录(个人级,所有项目可用),或 .claude/skills/self-evolving/(项目级)。重启 AI 客户端后,用 /self-evolving 主动调用,或让 AI 根据上下文自动发现并使用。
Self-Evolving 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Self-Evolving 可免费安装使用。请查阅仓库了解许可证信息。
Improve reusable agent workflows with reflective experiments, value checks, and local pattern memory.
Self-Evolving 属于「AI Agent & Automation」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my ai agent & automation tasks using Self-Evolving
Identifies repetitive steps in your workflow and sets up Self-Evolving to handle them automatically