things-mac

Automate Things 3 task management on macOS via the things CLI.

1|Updated Apr 10, 2026
One-click install
npx skills add https://github.com/pertain99/openclaw-better --skill things-mac-pertain99
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: things-mac
Source: https://github.com/pertain99/openclaw-better/tree/main/skills/things-mac
Command: npx skills add https://github.com/pertain99/openclaw-better --skill things-mac-pertain99

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manage Things 3 on macOS by interfacing with the local Things database using the CLI, enabling quick creation, updates, and retrieval of tasks without leaving your workflow.

Core Features & Use Cases

  • Read and write Things 3 tasks from the local database using the things CLI.
  • List inbox, today, upcoming, and search projects, areas, and tags.
  • Use-case example: add a new task to a project or fetch today's tasks for quick review.

Quick Start

Add a new Things task using the CLI.

Frequently Asked Questions about things-mac

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage Things 3 tasks on macOS from the command line?

You can manage Things 3 tasks on macOS via the command line by using the things CLI to read and write to the local Things database. This enables quick creation, updates, and retrieval of tasks directly from your terminal workflow.

How do I list today's tasks and inbox items in Things 3 using a CLI?

To list today's tasks and inbox items in Things 3, you can use the things CLI to query the local database. The CLI supports listing inbox, today, upcoming, and searching across projects, areas, and tags.

Do I need to install a specific binary to automate Things 3 task management on macOS?

Yes, automating Things 3 task management requires the things binary to be installed on macOS. You can install it via the Go module github.com/ossianhempel/things3-cli/cmd/things@latest to interface with the local database.

Can I add a new todo to a specific Things 3 project via the terminal?

Yes, you can add a new todo to a specific Things 3 project via the terminal using the things CLI. It interfaces directly with the local Things database to create tasks within your defined projects.

Does the things CLI for Things 3 work on operating systems other than macOS?

No, the things CLI for Things 3 is designed specifically for macOS. It interfaces directly with the local Things database on the darwin operating system and requires the things binary to be installed in that environment.