# Todoist

> Use this skill when the user wants to manage Todoist tasks from the command line, add tasks, list tasks, or organize productivity from the terminal.

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

---


# todoist Plugin

Todoist CLI client. Manage tasks, projects, and productivity directly from the command line. Add, list, complete, and organize tasks.

## Commands

### Task Management
- `todoist task add` — Add a new task to Todoist
- `todoist task list` — List tasks from Todoist

### Utility
- `todoist _ _` — Passthrough to todoist CLI

## Usage Examples
- "Add a task to Todoist"
- "List my tasks"
- "Show Todoist tasks"
- "Manage tasks from CLI"

## Installation

```bash
brew install todoist
```

Requires Todoist API token configured.

## Examples

```bash
# Add a task
todoist task add "Review pull request"

# Add with project and priority
todoist task add "Deploy to production" --project work --priority 1 --due tomorrow

# List all tasks
todoist task list

# List by project
todoist task list --project work

# Filter tasks
todoist task list --filter "today"

# Any todoist command with passthrough
todoist _ _ add "New task"
todoist _ _ list
todoist _ _ done 1234567890
```

## Key Features
- **Tasks** - Add, list, complete
- **Projects** - Project management
- **Priorities** - Priority levels
- **Due dates** - Date support
- **Filters** - Powerful filtering
- **CLI** - Command line native
- **Sync** - Sync with Todoist
- **Productivity** - Boost productivity
- **Workflow** - CLI workflows
- **Organize** - Stay organized

## Notes
- Requires Todoist API token
- Great for CLI-based productivity
- Syncs with Todoist app
- Supports all Todoist features

