todoist-cli-skill

Manage Todoist tasks and projects via the official td CLI.

Updated May 18, 2022
One-click install
npx skills add https://github.com/kendreaditya/.config --skill todoist-cli-skill-kendreaditya
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: todoist-cli-skill
Source: https://github.com/kendreaditya/.config/tree/main/claude/skills/todoist-cli-skill
Command: npx skills add https://github.com/kendreaditya/.config --skill todoist-cli-skill-kendreaditya

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This capability enables AI agents to manage Todoist tasks and projects by leveraging the Official Todoist CLI, automating task orchestration and project coordination.

Core Features & Use Cases

  • End-to-end task management: create, update, complete, and schedule tasks and projects using the td CLI.
  • Workspace integration: manage tasks across projects, sections, labels, and reminders with natural language prompts.
  • Agent workflow acceleration: plugs into OpenClaw to translate natural language into deterministic CLI commands, enabling rapid task execution in automation pipelines.

Quick Start

Install the Todoist CLI, authenticate with your API token, and install the skill into your agent.

Frequently Asked Questions about todoist-cli-skill

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

FAQPage Schema
How do I manage Todoist tasks using a CLI?

You can manage Todoist tasks using the official td CLI to create, update, complete, and organize tasks. This requires installing the CLI via npm, authenticating with your API token, and executing commands within your Node.js environment.

Can I automate Todoist task orchestration with an AI agent?

Yes, AI agents can automate Todoist task orchestration by translating natural language prompts into deterministic td CLI commands. This accelerates workflows by enabling rapid task execution across projects, sections, labels, and reminders within automation pipelines.

What do I need to configure before using the Todoist CLI for task management?

Before using the Todoist CLI for task management, you need Node.js and npm installed. You must also install the td CLI package and configure a valid Todoist API token to enable authenticated runtime operation for your agent.

Does the Todoist CLI support organizing projects and labels?

Yes, the Todoist CLI supports end-to-end workspace integration, allowing you to organize projects, sections, labels, and reminders. You can manage these elements across workspaces using natural language inputs translated into CLI commands.

Why use a CLI approach for Todoist task management instead of standard integrations?

Using a CLI approach for Todoist task management provides deterministic command execution for automation pipelines. Unlike standard integrations, it translates natural language directly into specific CLI commands, enabling rapid and precise task orchestration across workspaces.