todoist

Automates Todoist REST API v2 tasks and projects via curl and JSON parsing.

4|3|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/qhkm/zeptoclaw-skills --skill todoist-qhkm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: todoist
Source: https://github.com/qhkm/zeptoclaw-skills/tree/main/todoist
Command: npx skills add https://github.com/qhkm/zeptoclaw-skills --skill todoist-qhkm

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamline Todoist-based task management by automating tasks and project operations via the REST API v2.

Core Features & Use Cases

  • Create, list, and complete tasks in Todoist to automate daily workflows.
  • List projects to organize work across Todoist workspaces.
  • Integrate Todoist with other tools by provisioning tasks based on events or data.

Quick Start

Authenticate with your Todoist API token and ask me to create, list, or complete tasks.

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 via the REST API?

You can automate Todoist task management by using the REST API v2 to create, list, and complete tasks, as well as list projects. This requires your Todoist API token and supports curl-based requests with JSON parsing.

Can I create and complete Todoist tasks automatically based on external events?

Yes, you can automate the creation and completion of Todoist tasks based on external events. By provisioning tasks through the REST API v2, you can integrate Todoist with other tools to automate daily workflows.

Do I need an API token to list Todoist projects and tasks?

Yes, a Todoist API token is required to authenticate requests. You must provide this token to successfully list projects and manage tasks via curl-based REST API v2 requests and JSON parsing.

What is the best way to integrate Todoist with other tools for task automation?

The best way to integrate Todoist with other tools is by using the REST API v2. It allows you to provision tasks based on events or data, automating daily workflows through curl-based requests and JSON parsing.

Does Todoist REST API v2 support listing projects across workspaces?

Yes, the Todoist REST API v2 supports listing projects to help you organize work across Todoist workspaces. You can retrieve project lists by authenticating with your API token via curl-based requests.

Why does my Todoist automation fail when parsing JSON responses?

Todoist automation via the REST API v2 requires proper JSON parsing of curl-based responses. Ensure your Todoist API token is valid and your script correctly handles JSON data structures returned from task and project operations.