← 返回 Skills 市场
kenswj

Things Mac 1.0.0

作者 kenswj · GitHub ↗ · v1.0.0 · MIT-0
darwin ⚠ suspicious
304
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install things-mac-1-0-0
功能描述
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 as...
安全使用建议
This skill appears to do what it claims (manage Things 3 via a CLI), but pay attention to two things before installing: (1) the SKILL.md asks you to grant Full Disk Access to the calling app (Terminal or Clawdbot.app). Full Disk Access is a broad macOS permission — only grant it if you trust the app and the binary you install. (2) The instructions reference optional env vars (THINGSDB, THINGS_AUTH_TOKEN) which are not declared as required metadata; these are used for DB path and authenticated updates — treat any auth token as sensitive. Recommended steps: install the 'things' binary yourself from the linked GitHub repo and inspect/rebuild it locally, avoid granting Full Disk Access to unknown gateway apps (use Terminal or a tightly controlled account), and if you must run via Clawdbot.app, review and limit that app's permissions and network access. If you want higher assurance, request the actual source/binaries and verify the code or run the binary in a confined environment first.
功能分析
Type: OpenClaw Skill Name: things-mac-1-0-0 Version: 1.0.0 The skill bundle provides a legitimate interface for managing the Things 3 task manager on macOS using the open-source `things3-cli` tool. It includes standard installation instructions via `go install` from a public repository (github.com/ossianhempel/things3-cli) and provides clear documentation for the agent to read and update tasks. While it mentions the need for Full Disk Access, this is a documented requirement for the CLI tool to access the local SQLite database, and no evidence of malicious intent or data exfiltration was found.
能力评估
Purpose & Capability
Name, description, required binary ('things'), and the Go install module (github.com/ossianhempel/things3-cli) align: the skill is intended to call a Things CLI to read the local DB and use the Things URL scheme for writes.
Instruction Scope
SKILL.md instructs the agent to read the local Things database and explicitly tells users to grant Full Disk Access to the calling app (Terminal for manual runs; 'Clawdbot.app' for gateway runs). Granting Full Disk Access is a broad system-level permission and extends beyond just the Things database. The instructions also reference optional env vars (THINGSDB, THINGS_AUTH_TOKEN) that are used at runtime but are not declared in the registry metadata.
Install Mechanism
Install method is a go install of a GitHub module matching the homepage; this is a common and expected way to produce the required 'things' binary. No downloads from untrusted URLs or archive extraction are used.
Credentials
No required environment variables are declared in the metadata, but SKILL.md documents optional THINGSDB and THINGS_AUTH_TOKEN for DB path and authenticated updates. These optional variables are reasonable for the described functionality, but their presence in the instructions without being listed in the skill metadata is an inconsistency.
Persistence & Privilege
The skill itself does not request 'always' presence and requires no persistent credentials, but its instructions expect the caller/app to be granted macOS Full Disk Access to read the Things DB — a high-privilege OS-level capability that affects the whole calling app (and thus any agent gateway the app runs).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install things-mac-1-0-0
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /things-mac-1-0-0 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of things-mac skill. - Add and update projects and todos in Things 3 using the CLI and URL scheme. - Read, search, and list tasks, projects, areas, and tags from the local Things database. - Supports operations like adding tasks with notes, checklists, tags, and scheduling details. - Modify task details (title, notes, status, tags, project/area) by ID with an auth token. - macOS-only; requires installation of things3-cli and appropriate permissions. - Deletion of todos not supported (mark as completed or canceled instead).
元数据
Slug things-mac-1-0-0
版本 1.0.0
许可证 MIT-0
累计安装 2
当前安装数 2
历史版本数 1
常见问题

Things Mac 1.0.0 是什么?

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 as... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 304 次。

如何安装 Things Mac 1.0.0?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install things-mac-1-0-0」即可一键安装,无需额外配置。

Things Mac 1.0.0 是免费的吗?

是的,Things Mac 1.0.0 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Things Mac 1.0.0 支持哪些平台?

Things Mac 1.0.0 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin)。

谁开发了 Things Mac 1.0.0?

由 kenswj(@kenswj)开发并维护,当前版本 v1.0.0。

💬 留言讨论