← 返回 Skills 市场
Revolution Auto-Evolution
作者
Jaden's built a claw
· GitHub ↗
· v1.0.0
· MIT-0
135
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ssa-revolution
功能描述
Multi-agent auto-evolution system — orchestrate review-execute-audit loops with 4 roles (Coordinator, Reviewer, Executor, Auditor). A single coordinator agen...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ssa-revolution - 安装完成后,直接呼叫该 Skill 的名称或使用
/ssa-revolution触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Multi-agent auto-evolution system
元数据
常见问题
Revolution Auto-Evolution 是什么?
Multi-agent auto-evolution system — orchestrate review-execute-audit loops with 4 roles (Coordinator, Reviewer, Executor, Auditor). A single coordinator agen... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 135 次。
如何安装 Revolution Auto-Evolution?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ssa-revolution」即可一键安装,无需额外配置。
Revolution Auto-Evolution 是免费的吗?
是的,Revolution Auto-Evolution 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Revolution Auto-Evolution 支持哪些平台?
Revolution Auto-Evolution 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Revolution Auto-Evolution?
由 Jaden's built a claw(@cjboy007)开发并维护,当前版本 v1.0.0。
推荐 Skills