Install
openclaw skills install brainz-tasksManage Todoist tasks using the `todoist` CLI. Add, list, and complete tasks from the command line.
openclaw skills install brainz-tasksWraps Todoist / Microsoft To-Do APIs to add, list, and complete tasks. Requires TODOIST_API_TOKEN or MSGRAPH_TOKEN env var.
Show all pending tasks:
todoist list
Create a new task with an optional due date:
todoist add "Review PR #42" --due "2026-02-05"
Mark a task as done:
todoist complete <task_id>
pip install todoist-api-python