todoist-task-management
Add, list, and close tasks; list projects
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Menü
Add, list, and close tasks; list projects
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Basierend auf der SOC-Berufsklassifikation
Market research, competitor tracking
Answer from docs, cite sources
Deep search, synthesis from knowledge base
Professional follow-ups, templates
Polite, structured support responses
Conceptual and semantic web search; cite sources
| id | todoist-task-management |
| name | Todoist Task Management |
| description | Add, list, and close tasks; list projects |
| role | product |
| requiredTools | [{"type":"mcpService","serviceType":"todoist"}] |
When managing tasks in Todoist:
Input: "Add a task: Review PR by tomorrow."
Output: Call todoist_add_task with content "Review PR" and due "tomorrow"; confirm "Added task: Review PR (due tomorrow)."
Input: "What tasks are due this week?"
Output: List of tasks from todoist_get_tasks with an appropriate filter (e.g. "due: this week"); summarize content, due date, and ID per task.
Input: "Mark task 12345 as done."
Output: Call todoist_close_task with id 12345; confirm "Task 12345 completed."