← Back to Skills Marketplace
Revolution Auto-Evolution
by
Jaden's built a claw
· GitHub ↗
· v1.0.0
· MIT-0
135
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install ssa-revolution
Description
Multi-agent auto-evolution system — orchestrate review-execute-audit loops with 4 roles (Coordinator, Reviewer, Executor, Auditor). A single coordinator agen...
Usage Guidance
This skill appears to do what it claims: orchestrate multi-agent review→execute→audit loops using JSON task files in a workspace. However, it will read and write files under the resolved workspace (default: ~/.openclaw/agents/main/workspace), remove lock files, reset stuck tasks, and archive & delete completed task files. Before installing or enabling autonomous runs: (1) point OPENCLAW_WORKSPACE / EVOLUTION_TASKS_DIR to a dedicated sandbox directory; (2) back up any existing workspace/skills directories you care about; (3) review the scripts (heartbeat, monitor, pack-skill) to verify behavior you’re comfortable with—especially pack-skill which moves and deletes task files; (4) ensure sub-agents and models producing review/exec/audit outputs are trusted, since malformed or adversarial JSON in their outputs can influence state transitions; (5) start with manual/isolated runs (invoke scripts manually) before adding to cron/heartbeat for autonomous operation.
Capability Analysis
Type: OpenClaw Skill
Name: ssa-revolution
Version: 1.0.0
The 'ssa-revolution' bundle is a multi-agent orchestration framework designed to automate task execution through a review-execute-audit loop. The included Node.js scripts (heartbeat-coordinator.js, monitor.js, and pack-skill.js) manage task states, handle lock files, and archive results using standard local file system operations within the OpenClaw workspace. The logic is transparent, lacks any indicators of data exfiltration or unauthorized remote execution, and the instructions in SKILL.md are strictly aligned with the stated purpose of coordinating sub-agents for autonomous development.
Capability Assessment
Purpose & Capability
Name/description describe a coordinator/meta-skill for multi-agent loops and the repo contains heartbeat, monitor, and pack scripts that implement that behavior. The requested/used resources (workspace, tasks dir, skills dir) are consistent with orchestration and packaging.
Instruction Scope
SKILL.md and the scripts instruct running Node scripts, cron/heartbeat entries, and spawning sub-agents. The runtime logic operates on JSON task files in a workspace (reads/writes .json, .lock files, archives completed tasks). It does not call external network endpoints or request secrets, but it expects sub-agent outputs in specific JSON formats (parses reviewer/executor/auditor outputs using regex/JSON). Malformed or adversarial sub-agent output could cause unexpected behavior in parsing.
Install Mechanism
No install spec (instruction-only + script files). Nothing is downloaded or installed automatically by the skill; risk from install mechanism is minimal.
Credentials
The skill declares no required credentials. It uses optional env vars to locate the workspace and task/skills/archive directories; when these are unset it defaults to ~/.openclaw/agents/main/workspace. This gives the skill full read/write access to the designated workspace paths, which is consistent with packaging/orchestration but broad in scope—ensure the workspace path points to a sandbox you control.
Persistence & Privilege
The skill is not always-included, but its scripts modify workspace state: acquiring/removing lock files, resetting stuck tasks, moving completed task JSONs to an archive and deleting the originals (pack-skill). These are expected for its purpose but are destructive operations on the task files and will alter your workspace. Review and sandbox before enabling autonomous runs.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install ssa-revolution - After installation, invoke the skill by name or use
/ssa-revolution - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: Multi-agent auto-evolution system
Metadata
Frequently Asked Questions
What is Revolution Auto-Evolution?
Multi-agent auto-evolution system — orchestrate review-execute-audit loops with 4 roles (Coordinator, Reviewer, Executor, Auditor). A single coordinator agen... It is an AI Agent Skill for Claude Code / OpenClaw, with 135 downloads so far.
How do I install Revolution Auto-Evolution?
Run "/install ssa-revolution" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Revolution Auto-Evolution free?
Yes, Revolution Auto-Evolution is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Revolution Auto-Evolution support?
Revolution Auto-Evolution is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Revolution Auto-Evolution?
It is built and maintained by Jaden's built a claw (@cjboy007); the current version is v1.0.0.
More Skills