durable-task-runnerRun long-running, multi-step work in OpenClaw without losing it to resets: durable state, progress updates, smart 'continue this' recovery, verification befo...
Install via ClawdBot CLI:
clawdbot install wonko6x9/durable-task-runnerGrade Good — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated May 9, 2026
A data engineering team needs to run a multi-step ETL pipeline that extracts data from multiple sources, transforms it, and loads it into a data warehouse. The durable task runner ensures progress is saved after each step, allowing resumption if the agent resets, and provides progress updates without repeated permission prompts.
A compliance officer initiates a comprehensive audit of internal systems that involves checking logs, verifying access controls, and generating reports. Using the skill, the audit can be paused overnight or resumed after an interruption, with milestones and verification steps ensuring nothing is missed.
A marketing team generates a series of blog posts, social media snippets, and email campaigns around a product launch. The durable task runner coordinates the phased creation, review, and approval workflow, checkpointing after each piece and allowing steering or pausing based on feedback.
A researcher runs a complex simulation with multiple parameter sweeps and data analysis steps. The skill manages the state across phases, records results and verification events, and can resume from the last checkpoint after a server reset or power outage.
A DevOps engineer provisions a multi-service cloud infrastructure with dependencies, configuration, and security checks. The durable task runner ensures each step is verified before proceeding, logs progress, and can rollback or pause if a step fails, reducing risk of partial deployment.
Offer a service where clients submit complex, long-running tasks that are executed reliably using this skill. Revenue comes from subscription fees based on task volume or duration, with premium support for critical workflows.
Integrate this durable task runner into existing enterprise automation platforms (e.g., RPA tools, ERP systems) as a premium add-on for resumable, auditable workflows. Revenue from licensing and integration consulting.
Use the skill internally to power the backend of a SaaS product that requires reliable long-running operations (e.g., data migration, report generation). Revenue from standard SaaS subscriptions, with reduced churn due to improved reliability.
💬 Integration Tip
Start by creating a task with `task_ctl.py create` and defining milestones and done criteria before any execution. Use `scripts/task_continue.py` for explicit user recovery after interruptions instead of building background schedulers.
Scored Jun 23, 2026
Real-time search engine supporting web search, vertical domain search, parallel batch search, and URL content extraction.
Manage Feishu (Lark) calendars by listing, searching, checking schedules, syncing events, and marking tasks with automated date extraction.
Process multiple items with progress tracking, checkpointing, and failure recovery.
cad reference tool
Search, install, and create OpenClaw skills using intelligent matching across built-in, local, and GitHub skill repositories.
Use when building CLI tools, implementing argument parsing, or adding interactive prompts. Invoke for CLI design, argument parsing, interactive prompts, progress indicators, shell completions.