todoist

Installation
SKILL.md

Todoist CRUD

Wraps the Todoist REST API v1 via a bundled Python script. Authentication token lives in ${CLAUDE_SKILL_DIR}/.apikey (or TODOIST_API_TOKEN env var, which takes precedence).

Invocation

Call the script with python3:

python3 ~/.claude/skills/todoist/scripts/todoist.py <resource> <action> [args...]

Resources: tasks, projects, sections, labels, comments. Every successful call prints the API response as JSON; errors print HTTP <code> to stderr and exit non-zero.

For full endpoint/parameter details see references/api-reference.md.

Common playbooks

Add a task (the 90% case)

Related skills
Installs
1
GitHub Stars
77
First Seen
11 days ago