Jump to related tools in the same category or review the original source on GitHub.

Productivity & Tasks @xejrax Updated 2/26/2026

✅ Brainz Tasks OpenClaw Skill - ClawHub

Do you want your AI agent to automate Brainz Tasks workflows? This free skill from ClawHub helps with productivity & tasks tasks without building custom tools from scratch.

What this skill does

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

Install

npx clawhub@latest install brainz-tasks

Full SKILL.md

Open original
namedescription
tasksManage Todoist tasks using the `todoist` CLI. Add, list, and complete tasks from the command line.

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
Original URL: https://github.com/openclaw/skills/blob/main/skills/xejrax/brainz-tasks

Related skills

If this matches your use case, these are close alternatives in the same category.