在 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.帮助你创建、整理、校验并重构 AgentSkills 与 SKILL.md 技能文件。
为 OpenClaw 代理创建的 GitHub PR 或议题自动添加脱敏执行记录。
帮助用户进行网页搜索、内容提取与研究资料整理,快速获取可靠信息。
快速搭建一次性原型,验证方案可行性并给出对比结论。
帮助用户编写、理解与调试 Lobster 编程语言代码。
帮助用户管理飞书云空间中的文件、文件夹与存储内容。
让你通过 MCP 以编程方式管理 Things 3 待办与项目并按日期筛选。
让 AI 连接 Things 管理任务、项目与优先级,提升个人事务处理效率。
通过自然语言创建和查看待办任务,帮助用户高效管理工作清单。
管理待办任务并结合番茄钟激励,帮助用户更高效规划与推进工作。
用共享 TASKS.md 统一记录、更新并跟踪个人与团队待办事项
连接 Todoist 管理任务、项目、标签与评论,自动完成待办流转