π¦ ClawHub
Autonomous Task Runner
by @chunhualiao
Persistent task queue system. Users add tasks at any time via natural language; tasks are stored in a single persistent queue file and executed asynchronousl...
βοΈ Configuration
| Variable | Location | Default | Description |
|----------|----------|---------|-------------|
| TASK_RUNNER_DIR | TOOLS.md | ~/.openclaw/tasks/ | Directory for queue file and deliverables |
| TASK_RUNNER_MAX_CONCURRENT | TOOLS.md | 2 | Max tasks running simultaneously |
| TASK_RUNNER_MAX_RETRIES | TOOLS.md or env | 3 | Max retry attempts before marking blocked |
| TASK_RUNNER_ARCHIVE_DAYS | TOOLS.md | 7 | Days after which done/blocked tasks are archived |
How to configure β add to TOOLS.md:
```
TERMINAL
clawhub install autonomous-task-runner