Implements Getting Things Done methodology on Todoist using the Todoist Sync API v9. Automates inbox processing, context labeling, weekly reviews, and project-to-next-action extraction with natural language parsing.
Scanned 6/8/2026
Install via CLI
openskills install agentskillexchange/skills---
name: "Todoist GTD Workflow Automator"
slug: "todoist-gtd-workflow-automator"
description: "Implements Getting Things Done methodology on Todoist using the Todoist Sync API v9. Automates inbox processing, context labeling, weekly reviews, and project-to-next-action extraction with natural language parsing."
verification: "security_reviewed"
source: "https://developer.todoist.com/api/v1/"
author: "Doist"
category: "Calendar, Email & Productivity"
framework: "Cursor"
---
# Todoist GTD Workflow Automator
Implements Getting Things Done methodology on Todoist using the Todoist Sync API v9. Automates inbox processing, context labeling, weekly reviews, and project-to-next-action extraction with natural language parsing.
## Installation
Use the upstream install or setup path that matches your environment:
- npx -y mcp-remote https://ai.todoist.net/mcp
Requirements and caveats from upstream:
- Our Python and JavaScript SDKs streamline working with the Todoist API, and
- Todoist Python SDK
- In order to fetch both types of reminders you must include both resource types in your request, for example: resource_types=["reminders", "reminders_location"] .
Basic usage or getting-started notes:
- Deadlines Example deadline object
- Example: Fetching All Tasks
- placeholder ID with a tmp- prefix — for example
- Source: https://developer.todoist.com/api/v1/
## Documentation
- https://developer.todoist.com/api/v1/
## Source
- [Agent Skill Exchange](https://agentskillexchange.com/skills/todoist-gtd-workflow-automator/)
No comments yet. Be the first to comment!