todoist-automation
Todoist タスク管理ワークフローの自動化
Todoist の生産性を向上させ、反復的なタスク操作を AI 経由で自動化します。Todoist インターフェースを手動でクリックすることなく、タスク、プロジェクト、セクションの作成、整理、管理が可能です。
スキル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)
品質スコア
作れるもの
プロジェクトのスケフォールディング
構造化されたワークフローのために、すべてのセクションと初期タスクが入力された新しいプロジェクトを迅速に作成します。
繰り返しタスクの設定
習慣や定期的な責任のために、自然言語スケジューリングを使用して繰り返しタスクを構成します。
タスクのクリーンアップと再整理
インボックスゼロの維持のために、プロジェクトやセクション間でタスクを一括完了、移動、または再整理します。
これらのプロンプトを試す
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.
ベストプラクティス
- ワークフローを実行する前に、常に RUBE_SEARCH_TOOLS を呼び出して現在のツールスキーマを取得する
- Todoist 操作を実行する前に接続ステータスが ACTIVE であることを確認する
- API コールを削減するために、連続した単一タスク作成ではなく一括作成操作を使用する
回避
- dedicated due_string フィールドを使用する代わりに、タスクコンテンツや説明内に期日を埋め込む
- 存在しないプロジェクト名、ラベル、エンティティを含むフィルタ構文を使用して API エラーを引き起こす
- 未完了タスクのみを返す GET_ALL_TASKS エンドポイントで完了済みタスクフィルタを使用しようとする