✓ Verified 💻 Development ✓ Enhanced Data

Brainz Tasks

Manage Todoist tasks using the `todoist` CLI.

Rating
4.2 (42 reviews)
Downloads
1,395 downloads
Version
1.0.0

Overview

Manage Todoist tasks using the `todoist` CLI.

Complete Documentation

View Source →

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

Installation

Terminal bash

openclaw install brainz-tasks
    
Copied!

💻Code Examples

todoist list

todoist-list.txt
## Adding Tasks

Create a new task with an optional due date:

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

todoist-add-review-pr-42---due-2026-02-05.txt
## Completing Tasks

Mark a task as done:

Tags

#productivity_and-tasks #cli

Quick Info

Category Development
Model Claude 3.5
Complexity One-Click
Author xejrax
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install brainz-tasks