todoist-automation
Automate Todoist Task Management Workflows
Streamline your Todoist productivity by automating repetitive task operations through AI. Create, organize, and manage tasks, projects, and sections without manual clicking through the Todoist interface.
スキルZIPをダウンロード
Claudeでアップロード
設定 → 機能 → スキル → スキルをアップロードへ移動
オンにして利用開始
テストする
「todoist-automation」を使用しています。 Create a task for team meeting every Monday at 10am
期待される結果:
Created recurring task 'team meeting' in Inbox with schedule: every Monday at 10:00 AM, priority: normal
「todoist-automation」を使用しています。 Set up a Home Renovation project with Budget, Contractors, and Timeline sections
期待される結果:
Created project 'Home Renovation' with 3 sections: Budget, Contractors, Timeline. Project is ready for task addition.
セキュリティ監査
低リスクThis skill is documentation-only (markdown file describing Todoist automation workflows). All 233 static findings for 'external_commands' are false positives - they are markdown code blocks, not executable Ruby/shell code. The network finding is a documented MCP endpoint for user configuration. Weak crypto findings are alphanumeric Todoist API IDs in documentation. Safe for publication with minor network disclosure warning.
低リスクの問題 (1)
リスク要因
🌐 ネットワークアクセス (1)
品質スコア
作れるもの
Project Scaffolding
Rapidly create a new project with all sections and initial tasks populated for a structured workflow.
Recurring Task Setup
Configure recurring tasks with natural language scheduling for habits and regular responsibilities.
Task Cleanup and Reorganization
Bulk complete, move, or reorganize tasks across projects and sections for inbox zero maintenance.
これらのプロンプトを試す
Create a task in Todoist called 'Review quarterly report' with high priority due next Friday at 2pm in the Work project.
Create a new project called 'Website Redesign' with sections for Design, Development, and Testing. Add three initial tasks to each section with appropriate priorities.
I have 15 tasks for my conference planning checklist. Create them all at once in the 'Conference 2024' project, distributed across Logistics, Speakers, and Marketing sections with varying priorities.
Find all overdue tasks tagged with @urgent and update them to have tomorrow as the due date with highest priority.
ベストプラクティス
- Always call RUBE_SEARCH_TOOLS first to get current tool schemas before executing workflows
- Verify connection status is ACTIVE before running any Todoist operations
- Use bulk create operations instead of sequential single-task creation to reduce API calls
回避
- Embedding due dates in task content or description instead of using dedicated due_string field
- Using filter syntax with non-existent project names, labels, or entities causing API errors
- Attempting to use completed task filters on GET_ALL_TASKS endpoint which only returns incomplete tasks