things-mac

Manage Things 3 tasks on macOS via things3-cli and URL scheme.

2.8k|332|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/moltis-org/moltis --skill things-mac-moltis-org
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: things-mac
Source: https://github.com/moltis-org/moltis/tree/main/crates/skills/src/assets/productivity/things-mac
Command: npx skills add https://github.com/moltis-org/moltis --skill things-mac-moltis-org

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables macOS users to control Things 3 from the command line and through the Things URL scheme, consolidating task management into automated workflows.

Core Features & Use Cases

  • Read, search, and list Things database content (inbox, today, upcoming, projects, areas, tags) from scripts and automation.
  • Add and update todos and projects via the Things URL scheme, enabling seamless integration with other apps and workflows.
  • Use-case example: automatically create a daily task in Things from a calendar event or reminder, then query for due tasks later in the day.

Quick Start

Install the things3-cli on macOS and use the Things URL scheme to add, read, or update tasks.

Frequently Asked Questions about things-mac

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

FAQPage Schema
How do I automate Things 3 task management from the command line on macOS?

You can automate Things 3 task management on macOS by using the things3-cli and Things URL scheme. This allows you to read, search, list, and update your Things database directly from scripts and other automation workflows.

Can I add new to-dos to Things 3 using the URL scheme?

Yes, you can add new to-dos and projects to Things 3 using the Things URL scheme. This enables seamless integration with other apps to automatically create tasks from external events or reminders.

How do I search and list Things 3 inbox and upcoming tasks in scripts?

You can search and list Things 3 inbox, today, upcoming, projects, areas, and tags within scripts by executing things3-cli commands. This provides direct database querying capabilities for your automation workflows.

Does Things 3 CLI automation require a specific macOS environment setup?

Yes, Things 3 CLI automation requires a macOS environment. You must install the things3-cli and complete the specific setup steps described in the documentation to successfully run commands and integrate with external workflows.

What is the best way to integrate Things 3 with other macOS apps for task management?

The best way to integrate Things 3 with other macOS apps is by combining the things3-cli for database operations with the Things URL scheme for adding and updating todos. This consolidates task management into automated workflows.