Install
openclaw skills install openclaw-todoOpenClaw plugin providing TODO commands for a markdown TODO.md file.
openclaw skills install openclaw-todoAdds commands to manage a local markdown TODO list (default: ~/.openclaw/workspace/TODO.md).
/todo-list - list open TODO items (overdue items shown first)/todo-add <text> - add a new TODO item (supports @due(YYYY-MM-DD), #tag, !priority)/todo-done <index> - mark an open TODO item done (index from /todo-list)/todo-edit <index> <new text> - edit an existing TODO item's text/todo-remove <index> - remove a TODO item entirely/todo-search <query> - search TODOs by text, #tag, !priority, @due, @overdue, or @today#tag-name - categorize items (e.g., #dev, #ops)!high, !medium, !low - set urgency level@due(YYYY-MM-DD) - set a deadline; overdue items appear first in listingsclawhub install openclaw-todo
openclaw.json.