返回 Skill 列表
extension
分类: 开发与工程需要 API Key

Tasks

使用 `todoist` CLI 管理 Todoist 任务。通过命令行添加、列出及完成任务。

person作者: xejraxhubclawhub

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 list

Adding 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