← Back to Skills Marketplace
OpenClaw Evolution v3
by
jacurtwong
· GitHub ↗
· v1.0.0
· MIT-0
91
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-evolution-v3
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openclaw-evolution-v3 - After installation, invoke the skill by name or use
/openclaw-evolution-v3 - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: coordinator evolution blueprint + SOP + compatibility guardrails
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 91 downloads so far.
How do I install OpenClaw Evolution v3?
Run "/install openclaw-evolution-v3" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is OpenClaw Evolution v3 free?
Yes, OpenClaw Evolution v3 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does OpenClaw Evolution v3 support?
OpenClaw Evolution v3 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created OpenClaw Evolution v3?
It is built and maintained by jacurtwong (@jacurtwong); the current version is v1.0.0.
More Skills