✅ Brainz Tasks OpenClaw Plugin & Skill | ClawHub
Looking to integrate Brainz Tasks into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate productivity & tasks tasks instantly, without having to write 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
openclaw skills install @xejrax/brainz-tasksnpx clawhub@latest install brainz-tasksFull SKILL.md
Open original| name | description |
|---|---|
| tasks | Manage Todoist tasks using the `todoist` CLI. Add, list, and complete tasks from the command line. |
SKILL.md content below is scrollable.
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