
Todoist Api
- 279 repo stars
- Updated April 25, 2026
- intellectronica/agent-skills
Let your coding agent list, create, update, or delete Todoist tasks and projects from the terminal via the td CLI without leaving the repo.
About
todoist-api is an agent skill that teaches Claude Code, Cursor, and similar agents how to interact with Todoist through the td command-line tool. It documents create, read, update, and delete patterns for tasks, projects, sections, labels, and comments, and it hard-requires confirmation before destructive actions so developers do not lose work from an over-eager agent. Install it when you want implementation plans and bug fixes reflected in Todoist without manual copy-paste. The skill fits developers who already use Todoist as their system of record and want procedural knowledge in SKILL.md instead of ad-hoc API guessing. It is phase-specific to build and PM workflows rather than an methodology.
- Full CRUD for tasks, projects, sections, labels, and comments via the td CLI
- Requires explicit user confirmation before any destructive delete operations
- Covers read and write flows so agents can sync repo progress with Todoist
- Integration skill package—not a hosted MCP server
- Designed for intellectronica/agent-skills plugin layout
Todoist Api by the numbers
- Data as of Jul 20, 2026 (Skillselion catalog sync)
/plugin marketplace add intellectronica/agent-skills/plugin install todoist-api@intellectronica-skillsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 279 |
|---|---|
| Last updated | April 25, 2026 |
| Repository | intellectronica/agent-skills ↗ |
What it does
Let your coding agent list, create, update, or delete Todoist tasks and projects from the terminal via the td CLI without leaving the repo.
Files
This skill provides instructions for interacting with Todoist using the td CLI tool. It covers CRUD operations for tasks/projects/sections/labels/comments, and requires confirmation before destructive actions. Use this skill when the user wants to read, create, update, or delete Todoist data.
todoist-api
Source: ./plugins/todoist-api
{ "name": "todoist-api", "source": "./plugins/todoist-api", "version": "0.1.1770201261", "category": "integrations", "description": "This skill provides instructions for interacting with Todoist using the td CLI tool. It covers CRUD operations for tasks/projects/sections/labels/comments, and requires confirmation before destructive actions. Use this skill when the user wants to read, create, update, or delete Todoist data." }