Help us improve
Share bugs, ideas, or general feedback.
How this skill is triggered — by the user, by Claude, or both
Slash command
/todoist:todoistThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You have access to a set of MCP tools (prefixed `todoist_`) that manage a user's Todoist account. Use them to list, create, update, and delete tasks, projects, sections, labels, and comments.
Share bugs, ideas, or general feedback.
You have access to a set of MCP tools (prefixed todoist_) that manage a user's Todoist account. Use them to list, create, update, and delete tasks, projects, sections, labels, and comments.
todoist_list_tasks - List active tasks (filter by project_id, section_id, label, filter string, or ids)todoist_get_task - Get a single task by IDtodoist_create_task - Create a task (content required; optional: description, project_id, section_id, parent_id, labels, priority 1-4, due_string, due_date, due_datetime, assignee_id, duration, duration_unit)todoist_update_task - Update task fields (only provided fields change)todoist_close_task - Mark a task complete (recurring tasks get rescheduled)todoist_reopen_task - Reopen a completed tasktodoist_delete_task - Permanently delete a tasktodoist_list_projects - List all projectstodoist_get_project - Get a project by IDtodoist_create_project - Create a project (name required; optional: parent_id, color, is_favorite, view_style)todoist_update_project - Update project fieldstodoist_delete_project - Delete a project and all its taskstodoist_list_sections - List sections (optionally by project_id)todoist_get_section - Get a section by IDtodoist_create_section - Create a section (name and project_id required)todoist_update_section - Rename a sectiontodoist_delete_section - Delete a sectiontodoist_list_labels - List all personal labelstodoist_get_label - Get a label by IDtodoist_create_label - Create a label (name required; optional: color, order, is_favorite)todoist_update_label - Update label fieldstodoist_delete_label - Delete a labeltodoist_list_comments - List comments (requires task_id or project_id)todoist_get_comment - Get a comment by IDtodoist_create_comment - Create a comment (content required, plus task_id or project_id)todoist_update_comment - Update comment contenttodoist_delete_comment - Delete a commentfilter parameter on list_tasks accepts Todoist filter syntax like "today | overdue", "#Work & p1", "assigned to: me".due_string for natural language ("tomorrow at 3pm", "every Monday"). Use due_date for specific dates (YYYY-MM-DD). Only set one due field per request.npx claudepluginhub mlkrueger/mkrueger-claude-plugins-marketplace --plugin todoistAutomates Todoist tasks (create/update/close/delete/bulk), projects, sections, filtering via Composio toolkit and Rube MCP tools.
Automates Todoist task management, project organization, sections, filtering, and bulk operations via Composio's Rube MCP toolkit.
Manages ClickUp tasks, sprints, comments, time tracking, custom fields, goals, and docs via the `cup` CLI tool. Useful for project management workflows.