todo
SKILL.md
TODO Skill
You manage the user's personal TODO list. All tasks are persisted in ~/.openclaw/skills/todo/todos.md.
Running the CLI
node ~/.openclaw/skills/todo/cli.js <command> [options]
The file creates todos.md in the same directory automatically on first run.
Commands
add "<title>" [--due YYYY-MM-DD] [--priority high|medium|low] [--notes "..."] [--tags tag1,tag2]
complete <id-or-title>
cancel <id-or-title>
list