← 返回 Skills 市场
OpenClaw Evolution v3
作者
jacurtwong
· GitHub ↗
· v1.0.0
· MIT-0
91
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-evolution-v3
功能描述
Use when users ask to evolve/upgrade OpenClaw agents into coordinator mode, apply Gene Locking to IDENTITY.md and AGENTS.md, package this evolution as reusab...
安全使用建议
This skill is a coherent blueprint for evolving OpenClaw agents, but it instructs the agent to read repo state and environment variables and to write policy files — actions that can expose secrets or introduce persistent policy changes if performed automatically. Before installing or running this skill: 1) Run it only in a safe test branch or sandbox workspace (never directly on production). 2) Require human approval before applying any automated edits to IDENTITY.md or AGENTS.md. 3) Review the exact templates in SOP_GENE_LOCKING.md and verify they match your security policy. 4) Ensure the agent/process is prevented from reading sensitive environment variables (or explicitly whitelist which env vars are allowed). 5) Back up/ tag the repo state and prepare a rollback plan as recommended. If you want higher assurance, ask the skill author for an explicit statement about which environment variables the skill will read and for an optional 'dry-run' mode that outputs proposed edits without applying them.
功能分析
Type: OpenClaw Skill
Name: openclaw-evolution-v3
Version: 1.0.0
The skill bundle is a well-documented framework designed to upgrade OpenClaw agents from simple executors to structured coordinators. It focuses on improving agent reliability through 'Mandatory Synthesis' and 'Verification as Proof' protocols. The 'Gene Locking' mechanism described in SOP_GENE_LOCKING.md and SKILL.md involves updating the agent's internal identity and policy files (IDENTITY.md/AGENTS.md) with rigorous prompt engineering instructions, but it lacks any indicators of malicious intent, data exfiltration, or unauthorized access. The bundle includes extensive safety guardrails, compatibility checks, and rollback procedures in COMPATIBILITY.md.
能力评估
Purpose & Capability
Name, description, and included reference files all align: the package is a blueprint for upgrading OpenClaw agents to 'coordinator' mode and for applying the Gene Locking SOP to IDENTITY.md and AGENTS.md. The instructions and templates within the references directly support that purpose (reading guides, producing explicit edits, staged rollout, rollback).
Instruction Scope
SKILL.md and the guides instruct the agent to read repo files (e.g., src/*, IDENTITY.md, AGENTS.md), run git/status checks, run tests/type-checks, and — notably — capture a 'system snapshot' that includes environment variables. The skill metadata declares no environment variables, but the runtime guidance explicitly expects the agent to read environment variables and the filesystem. That grants the agent broad read access (potentially including secrets) unless the execution environment or operator limits it. The skill also instructs writing templates into IDENTITY.md/AGENTS.md (expected for the purpose) but does not constrain or require human approval before making those persistent edits.
Install Mechanism
This is an instruction-only skill with no install spec and no code files executed. That minimizes the risk of arbitrary code being written to disk or downloaded during install.
Credentials
requires.env is empty (no credentials requested), yet the guidance expects capturing environment variables and repository state. Accessing environment variables can expose secrets (API keys, tokens) that are unrelated to the stated high-level purpose if the agent is allowed to read them indiscriminately. The skill also asks to modify core policy files (IDENTITY.md, AGENTS.md), which is proportionate to its goal but should be gated by approvals and run in a sandbox/branch — the instructions recommend this, but the metadata does not enforce it.
Persistence & Privilege
The skill is not always: true and does not request persistent installation or elevated platform-wide privileges. It instructs making changes to config files in the repo (expected for an evolution SOP), but it explicitly frames the repo as a blueprint and recommends staged rollout, feature flags, and rollback points. There is no evidence it modifies other skills or system-wide agent settings beyond workspace files.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-evolution-v3 - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-evolution-v3触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: coordinator evolution blueprint + SOP + compatibility guardrails
元数据
常见问题
OpenClaw Evolution v3 是什么?
Use when users ask to evolve/upgrade OpenClaw agents into coordinator mode, apply Gene Locking to IDENTITY.md and AGENTS.md, package this evolution as reusab... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 91 次。
如何安装 OpenClaw Evolution v3?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-evolution-v3」即可一键安装,无需额外配置。
OpenClaw Evolution v3 是免费的吗?
是的,OpenClaw Evolution v3 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
OpenClaw Evolution v3 支持哪些平台?
OpenClaw Evolution v3 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 OpenClaw Evolution v3?
由 jacurtwong(@jacurtwong)开发并维护,当前版本 v1.0.0。
推荐 Skills