Install
openclaw skills install toA skill for managing todo lists, including creating, updating, deleting, and organizing tasks with priorities and deadlines.
openclaw skills install toThis skill provides a comprehensive todo list management system. It helps users create, organize, and track tasks efficiently with support for priorities, deadlines, categories, and status tracking.
Add a todo: "Finish project report" with high priority, due 2026-04-10
Show all my pending todos
List high priority tasks
Mark "Finish project report" as completed
Change priority of task #3 to medium
Remove todo "Buy groceries"
| Field | Type | Description |
|---|---|---|
| id | number | Unique task identifier |
| title | string | Task title |
| description | string | Detailed task description |
| priority | string | high / medium / low |
| status | string | pending / in-progress / completed |
| category | string | Custom category or project name |
| due_date | string | Deadline in YYYY-MM-DD format |
| created_at | string | Creation timestamp |
| updated_at | string | Last update timestamp |