Manage Todoist tasks via the `todoist` CLI (list, add, modify, complete, delete). Supports filters, projects, labels, and priorities.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install todoist-task-manager或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install todoist-task-manager⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/todoist-task-manager/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: todoist description: Manage Todoist tasks via the todoist CLI (list, add, modify, complete, delete). Supports filters, projects, labels, and priorities. homepage: https://github.com/sachaos/todoist metadata: {"clawdbot":{"emoji":"✅","requires":{"bins":["todoist"]},"install":[{"id":"brew","kind":"brew","formula":"todoist-cli","bins":["todoist"],"label":"Install todoist-cli via Homebrew"}]}} ---
Use todoist to manage Todoist tasks directly from the terminal.
brew install todoist-climkdir -p ~/.config/todoist
echo '{"token": "YOUR_API_TOKEN"}' > ~/.config/todoist/config.json
todoist synctodoist list # All tasks
todoist list --filter "today" # Due today
todoist list --filter "overdue" # Overdue tasks
todoist list --filter "p1" # Priority 1 (highest)
todoist list --filter "tomorrow" # Due tomorrow
todoist list --filter "@work" # By label
todoist list --filter "#Project" # By project
todoist list --filter "(today | overdue) & p1" # Combined filters
todoist add "Buy milk" # Simple task
todoist add "Call mom" --priority 1 # With priority (1=highest, 4=lowest)
todoist add "Meeting" --date "tomorrow 3pm" # With due date
todoist add "Report" --project-name "Work" # To specific project
todoist add "Review" --label-names "urgent,review" # With labels
todoist quick "Buy eggs tomorrow p1 #Shopping @errands" # Natural language
todoist modify TASK_ID --content "New title"
todoist modify TASK_ID --priority 2
todoist modify TASK_ID --date "next monday"
todoist close TASK_ID # Complete a task
todoist close TASK_ID TASK_ID2 # Complete multiple tasks
todoist delete TASK_ID
todoist show TASK_ID # Show task details
todoist projects # List all projects
todoist labels # List all labels
todoist sync # Sync local cache with Todoist
todoist list --csv # CSV output for scripting
todoist list --color # Colorized output
todoist list --namespace # Show parent tasks as namespace
todoist list --indent # Indent subtasks
Todoist CLI supports the official Todoist filter syntax:
| Filter | Description | |--------|-------------| | today | Due today | | tomorrow | Due tomorrow | | overdue | Past due date | | no date | No due date | | p1, p2, p3, p4 | Priority level | | @label | By label | | #Project | By project | | assigned to: me | Assigned to you | | 7 days | Due in next 7 days |
Combine with & (and), | (or), ! (not):
todoist list --filter "(today | overdue) & p1"
todoist list --filter "#Work & !@done"
todoist sync after making changes in the web/mobile app12345678)~/.config/todoist/config.json~/.config/todoist/cache.json安装 Todoist Task Manager 后,可以对 AI 说这些话来触发它
Help me get started with Todoist Task Manager
Explains what Todoist Task Manager does, walks through the setup, and runs a quick demo based on your current project
Use Todoist Task Manager to manage Todoist tasks via the `todoist` CLI (list, add, modify, comp...
Invokes Todoist Task Manager with the right parameters and returns the result directly in the conversation
What can I do with Todoist Task Manager in my product manager workflow?
Lists the top use cases for Todoist Task Manager, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/todoist-task-manager/ 目录(个人级,所有项目可用),或 .claude/skills/todoist-task-manager/(项目级)。重启 AI 客户端后,用 /todoist-task-manager 主动调用,或让 AI 根据上下文自动发现并使用。
Todoist Task Manager 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Todoist Task Manager 可免费安装使用。请查阅仓库了解许可证信息。
Manage Todoist tasks via the `todoist` CLI (list, add, modify, complete, delete). Supports filters, projects, labels, and priorities.
Todoist Task Manager 属于「Product Manager」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my product manager tasks using Todoist Task Manager
Identifies repetitive steps in your workflow and sets up Todoist Task Manager to handle them automatically