在 macOS 上管理 Things 3 任务、项目、标签与今日待办,提升个人事务效率。
该技能基于开源的本地 Things 3 CLI,主要在 macOS 上读取本地 Things 数据库并通过 URL scheme 写入任务;未声明远程端点、无必需外部密钥,整体风险偏低。需留意其读取数据库时可能要求 Full Disk Access,且更新操作可使用认证令牌,因此本地数据访问与凭证处理应谨慎配置。
材料显示基础功能无需密钥,但更新操作支持通过 THINGS_AUTH_TOKEN 或 --auth-token 提供认证令牌。该令牌属于敏感凭证,若通过命令行参数传递,可能暴露于 shell 历史或进程列表;未见材料表明会外传该令牌。
未声明任何远程 host 或外部 API。写操作说明为通过 Things 的本地 URL scheme 打开应用,读操作直接读取本地数据库;材料中未见将用户数据发送到第三方网络端点的描述。
该技能依赖本地 CLI 工具运行,存在在 macOS 本机执行命令的能力,但材料未显示其会下载并执行不明脚本或请求超出声明用途的系统控制。其执行范围与管理 Things 任务的本地工具属性基本一致。
文档明确说明可读取本地 Things 数据库,并在读取失败时建议向调用应用授予 Full Disk Access。虽然这是为访问 Things 数据所需的常见本地权限,但 Full Disk Access 覆盖面较广,意味着调用方理论上具备更高本机数据访问能力,应控制授予对象并限制使用环境。
系统检查项表明其为 prompt-only 且 open-source,来源为 GitHub,社区采用度极高(约 377k star),这些都是明显的降风险因素。虽许可证未声明、维护状态未知,且 README 中实际引用的底层 CLI 仓库与给定开源仓库存在一定映射关系需人工确认,但基于现有材料未见闭源外发、失维或明显投毒红旗。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "things-mac" 技能: 1. 下载 https://raw.githubusercontent.com/openclaw/openclaw/main/skills/things-mac/SKILL.md 2. 保存为 ~/.claude/skills/things-mac/SKILL.md 3. 装好后重载技能,告诉我可以用了
请列出我 Things 3 里今天的所有待办,并按优先级分组;把标题里包含“会议纪要”的任务加上“工作”标签。
返回今日任务清单与分组结果,并完成指定任务的标签更新。
帮我在 Things 3 收件箱新增 3 个待办:周五前提交报销、预约体检、整理产品路线图草稿。
在收件箱中创建三条新待办,便于后续分类和安排。
搜索 Things 3 中与“发布会”相关的项目和待办,列出未完成事项,并说明它们分别属于哪个项目或 area。
输出相关项目与未完成任务概览,附带所属项目或领域信息。
Use things to read your local Things database (inbox/today/search/projects/areas/tags) and to add/update todos via the Things URL scheme.
Setup
GOBIN=/opt/homebrew/bin go install github.com/ossianhempel/things3-cli/cmd/things@latestOpenClaw.app for gateway runs).THINGSDB (or pass --db) to point at your ThingsData-* folder.THINGS_AUTH_TOKEN to avoid passing --auth-token for update ops.Read-only (DB)
things inbox --limit 50things todaythings upcomingthings search "query"things projects / things areas / things tagsWrite (URL scheme)
things --dry-run add "Title"things add "Title" --notes "..." --when today --deadline 2026-01-02things --foreground add "Title"Examples: add a todo
things add "Buy milk"things add "Buy milk" --notes "2% + bananas"things add "Book flights" --list "Travel"things add "Pack charger" --list "Travel" --heading "Before"things add "Call dentist" --tags "health,phone"things add "Trip prep" --checklist-item "Passport" --checklist-item "Tickets"cat <<'EOF' | things add -Title lineNotes line 1Notes line 2EOFExamples: modify a todo (needs auth token)
things search "milk" --limit 5THINGS_AUTH_TOKEN or pass --auth-token <TOKEN>things update --id <UUID> --auth-token <TOKEN> "New title"things update --id <UUID> --auth-token <TOKEN> --notes "New notes"things update --id <UUID> --auth-token <TOKEN> --append-notes "..." / --prepend-notes "..."things update --id <UUID> --auth-token <TOKEN> --list "Travel" --heading "Before"things update --id <UUID> --auth-token <TOKEN> --tags "a,b" / things update --id <UUID> --auth-token <TOKEN> --add-tags "a,b"things update --id <UUID> --auth-token <TOKEN> --completed / --canceledthings --dry-run update --id <UUID> --auth-token <TOKEN> --completedDelete a todo?
things3-cli right now (no "delete/move-to-trash" write command; things trash is read-only listing).--completed / --canceled via things update.Notes
--dry-run prints the URL and does not open Things.帮助维护者准备并核验 OpenClaw 稳定版或测试版发布与发布说明。
自动执行 Parallels 与 Discord 往返冒烟测试并验证主客机通信链路。
通过命令行统一管理 Gmail、日历、云盘、表格与文档等 Google 工作区任务。
用于规划并执行 OpenClaw 插件发布前的全流程验证与兼容性测试
帮助用户检索与导出 Notion 归档内容,并进行同步、统计和仓库处理。
帮助你用 node inspect 与性能分析工具定位 Node.js 调试与性能问题。
连接 macOS 上的 Things 3,用 GTD 方法让 AI 协助管理任务全流程。
让你通过 MCP 以编程方式管理 Things 3 待办与项目并按日期筛选。
连接 Things 3,按日期读取已完成任务并生成周报与项目复盘数据。
用自然语言管理待办与任务,快速创建、更新状态并删除事项。
让 AI 在本地读取和管理 macOS 提醒事项,自动创建、更新与完成任务。
通过语音管理 Todoist 待办,并可同步苹果提醒事项