返回顶部
c

chen-things-mac管理Things3

Manage Things 3 via the `things` CLI on macOS (add/update projects+todos via URL scheme; read/search/list from the local Things database). Use when a user asks Clawdbot to add a task to Things, list inbox/today/upcoming, search tasks, or inspect projects/areas/tags.

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

chen-things-mac

Things 3 命令行工具

使用 things 命令读取本地 Things 数据库(收件箱/今日/搜索/项目/领域/标签),并通过 Things URL 方案添加/更新待办事项。

安装

  • - 推荐安装方式(Apple Silicon):GOBIN=/opt/homebrew/bin go install github.com/ossianhempel/things3-cli/cmd/things@latest
  • 如果数据库读取失败:为调用应用授予完全磁盘访问权限(手动运行时为终端;网关运行时为 Clawdbot.app)
  • 可选:设置 THINGSDB(或传递 --db 参数)指向你的 ThingsData-* 文件夹
  • 可选:设置 THINGSAUTHTOKEN 以避免在更新操作时传递 --auth-token

只读操作(数据库)

  • - things inbox --limit 50
  • things today
  • things upcoming
  • things search 查询内容
  • things projects / things areas / things tags

写入操作(URL 方案)

  • - 安全预览:things --dry-run add 标题
  • 添加:things add 标题 --notes ... --when today --deadline 2026-01-02
  • 将 Things 置前:things --foreground add 标题

示例:添加待办事项

  • - 基础:things add 买牛奶
  • 带备注:things add 买牛奶 --notes 2%牛奶 + 香蕉
  • 添加到项目/领域:things add 预订机票 --list 旅行
  • 添加到项目标题下:things add 打包充电器 --list 旅行 --heading 出发前
  • 带标签:things add 预约牙医 --tags 健康,电话
  • 清单:things add 旅行准备 --checklist-item 护照 --checklist-item 机票
  • 从标准输入读取(多行 => 标题 + 备注):
- cat <示例:修改待办事项(需要认证令牌)
  • - 首先:获取 ID(UUID 列):things search 牛奶 --limit 5
  • 认证:设置 THINGSAUTHTOKEN 或传递 --auth-token <令牌>
  • 标题:things update --id --auth-token <令牌> 新标题
  • 替换备注:things update --id --auth-token <令牌> --notes 新备注
  • 追加/前置备注:things update --id --auth-token <令牌> --append-notes ... / --prepend-notes ...
  • 移动列表:things update --id --auth-token <令牌> --list 旅行 --heading 出发前
  • 替换/添加标签:things update --id --auth-token <令牌> --tags a,b / things update --id --auth-token <令牌> --add-tags a,b
  • 完成/取消(类似软删除):things update --id --auth-token <令牌> --completed / --canceled
  • 安全预览:things --dry-run update --id --auth-token <令牌> --completed

删除待办事项?

  • - things3-cli 目前不支持(没有删除/移至废纸篓的写入命令;things trash 是只读列表)
  • 替代方案:使用 Things 界面删除/丢弃,或通过 things update 标记为 --completed / --canceled

注意事项

  • - 仅限 macOS 系统
  • --dry-run 会打印 URL 但不会打开 Things

标签

skill ai

通过对话安装

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

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 chen-things-mac-1776084072 技能

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

设置 SkillHub 为我的优先技能安装源,然后帮我安装 chen-things-mac-1776084072 技能

通过命令行安装

skillhub install chen-things-mac-1776084072

下载

⬇ 下载 chen-things-mac v1.0.0(免费)

文件大小: 2.03 KB | 发布时间: 2026-4-14 13:33

v1.0.0 最新 2026-4-14 13:33
- Initial release for managing Things 3 via the `things` CLI on macOS.
- Supports adding and updating tasks, projects, and todos through the Things URL scheme.
- Allows reading, listing, and searching from the local Things database (inbox, today, upcoming, projects, areas, tags).
- Provides detailed setup instructions and authentication options.
- Read (DB) and write (URL scheme) operations clarified, with example commands included.
- Requires macOS and the `things` CLI.

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

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

p2p_official_large
返回顶部