name: "Todoist 自然語言任務解析器" slug: "todoist-natural-language-task-parser" version: "1.0.0" displayName: "Todoist 自然語言任務解析器" summary: "將自然語言任務描述解析為結構化的 Todoist API v2 任務物件,包含截止日期、優先順序級別和專案分配。使用 Todoist Sync API 進行批次任務建立,並通過 RRule 規範支援重複日期模式。" license: "MIT" description: "將自然語言任務描述解析為結構化的 Todoist API v2 任務物件,包含截止日期、優先順序級別和專案分配。使用 Todoist Sync API 進行批次任務建立,並通過 RRule 規範支援重複日期模式。" verification: "security_reviewed" source: "https://developer.todoist.com/api/v1/" author: "1991513ccie-png" category: "Calendar, Email & Productivity" framework: "MCP"
小蔥技能站7w4.net每天更新,海量AI技能等你發現。
Parses natural language task descriptions into structured Todoist API v2 task objects with due dates, priority levels, and project assignments. Uses the Todoist Sync API for batch task creation and supports recurring date patterns via the RRule specification.
Use the upstream install or setup path that matches your environment: - npx -y mcp-remote https://ai.todoist.net/mcp
Requirements and caveats from upstream: - Our Python and JavaScript SDKs streamline working with the Todoist API, and - Todoist Python SDK - In order to fetch both types of reminders you must include both resource types in your request, for example: resource_types=["reminders", "reminders_location"] .
Basic usage or getting-started notes: - Deadlines Example deadline object - Example: Fetching All Tasks - placeholder ID with a tmp- prefix — for example
這個 Todoist 任務解析器質量中等偏下。雖然提供了基本功能說明和安裝指引,但文件內容組織混亂,夾雜了過多官方文件的原文拼貼,實用性不強。作為一個 MCP 工具,它更像是一個遠端服務的包裝器,缺乏獨立使用價值。普通使用者很難從現有文件快速瞭解這個 Skill 能解決什麼問題、表現是否可靠。改進方向是精簡說明、提升文件可讀性。