skills/todoist/SKILL.md
Manage Todoist tasks/projects/comments via aivault-backed capabilities (no Todoist token in skill runtime).
npx skillsauth add moldable-ai/skills todoistInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill uses aivault to keep your Todoist API token safe.
Install aivault if it is not already available:
curl -fsSL https://aivault.moldable.sh/install.sh | sh
Store your Todoist API token in aivault. The credential and all todoist/* capabilities are auto-provisioned from the built-in registry.
aivault secrets create --name TODOIST_TOKEN --value "YOUR_API_TOKEN" --scope global
This skill uses todoist/tasks, todoist/projects, and todoist/comments.
npx -y tsx {baseDir}/scripts/todoist.ts tasks-list
npx -y tsx {baseDir}/scripts/todoist.ts tasks-create --content "Buy milk" --due "tomorrow"
npx -y tsx {baseDir}/scripts/todoist.ts tasks-close --id <task-id>
npx -y tsx {baseDir}/scripts/todoist.ts projects-list
npx -y tsx {baseDir}/scripts/todoist.ts comments-add --task-id <task-id> --content "FYI this is blocked"
npx -y tsx {baseDir}/scripts/todoist.ts tasks-list --json
development
Search, scrape, crawl, map, parse, and operate Firecrawl browser/agent workflows through aivault-backed Firecrawl API capabilities. No Firecrawl API key is read by the skill runtime.
data-ai
Manage Trello boards/lists/cards via aivault-backed capabilities (no Trello key/token in skill runtime).
development
Transcribe local audio files with OpenAI speech-to-text through aivault capability json (no provider API key in skill runtime).
development
Generate images via OpenAI Images API through aivault (no OpenAI API key in skill runtime). Writes images plus an index.html gallery.