跳至主要内容
小龙虾小龙虾AI
🤖

Tasks

Manage Todoist tasks using the `todoist` CLI. Add, list, and complete tasks from the command line.

下载1.4k
星标0
版本1.0.0
效率办公
安全通过

技能说明


name: tasks description: "Manage Todoist tasks using the todoist CLI. Add, list, and complete tasks from the command line." metadata: { "openclaw": { "emoji": "✅", "requires": { "bins": ["todoist"] }, "install": [ { "id": "pip", "kind": "pip", "package": "todoist-api-python", "bins": ["todoist"], "label": "Install Todoist API (pip)", }, ], }, }

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

如何使用「Tasks」?

  1. 打开小龙虾AI(Web 或 iOS App)
  2. 点击上方「立即使用」按钮,或在对话框中输入任务描述
  3. 小龙虾AI 会自动匹配并调用「Tasks技能完成任务
  4. 结果即时呈现,支持继续对话优化

相关技能