What problem does it solve? Managing Todoist from an AI assistant or terminal normally requires hand-writing REST API calls and handling authentication, pagination, and ID resolution yourself. This Skill wraps the official td CLI so you can view, create, update, complete, and organize Todoist items with simple commands. ## Core Features & Use Cases - Full task lifecycle: Add tasks with natural language (td task quickadd "Buy milk tomorrow p1 #Shopping"), list, reschedule, move, complete, and delete tasks across projects and workspaces. - Organization and collaboration: Manage projects, sections, labels, filters, folders, workspaces, comments, attachments, notifications, and reminders from one CLI. - Scripting-friendly output: Most commands support --json/--ndjson, --dry-run, and --quiet for safe automation, plus multi-account support via td accounts. - Use Case: Ask the assistant to "show my p1 tasks due today in the Work project and reschedule anything overdue to tomorrow" — the Skill runs the right td commands and reports the results. ## Quick Start Ask the assistant to list your Todoist tasks due today using the todoist-cli skill, after installing the td CLI and running td auth login once.