todoist

Installation
SKILL.md

Todoist CRUD

Wraps the Todoist REST API v1 via a bundled Python script. Token: ${CLAUDE_SKILL_DIR}/.apikey (or TODOIST_API_TOKEN env var, takes precedence).

Path conventions

${CLAUDE_SKILL_DIR} = directory holding this SKILL.md. Resolve once per shell:

export CLAUDE_SKILL_DIR=<path reported by the Skill tool's "Base directory">

The script self-locates via __file__; the env var is only for shell invocations.

Invocation

python3 "${CLAUDE_SKILL_DIR}/scripts/todoist.py" <resource> <action> [args...]
Installs
2
GitHub Stars
76
First Seen
May 2, 2026
todoist — htlin222/dotfiles