tasks

TotalClaw 作者 totalclaw

使用“todoist”CLI 管理 Todoist 任务。从命令行添加、列出和完成任务。

安装 / 下载方式

TotalClaw CLI推荐
totalclaw install totalclaw:totalclaw~xejrax-brainz-tasks
cURL直接下载,无需登录
curl -fsSL https://skills.taituai.com/api/skills/totalclaw%3Atotalclaw~xejrax-brainz-tasks/file -o xejrax-brainz-tasks.md
## 概述(中文)

使用“todoist”CLI 管理 Todoist 任务。从命令行添加、列出和完成任务。

## 原文

# 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
```