Skip to content

rajatarya/todoist-skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Todoist-skill

A Claude Code plugin for managing Todoist tasks via the td CLI.

Prerequisites

Install the td CLI:

npm install -g todoist-cli

Authenticate:

td auth login

Installation

Option 1: Marketplace (recommended)

/plugin marketplace add rajatarya/todoist-skill
/plugin install todoist@todoist-skill

Option 2: Local

git clone https://github.com/rajatarya/todoist-skill.git ~/.claude/plugins/local/todoist-skill

Then in Claude Code:

/plugin install todoist@local:todoist-skill

Usage

Once installed, Claude will automatically use the skill when you mention tasks or Todoist. You can also invoke it explicitly:

/todoist

Examples

  • "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?"

Permissions

Add td to your allowed commands in Claude Code settings:

{
  "permissions": {
    "allow": ["Bash(td:*)"]
  }
}

License

MIT

About

Claude Code skill for managing Todoist via the td CLI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors