long-running-task-management
Long-Running Task Management
State file: ~/.openclaw/skill-state/long-running-task-management/state.yaml
When to Use
- Task estimated at more than 30 minutes
- Task will span multiple sessions
- Task modifies many files across multiple directories
Starting a Task
- Write initial state to the state file:
task_id: short kebab-case namestatus: in_progressdescription: one-sentence goalstages: ordered list withstatus: pendingfor eachstarted_at: current timestamp
- Begin the first stage
More from archieindian/openclaw-superpowers
context-window-management
Prevents context overflow on long-running OpenClaw sessions. Use when approaching context limits.
28heartbeat-governor
Enforces per-skill execution budgets for scheduled cron skills — pauses runaway skills that exceed their token or wall-clock budget before they drain your monthly API allowance.
27using-superpowers
Bootstrap skill — teaches the agent how to find and invoke skills. Use when starting any new task or session.
23fact-check-before-trust
Triggers a secondary verification pass for any agent output containing factual claims, numbers, dates, or named entities before the output is acted on
21persistent-memory-hygiene
Keeps OpenClaw's memory store clean, structured, and useful. Use at session end and during periodic maintenance.
20skill-vetting
Reviews a ClawHub skill's source code for security risks before installation. Use before installing any new skill.
20