allbeingsfuture/skills@todoist-task

Manage Todoist tasks, projects, sections, labels, and filters via the REST API v2.

9|2|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/AllBeingsFuture/AllBeingsFuture --skill allbeingsfuture-skills-todoist-task
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: allbeingsfuture/skills@todoist-task
Source: https://github.com/AllBeingsFuture/AllBeingsFuture/tree/main/electron/embedded-assets/skills/todoist-task
Command: npx skills add https://github.com/AllBeingsFuture/AllBeingsFuture --skill allbeingsfuture-skills-todoist-task

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes manual task management friction by enabling direct creation, retrieval, update, and deletion of Todoist tasks, projects, sections, labels, and filters from an integrated workflow, so users no longer need to switch contexts to keep their task list up to date.

Core Features & Use Cases

  • Task CRUD: Create, read, update, complete/reopen, and delete tasks with support for content, description, parent/child relationships, and links.
  • Project & Section Management: List, create, update, and delete projects and their internal sections (board or list views).
  • Labels, Filters & Priority: Manage labels and filters, map API priority values to UI priorities, and run advanced, URL-encoded filter queries.
  • Due Dates & Recurring Rules: Support natural-language due strings in multiple languages, ISO date/times, recurring rules, and timezone awareness.
  • Bulk Operations & Export: Batch-create/close tasks from conversation data, export CSV summaries, and apply rate-limit friendly loops.
  • Use Case: From a conversation, batch-create project-aligned tasks with due dates and labels, or fetch today's overdue and upcoming tasks for a daily digest.

Quick Start

Create three Todoist tasks from this conversation with titles, due dates, priorities, and project assignments.

Frequently Asked Questions about allbeingsfuture/skills@todoist-task

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

FAQPage Schema
How do I create Todoist tasks directly from a chat conversation?

You can create Todoist tasks directly from a chat conversation by using this Skill to batch-create tasks with titles, due dates, priorities, and project assignments via the Todoist REST API.

Can I manage Todoist projects, sections, and labels via API automation?

Yes, you can manage Todoist projects, sections, and labels via API automation. The Skill supports listing, creating, updating, and deleting these entities, as well as mapping API priority values to UI priorities.

Does Todoist API automation support natural-language due dates and recurring rules?

Todoist API automation supports natural-language due dates in multiple languages, ISO date/times, recurring rules, and timezone awareness for accurate task scheduling and direct synchronization.

What is the best way to fetch overdue and upcoming Todoist tasks for a daily digest?

The best way to fetch overdue and upcoming Todoist tasks for a daily digest is using this Skill to run advanced, URL-encoded filter queries against the Todoist API v2, retrieving tasks based on your specific criteria.

Are there rate limits when performing bulk Todoist task operations?

Yes, there are rate limits when performing bulk Todoist task operations. This Skill observes Todoist API rate limits by using rate-limit friendly loops for batch-creating and closing tasks from conversation data.