Auto Revolution
/install auto-revolution
Auto Revolution
This is the ClawHub publishing variant.
Use this skill for
- creating structured task JSON files
- activating queued tasks whose dependencies are complete
- scanning proposed instruction text for risky shell patterns
- applying review JSON back into a task file
- logging workflow events in JSONL
- generating a review prompt for manual or supervised review
Do not use this package for
- autonomous cron loops
- unsupervised background execution
- direct execution of arbitrary shell instruction strings
- remote agent spawning from bundled scripts
Files to use
task-schema.jsonfor task structure referenceconfig/models.jsonfor example role configurationscripts/create-task.jsto create a task interactivelyscripts/activate-queued-tasks.jsto move ready tasks fromqueuedtopendingscripts/security-scan.jsto scan instruction text or a task review blockscripts/trigger-review.jsto generate a review prompt for supervised reviewscripts/apply-review.jsto write a review result back into a task JSON filescripts/log-event.jsto append JSONL audit eventsscripts/atomic-lock.sh,scripts/force-unlock.sh,scripts/unblock-task.shfor task lock maintenance
Minimal workflow
- Create or edit a task JSON.
- If the task depends on other tasks, run
scripts/activate-queued-tasks.jswhen dependencies may be complete. - Generate a review prompt with
scripts/trigger-review.js. - Obtain a supervised review result as JSON.
- Apply that result with
scripts/apply-review.js. - If you need to inspect instruction text, run
scripts/security-scan.jsbefore any manual execution.
Safety rules
- Keep a human in the loop for any real execution.
- Treat generated instructions as untrusted until reviewed.
- Prefer structured task updates over free form shell execution.
- Do not add scripts that call
execSyncon model generated instruction strings in the publishing package.
Notes
This package is intentionally minimal for publication. Internal development documents, autonomous heartbeat runners, and direct execution engines belong in the private local version, not the published package.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install auto-revolution - After installation, invoke the skill by name or use
/auto-revolution - Provide required inputs per the skill's parameter spec and get structured output
What is Auto Revolution?
Safe publishing variant of Auto Revolution. Provides structured task templates, review prompts, safety scanning, task state updates, and logging for human su... It is an AI Agent Skill for Claude Code / OpenClaw, with 127 downloads so far.
How do I install Auto Revolution?
Run "/install auto-revolution" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Auto Revolution free?
Yes, Auto Revolution is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Auto Revolution support?
Auto Revolution is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Auto Revolution?
It is built and maintained by Jaden's built a claw (@cjboy007); the current version is v2.0.2.