What problem does it solve?
Long-running tasks in OpenClaw often lack visibility into progress and health; this Skill provides automated orchestration by launching a Worker to perform the task and a Monitor that periodically reports status back to the main session, enabling proactive control and recovery.
Core Features & Use Cases
- Worker-Monitor orchestration: creates a dedicated Worker for the task and a Monitor that polls progress on a fixed cadence.
- Progress reporting with Announce: Monitor reports status to the main session every 10 minutes or on completion.
- Session management & cleanup: supports session keys, auto-retries for transient failures, and manual cleanup when tasks finish.
- Use Case: Manage long model-training or data processing jobs with automatic progress insight and user alerts.
Quick Start
Start a new long-running task by creating a Worker, then spawn a Monitor and supply their session keys when available.