cyberneticlibrary

Manage tasks in Todoist from CLI

todoist-cliskillsetup L20
Doist/todoist-cli
What it does

Manage Todoist tasks and projects from CLI

Best for

Automating task creation from scripts or integrating Todoist with other CLI tools

Inputs
  • · task name
  • · optional: project, due date, priority, labels
Outputs
  • · task ID
  • · task created/updated confirmation
Requires
  • · Todoist API
  • · curl or http client
Preconditions

Todoist account with API token; network access

Failure modes
  • · API rate limit exceeded on bulk operations
  • · Task deletion irreversible
Trust signals
  • · Official Todoist API
  • · Supports all CRUD operations