- name
- tasks
- description
- Manage Todoist tasks using the
todoistCLI. Add, list, and complete tasks from the command line. - metadata
Tasks Skill
Wraps Todoist / Microsoft To-Do APIs to add, list, and complete tasks. Requires TODOIST_API_TOKEN or MSGRAPH_TOKEN env var.
Listing Tasks
Show all pending tasks:
todoist listAdding Tasks
Create a new task with an optional due date:
todoist add "Review PR #42" --due "2026-02-05"Completing Tasks
Mark a task as done:
todoist complete <task_id>Install
pip install todoist-api-python