🧪 Skills

Tasks

--- name: tasks description: "Manage Todoist tasks using the `todoist` CLI. Add, list, and complete tasks from the command line." metadata: { "openclaw": { "emoji": "✅",

v1.0.0
❤️ 1
⬇️ 1.5k
👁 1
Share

Description


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

Reviews (0)

Sign in to write a review.

No reviews yet. Be the first to review!

Comments (0)

Sign in to join the discussion.

No comments yet. Be the first to share your thoughts!

Compatible Platforms

Pricing

Free

Related Configs