skills$openclaw/tasks
xejrax3.5k

by xejrax

tasks – OpenClaw Skill

tasks is an OpenClaw Skills integration for coding workflows. Manage Todoist tasks using the `todoist` CLI. Add, list, and complete tasks from the command line.

3.5k stars724 forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

nametasks
descriptionManage Todoist tasks using the `todoist` CLI. Add, list, and complete tasks from the command line. OpenClaw Skills integration.
ownerxejrax
repositoryxejrax/brainz-tasks
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @xejrax/brainz-tasks
last updatedFeb 7, 2026

Maintainer

xejrax

xejrax

Maintains tasks in the OpenClaw Skills directory.

View GitHub profile
File Explorer
3 files
.
_meta.json
269 B
CLAUDE.md
303 B
SKILL.md
992 B
SKILL.md

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
README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install tasks?

Run openclaw add @xejrax/brainz-tasks in your terminal. This installs tasks into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/xejrax/brainz-tasks. Review commits and README documentation before installing.