A Claude Code plugin for managing Todoist tasks via the td CLI.
Install the td CLI:
npm install -g todoist-cliAuthenticate:
td auth login/plugin marketplace add rajatarya/todoist-skill
/plugin install todoist@todoist-skill
git clone https://github.com/rajatarya/todoist-skill.git ~/.claude/plugins/local/todoist-skillThen in Claude Code:
/plugin install todoist@local:todoist-skill
Once installed, Claude will automatically use the skill when you mention tasks or Todoist. You can also invoke it explicitly:
/todoist
- "What's due today?"
- "Add a task to buy groceries tomorrow"
- "Show my work project tasks"
- "Complete the deploy task"
- "What did I get done this week?"
Add td to your allowed commands in Claude Code settings:
{
"permissions": {
"allow": ["Bash(td:*)"]
}
}MIT