Use the td (Todoist CLI) to read and manage Todoist todos/to-dos/tasks from the terminal. Trigger when the user asks about their todos/tasks/agenda/checklist (today/upcoming/overdue), wants to list inbox/tasks/projects/labels, add a task/todo with natural language, or update/complete/delete/move tasks (e.g., add a phone number to a task description, change due dates, priorities, labels).
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install todoist-td或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install todoist-td⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/todoist-td/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: todoist description: Use the td (Todoist CLI) to read and manage Todoist todos/to-dos/tasks from the terminal. Trigger when the user asks about their todos/tasks/agenda/checklist (today/upcoming/overdue), wants to list inbox/tasks/projects/labels, add a task/todo with natural language, or update/complete/delete/move tasks (e.g., add a phone number to a task description, change due dates, priorities, labels). ---
td CLIRepo: https://github.com/Doist/todoist-cli
If td is not installed (e.g., command not found: td), install from the repo:
git clone https://github.com/Doist/todoist-cli
cd todoist-cli
npm install
npm run build
npm link
Then verify:
td --help
Use td for all Todoist operations. Prefer parseable output:
--json (or --ndjson) for listing/reading tasks.td task update ... for edits (content, due, description, priority, labels, etc.). - td today --json
- td upcoming 7 --json
- td inbox --json
When summarizing an agenda for the user:
Preferred approaches:
1) If you already have the task id, use it directly:
id: (e.g., id:6WcqCcR4wF7XW5m6)2) If you only have a title/snippet, search/list then match:
td task list --json (optionally filter via other list commands like today, upcoming, inbox)content + due date + project.To view a single task:
td task view --jsonUpdate description (notes):
td task update --description "..."Update title/content:
td task update --content "New task title"Change due date/time (natural language often works):
td task update --due "tomorrow 3pm"Priority:
td task update --priority p1 (or p2/p3/p4)Labels (replaces existing labels):
td task update --labels "Chores,Calls"Complete / reopen:
Delete:
td task delete --yes (only if the user explicitly wants deletion)Fast natural-language add:
td add "Call dentist tomorrow 10am p2 #Personal"Or explicit add (when you need structured fields):
td task add --content "..." --due "..." --priority p2 --labels "..."安装 Todoist 后,可以对 AI 说这些话来触发它
Help me get started with Todoist
Explains what Todoist does, walks through the setup, and runs a quick demo based on your current project
Use Todoist to use the td (Todoist CLI) to read and manage Todoist todos/to-dos/ta...
Invokes Todoist with the right parameters and returns the result directly in the conversation
What can I do with Todoist in my product manager workflow?
Lists the top use cases for Todoist, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/todoist-td/ 目录(个人级,所有项目可用),或 .claude/skills/todoist-td/(项目级)。重启 AI 客户端后,用 /todoist-td 主动调用,或让 AI 根据上下文自动发现并使用。
Todoist 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Todoist 可免费安装使用。请查阅仓库了解许可证信息。
Use the td (Todoist CLI) to read and manage Todoist todos/to-dos/tasks from the terminal. Trigger when the user asks about their todos/tasks/agenda/checklist (today/upcoming/overdue), wants to list inbox/tasks/projects/labels, add a task/todo with natural language, or update/complete/delete/move tasks (e.g., add a phone number to a task description, change due dates, priorities, labels).
Todoist 属于「Product Manager」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my product manager tasks using Todoist
Identifies repetitive steps in your workflow and sets up Todoist to handle them automatically