返回顶部
t

todoist-litiaoTodoist任务管理

Manage tasks and projects in Todoist. Use when user asks about tasks, to-dos, reminders, or productivity.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
194
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

todoist-litiao

Todoist CLI

基于官方TypeScript SDK构建的Todoist任务管理命令行工具。

安装

bash

需要 todoist-ts-cli >= 0.2.0(支持 --top / --order 参数)


npm install -g todoist-ts-cli@^0.2.0

配置

  1. 1. 从 https://todoist.com/app/settings/integrations/developer 获取API令牌
  2. 选择以下任一方式:
bash todoist auth <你的令牌> # 或 export TODOISTAPITOKEN=你的令牌

命令

任务管理

bash
todoist # 显示今日任务(默认)
todoist today # 同上
todoist tasks # 列出任务(今日 + 逾期)
todoist tasks --all # 所有任务
todoist tasks -p 工作 # 指定项目中的任务
todoist tasks -f p1 # 筛选查询(优先级1)
todoist tasks --json

添加任务

bash
todoist add 购买日用品
todoist add 会议 --due 明天上午10点
todoist add 审查PR --due 今天 --priority 1 --project 工作
todoist add 准备幻灯片 --project 工作 --order 3 # 在指定位置添加(从1开始计数)
todoist add 处理收件箱 --project 工作 --order top # 添加到顶部(替代 --top 参数)
todoist add 给妈妈打电话 -d 周日 -l 家庭 # 带标签

管理任务

bash
todoist view # 查看任务详情
todoist done # 完成任务
todoist reopen # 重新打开已完成任务
todoist update --due 下周
todoist move -p 个人
todoist delete

搜索

bash
todoist search 会议

项目与标签

bash
todoist projects # 列出项目
todoist project-add 新项目
todoist labels # 列出标签
todoist label-add 紧急

评论

bash
todoist comments <任务ID>
todoist comment <任务ID> 关于此任务的备注

使用示例

用户:我今天需要做什么?
bash
todoist today

用户:将买牛奶添加到我的任务中
bash
todoist add 买牛奶 --due 今天

用户:提醒我明天给牙医打电话
bash
todoist add 给牙医打电话 --due 明天

用户:将购物任务标记为已完成
bash
todoist search 购物 # 查找任务ID
todoist done

用户:我的工作项目中有哪些任务?
bash
todoist tasks -p 工作

用户:显示我的高优先级任务
bash
todoist tasks -f p1

筛选语法

Todoist支持强大的筛选查询:

  • - p1、p2、p3、p4 - 优先级级别
  • today、tomorrow、overdue - 时间筛选
  • @标签 - 带标签的任务
  • #项目 - 项目中的任务
  • search: 关键词 - 搜索

注意事项

  • - 任务ID显示在任务列表中
  • 截止日期支持自然语言(明天、下周一、1月15日)
  • 优先级1为最高,4为最低
  • 使用 --order (从1开始计数)或 --order top 在项目/分区内的指定位置插入任务

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 todoist-litiao-1776296710 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 todoist-litiao-1776296710 技能

通过命令行安装

skillhub install todoist-litiao-1776296710

下载

⬇ 下载 todoist-litiao v1.0.0(免费)

文件大小: 1.91 KB | 发布时间: 2026-4-17 16:22

v1.0.0 最新 2026-4-17 16:22
Bug fixes and improvements with -litiao suffix

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部