things-mac

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

117|8|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/geezerrrr/motive --skill things-mac-geezerrrr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: things-mac
Source: https://github.com/geezerrrr/motive/tree/main/Motive/Resources/Skills.bundle/things-mac
Command: npx skills add https://github.com/geezerrrr/motive --skill things-mac-geezerrrr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manage Things 3 tasks programmatically on macOS by using the things CLI to add, update, read, and search items from the local Things database, eliminating repetitive UI interactions.

Core Features & Use Cases

  • Create and update Things tasks via URL schemes from OpenClaw.
  • Read lists such as inbox, today, and upcoming; inspect projects, areas, and tags from the local database.
  • Use cases include adding tasks to projects, listing tasks for a day, and searching tasks by keywords.

Quick Start

Add a new task to Things using the things CLI with a title and optional notes.

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 from the macOS command line?

You can manage Things 3 tasks from the macOS command line by using the things CLI to add, update, read, and search items within the local Things database. This eliminates repetitive UI interactions by automating operations via URL schemes.

Can I create Things 3 tasks using URL schemes on macOS?

Yes, you can create Things 3 tasks using URL schemes on macOS. The things CLI automates adding new tasks with titles and optional notes, while also supporting updates to existing items directly from your local database.

How do I query inbox and today lists in the local Things database?

You query inbox and today lists in the local Things database by executing read operations through the things CLI. This allows you to inspect projects, areas, tags, and list tasks for specific days or upcoming schedules.

Do I need the things CLI binary to automate Things 3 task management?

Yes, you need the things CLI binary to automate Things 3 task management. Executing read and write operations against the local Things database requires macOS, the things CLI binary, and an active local Things database.

Can I search for specific tasks by keywords in Things 3?

Yes, you can search for specific tasks by keywords in Things 3. The things CLI performs search operations across the local Things database, enabling you to find tasks and inspect matching projects, areas, or tags programmatically.