todoist-cli

Manage tasks, projects, and workspaces in Todoist via the td CLI.

421|49|Updated Jul 3, 2014
One-click install
npx skills add https://github.com/joshukraine/dotfiles --skill todoist-cli-joshukraine
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: todoist-cli
Source: https://github.com/joshukraine/dotfiles/tree/main/claude/.claude/skills/todoist-cli
Command: npx skills add https://github.com/joshukraine/dotfiles --skill todoist-cli-joshukraine

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires td-cli, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines task management, project organization, and productivity by integrating the Todoist CLI into your workflow.

Core Features & Use Cases

  • Task Management: View, create, update, complete, and organize tasks.
  • Project Organization: Manage projects, labels, filters, sections, and workspaces.
  • Use Case: Need to quickly update a task's due date or move a project to a different workspace? This Skill allows you to do so with a simple command.

Quick Start

Use the todoist-cli skill to update the due date of a task by ID. For example, 'todoist-cli task update "123456" --due "next Wednesday".'

Frequently Asked Questions about todoist-cli

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

FAQPage Schema
How do I manage Todoist tasks using the command line?

You can manage Todoist tasks via the command line by executing CRUD operations like creating, updating, and completing tasks using the td CLI within this Skill.

What do I need to set up before organizing Todoist projects through a CLI?

To organize Todoist projects through a CLI, you need to install the td CLI dependency and complete Todoist account authentication to authorize the Skill's actions.

Can I update a task's due date in Todoist from the terminal?

Yes, you can update a task's due date in Todoist from the terminal by running a td CLI command with the specific task ID and the new due date parameter.

How does advanced filtering work for Todoist task management?

Advanced filtering for Todoist task management works by applying specific query parameters through the td CLI to sort and retrieve tasks matching your defined criteria.

Is it possible to move a Todoist project to a different workspace via CLI?

Yes, moving a Todoist project to a different workspace is possible via CLI by running a simple td CLI command to reorganize your project structures.