todoist
Installation
SKILL.md
Troubleshooting
If requests fail, run zero doctor check-connector --env-name TODOIST_TOKEN or zero doctor check-connector --url https://api.todoist.com/rest/v2/projects --method GET
Core APIs
Get All Projects
curl -s "https://api.todoist.com/rest/v2/projects" --header "Authorization: Bearer $TODOIST_TOKEN" | jq '.[] | {id, name, color, is_favorite}'
Docs: https://developer.todoist.com/rest/v2/#get-all-projects
Get Project
Replace <project-id> with the actual project ID: