Installation

clawhub install xejrax/brainz-tasks

Summary

Wraps Todoist / Microsoft To-Do APIs to add, list, and complete tasks. Requires TODOIST_API_TOKEN or MSGRAPH_TOKEN env var.

SKILL.md

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:

bash
todoist list

Adding Tasks

Create a new task with an optional due date:

bash
todoist add "Review PR #42" --due "2026-02-05"

Completing Tasks

Mark a task as done:

bash
todoist complete <task_id>

Install

bash
pip install todoist-api-python

Recommended skills

Browse all →

Related guides

Hand-picked reading to help you choose, install, and use agent skills.