Install
openclaw skills install queue-taskDurable queue-task helper for resumable, idempotent batch jobs in task-father task folders.
openclaw skills install queue-taskUse this skill for durable long-running queue jobs with resumable batches.
Layout (task-father only):
<WORKSPACE_DIR>/<TASKS_DIR>/<slug>/...State files:
queue.jsonlprogress.jsondone.jsonlfailed.jsonllock.jsonpython3 --versionopenclaw statusopenclaw cron --helpSkill-local config:
config.env.exampleconfig.envKeys:
WORKSPACE_DIRTASKS_DIRBATCH_SIZELOCK_STALE_MINUTESCRON_EXPRCRON_TZDELIVERY_MODEAGENT_IDProvide:
Then initialize:
python3 scripts/queue_task.py init <slug>Smoke test:
python3 scripts/queue_task.py status <slug>cp config.env.example config.envconfig.envpython3 scripts/queue_task.py init <slug>python3 scripts/queue_task.py status <slug>python3 scripts/queue_task.py clear-stale-lock <slug>python3 scripts/queue_task.py print-supervisor-templateprogress.json after each item.