todoist

Manage tasks and projects in Todoist via its REST API v2.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines task management by allowing users to interact with their Todoist account directly, eliminating the need to switch between applications for task creation, organization, and completion.

Core Features & Use Cases

  • Task Management: Create, list, update, and complete tasks within Todoist.
  • Project Organization: Organize tasks by project and manage projects themselves.
  • Use Case: Quickly add a reminder to buy groceries for tomorrow, assign it to your 'Shopping' project, and set a high priority, all through a simple command.

Quick Start

Use the todoist skill to create a new task with the content "Call the plumber" and due date "tomorrow".

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 creation using an API?

Automate Todoist task creation by using the Todoist REST API v2 to send requests that create, update, or complete tasks. This Skill handles the API integration, allowing you to add tasks like 'Call the plumber' directly through commands.

Can I manage Todoist projects and tasks without switching applications?

Managing Todoist projects and tasks without switching applications is possible by connecting your account via an API token. This integration enables seamless task workflow automation, letting you list, update, and organize projects directly.

What do I need to connect my Todoist account for task automation?

To connect your Todoist account for task automation, you need a valid Todoist API token. This token authorizes the Skill to interact with your Todoist platform via REST API v2, enabling seamless task and project management.

How does task automation handle due dates and priorities in Todoist?

Task automation handles due dates and priorities in Todoist by passing parameters like 'tomorrow' for due dates and high priority flags through the REST API v2. This allows you to quickly add reminders and assign them to specific projects.

Are there limitations to managing tasks via the Todoist REST API v2?

Limitations of managing tasks via the Todoist REST API v2 are not explicitly detailed, but the Skill supports standard task operations including creating, listing, updating, completing, and deleting tasks, as well as project organization.