Tilbage til markedspladsen
todoist
Manage tasks and projects in Todoist using the official TypeScript SDK.
11,444downloads87installationer29stjerner
v0.2.1
Overview
Manage tasks and projects in Todoist. Use when user asks about tasks, to-dos, reminders, or productivity.
Key Features
- List tasks (today + overdue)
- Add tasks with due dates and priorities
- Complete, reopen, and update tasks
- Search tasks and projects
- Manage labels and projects
How It Works
This skill uses the official Todoist TypeScript SDK to interact with the Todoist API. It provides a CLI interface for users to manage their tasks and projects.
Use Cases
- User: “What do I have to do today?”
Response:todoist today - User: “Add ‘buy milk’ to my tasks”
Response:todoist add "Buy milk" --due "today" - User: “Remind me to call the dentist tomorrow”
Response:todoist add "Call the dentist" --due "tomorrow" - User: “Mark the grocery task as done”
Response:todoist search "grocery"(find task ID), thentodoist done <id>
Anmeldelser
Ingen anmeldelser endnu.