Install
openclaw skills install @cjboy007/auto-revolutionSafe publishing variant of Auto Revolution. Provides structured task templates, review prompts, safety scanning, task state updates, and logging for human supervised multi step workflows. Use when creating or reviewing task JSON files, applying review results, scanning instruction text for risky shell patterns, or managing queued task activation. This package avoids autonomous background execution and does not run arbitrary shell instruction strings.
openclaw skills install @cjboy007/auto-revolutionThis is the ClawHub publishing variant.
task-schema.json for task structure referenceconfig/models.json for example role configurationscripts/create-task.js to create a task interactivelyscripts/activate-queued-tasks.js to move ready tasks from queued to pendingscripts/security-scan.js to scan instruction text or a task review blockscripts/trigger-review.js to generate a review prompt for supervised reviewscripts/apply-review.js to write a review result back into a task JSON filescripts/log-event.js to append JSONL audit eventsscripts/atomic-lock.sh, scripts/force-unlock.sh, scripts/unblock-task.sh for task lock maintenancescripts/activate-queued-tasks.js when dependencies may be complete.scripts/trigger-review.js.scripts/apply-review.js.scripts/security-scan.js before any manual execution.execSync on model generated instruction strings in the publishing package.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.