Task Runner

Persistent task queue system. Users add tasks at any time via natural language; tasks are stored in a single persistent queue file and executed asynchronously via subagents. A heartbeat/cron dispatcher wakes periodically to check pending tasks, spawn workers, and report completions. The system never "finishes" — it always remains ready for the next task.

javimosch Updated

File contents

javimosch/open-claw-skills/tree/main/skills/chunhualiao/autonomous-task-runner commit 68f9500c07

Frequently asked questions

npx skillmds@latest add javimosch/task-runner-2