Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Durable queue-task helper for resumable, idempotent batch jobs in task-father task folders.
Durable queue-task helper for resumable, idempotent batch jobs in task-father task folders.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Use this skill for durable long-running queue jobs with resumable batches. Layout (task-father only): <WORKSPACE_DIR>/<TASKS_DIR>/<slug>/... State files: queue.jsonl progress.json done.jsonl failed.jsonl lock.json
python3 --version openclaw status openclaw cron --help
Skill-local config: Example: config.env.example Real machine config: config.env Keys: WORKSPACE_DIR TASKS_DIR BATCH_SIZE LOCK_STALE_MINUTES CRON_EXPR CRON_TZ DELIVERY_MODE AGENT_ID
Provide: task slug batch size lock stale minutes schedule and timezone Then initialize: python3 scripts/queue_task.py init <slug> Smoke test: python3 scripts/queue_task.py status <slug>
cp config.env.example config.env Edit config.env Run init/status commands above.
Init files: python3 scripts/queue_task.py init <slug> Status: python3 scripts/queue_task.py status <slug> Clear stale lock: python3 scripts/queue_task.py clear-stale-lock <slug> Print worker template: python3 scripts/queue_task.py print-supervisor-template
Prefer append-only JSONL logs. Process small batches. Update progress.json after each item. Keep idempotency keys task-defined. Use lock file to avoid concurrent runs.
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.