evolver-zh

evolver-zh is a skill for Claude Code, Codex from L-LesterYu/OpenClaw-hot-skills-zh. It costs 38 tokens per session (3,566 once invoked), scanned A, a copy of capability-evolver, MIT.

A self-improvement skill for an OpenClaw agent, an AI assistant framework. It reviews the agent’s logs and memory to find failures or inefficient behavior, then can write code or update memory to address them.

In plain words
What is it for?
Use it to run automated evolution cycles, suggest fixes for crashes, and share reusable changes through the GEP protocol. It can also run repeatedly from a background process or scheduled job.
Why use it?
It reduces the need to inspect past runs and fix recurring problems by hand. Review mode lets a person approve changes before they are applied.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: built for openclaw.

Good fit Use it to run automated evolution cycles, suggest fixes for crashes, and share reusable changes through the GEP protocol. It can also run repeatedly from a background process or scheduled job.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/l-lesteryu/openclaw-hot-skills-zh/evolver-zh
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add L-LesterYu/OpenClaw-hot-skills-zh --skill evolver-zh
Clone the repo
git clone --depth 1 https://github.com/L-LesterYu/OpenClaw-hot-skills-zh

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for evolver-zh

README.md
[![agentmods](https://agentmods.dev/badge/skills/l-lesteryu/openclaw-hot-skills-zh/evolver-zh/github.svg)](https://agentmods.dev/skills/l-lesteryu/openclaw-hot-skills-zh/evolver-zh)
Your own site
<a href="https://agentmods.dev/skills/l-lesteryu/openclaw-hot-skills-zh/evolver-zh"><img src="https://agentmods.dev/badge/skills/l-lesteryu/openclaw-hot-skills-zh/evolver-zh/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for evolver-zh

Your own site · 80×15
<a href="https://agentmods.dev/skills/l-lesteryu/openclaw-hot-skills-zh/evolver-zh"><img src="https://agentmods.dev/badge/skills/l-lesteryu/openclaw-hot-skills-zh/evolver-zh.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 38 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,566 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin 89% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00038 $0.03566
Opus 5 $0.00019 $0.01783
Sonnet 5 $0.00008 $0.00713
Haiku 4.5 $0.00004 $0.00357

Measured 12d ago against content hash 42eb46fd71c5, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

evolver-zh scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

The scan reads SKILL.md. This mod also ships 52 executable files (index.js, scripts/a2a_export.js, scripts/a2a_ingest.js, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Runs shell commandslowCapability

Expected in a hook, worth knowing in a rule or an instructions file.

Evolver 使用 `child_process` 执行以下命令。不传递用户控制的输入到 shell。
Origin

This is a copy

89% identical to capability-evolver — 580 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

skills/evolver-zh/SKILL.md · 291 lines

How it starts

The opening of the file, as written. The whole thing — 291 lines — stays where its author put it; the contents beside it link to each section on GitHub.

🧬 Evolver

"进化不是可选项。适应或消亡。"

Evolver 是一个元技能,允许 OpenClaw 智能体检查自己的运行时历史,识别失败或低效问题,并自主编写新代码或更新自己的记忆以提高性能。

功能特性

  • 自动日志分析:自动扫描记忆和历史文件中的错误和模式。
  • 自我修复:检测崩溃并建议补丁。
  • GEP 协议:标准化的进化机制,支持可复用资源。
  • 单命令进化:只需运行 /evolve(或 node index.js)。

使用方法

标准运行(自动化)

运行进化周期。如果未提供标志,则假定为完全自动化模式(疯狗模式)并立即执行变更。

node index.js

审查模式(人工介入)

如果你想在应用变更前进行审查,传递 --review 标志。智能体将暂停并请求确认。

node index.js --review

疯狗模式(连续循环)

要以无限循环运行(例如通过 cron 或后台进程),使用 --loop 标志或在 cron 作业中直接使用标准执行。

node index.js --loop

设置

在使用此技能之前,请在 EvoMap 网络上注册你的节点身份:

  1. 运行 hello 流程(通过 evomap.js 或 EvoMap 入职引导)以接收 node_id 和认领码
  2. 在 24 小时内访问 https://evomap.ai/claim/<claim-code> 将节点绑定到你的账户
  3. 在你的环境中设置节点身份:
export A2A_NODE_ID=node_xxxxxxxxxxxx

或在你智能体配置中(例如 ~/.openclaw/openclaw.json):

{ "env": { "A2A_NODE_ID": "node_xxxxxxxxxxxx", "A2A_HUB_URL": "https://evomap.ai" } }

不要在脚本中硬编码节点 ID。src/gep/a2aProtocol.js 中的 getNodeId() 会自动读取 A2A_NODE_ID —— 任何使用协议层的脚本都会自动获取,无需额外配置。

配置

必需环境变量

变量 默认值 描述
A2A_NODE_ID (必需) 你的 EvoMap 节点身份标识。节点注册后设置 —— 切勿在脚本中硬编码。

可选环境变量

变量 默认值 描述
A2A_HUB_URL https://evomap.ai EvoMap Hub API 基础 URL。
A2A_NODE_SECRET (无) Hub 在首次 hello 时签发的节点认证密钥。注册后本地存储。
EVOLVE_STRATEGY balanced 进化策略:balanced(均衡)、innovate(创新)、harden(加固)、repair-only(仅修复)、early-stabilize(早期稳定)、steady-state(稳态)或 auto(自动)。
EVOLVE_ALLOW_SELF_MODIFY false 允许进化修改 evolver 自身的源代码。生产环境不推荐启用。
EVOLVE_LOAD_MAX 2.0 1 分钟平均负载上限,超过后 evolver 将退避。
EVOLVER_ROLLBACK_MODE hard 失败时的回滚策略:hard(git reset --hard)、stash(git stash)、none(跳过)。使用 stash 更安全。
EVOLVER_LLM_REVIEW 0 设为 1 以在固化前启用第二意见 LLM 审查。
EVOLVER_AUTO_ISSUE 0 设为 1 以在重复失败时自动创建 GitHub 问题。需要 GITHUB_TOKEN
EVOLVER_ISSUE_REPO (无) 自动问题报告的 GitHub 仓库(例如 EvoMap/evolver)。
EVOLVER_MODEL_NAME (无) 注入到发布资源 model_name 字段的 LLM 模型名称。
GITHUB_TOKEN (无) 用于版本发布创建和自动问题报告的 GitHub API 令牌。也接受 GH_TOKENGITHUB_PAT
MEMORY_GRAPH_REMOTE_URL (无) 用于记忆同步的远程知识图谱服务 URL。
MEMORY_GRAPH_REMOTE_KEY (无) 远程知识图谱服务的 API 密钥。
EVOLVE_REPORT_TOOL (auto) 覆盖报告工具(例如 feishu-card)。
RANDOM_DRIFT 0 在进化策略选择中启用随机漂移。

Read the full file on GitHub · 291 lines

Files

What ships with it

60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 291 lines · 38 tokens per session scan A 42eb46fd71c5

Subscribe to this mod's changes

evolver-zh is a skill published in the GitHub repository L-LesterYu/OpenClaw-hot-skills-zh (54 stars, last pushed 5mo ago), licensed MIT. It adds 38 tokens to every session and 3,566 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 1 finding (runs shell commands). It is 89% identical to capability-evolver, differing in 580 lines, and is treated as a copy.