todoist

Manage Todoist tasks and projects via the REST API v2.

14|1|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/XAIHT/Tlamatini --skill todoist-xaiht
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: todoist
Source: https://github.com/XAIHT/Tlamatini/tree/main/Tlamatini/agent/skills_pkg/todoist
Command: npx skills add https://github.com/XAIHT/Tlamatini --skill todoist-xaiht

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates Todoist task and project management by interacting with the Todoist REST API v2, enabling programmatic control and integration.

Core Features & Use Cases

  • Create, update, and close tasks and projects via REST endpoints.
  • List tasks and projects to drive automation dashboards and reporting.
  • Integrate Todoist workflows into AI agents or automation pipelines for streamlined task management.

Quick Start

Create a new task in a Todoist project by sending a POST request to the REST API with your API token.

Frequently Asked Questions about todoist

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Todoist task management using the REST API?

You can automate Todoist task management by sending HTTP requests to the Todoist REST API v2 with a valid API token to programmatically read, create, update, and organize tasks and projects.

Can I use Todoist API integration to list tasks and projects for an automation dashboard?

Yes, Todoist API integration supports listing tasks and projects, enabling you to pull structured response payloads to drive automation dashboards and reporting workflows.

What do I need to create Todoist tasks via API endpoints?

To create Todoist tasks via API, you need a valid Todoist API token, network access, and an environment capable of sending POST requests to the Todoist REST API v2 endpoints.

Does Todoist API automation support closing and reopening tasks programmatically?

Yes, Todoist API automation supports the close-task and reopen-task actions, allowing your automation pipelines to programmatically manage task lifecycles via REST endpoints.

When should I use REST API automation for Todoist workflows?

Use REST API automation for Todoist workflows when integrating task management into AI agents or automation pipelines, requiring programmatic control over creating and organizing projects.

What are the limitations of managing Todoist projects via REST API v2?

Managing Todoist projects via REST API v2 is limited to supported actions like list-projects and add-project, requiring network access and a valid API token for every operation.