Install
openclaw skills install @zoran-xc/simple-todo-managerManage simple todos with add, list, complete, and remove features using a configurable todo file, priority, and auto-archive settings.
openclaw skills install @zoran-xc/simple-todo-managerA lightweight, no-frills todo list manager that helps you track tasks without getting in the way. Perfect for quick task capture and simple daily planning.
Edit these values before first use.
# Todo file location (relative to workspace root)
todo_file: ./todo.md
# Default priority for new tasks: low | medium | high
default_priority: medium
# Auto-archive completed tasks after N days (0 = never)
auto_archive_days: 7
When the user asks to add a todo:
Format for new tasks:
- [ ] [PRIORITY] Task description (added YYYY-MM-DD)
When the user asks to see todos:
When the user marks a task done:
- [ ] to - [x] and add completion timestampWhen the user asks to delete/remove a task: