things-mac

star 6

Create and manage tasks in Things 3 for Mac using URL schemes and AppleScript.

kody-w By kody-w schedule Updated 2/11/2026

name: things-mac description: Create and manage tasks in Things 3 for Mac using URL schemes and AppleScript. metadata: {"openclaw":{"emoji":"✓","os":["darwin"],"requires":{}}}

Things (Mac)

Manage Things 3 tasks from the command line on macOS.

Add a Task

open "things:///add?title=Buy+groceries&notes=Milk,+eggs,+bread&when=today"

Add with Tags and List

open "things:///add?title=Review+PR&list=Work&tags=urgent,code&when=today"

Add a Project

open "things:///add-project?title=Website+Redesign&notes=Q1+project&area=Work"

Show Tasks

open "things:///show?id=today"
open "things:///show?id=upcoming"
open "things:///show?id=anytime"

Search

open "things:///search?query=groceries"
Install via CLI
npx skills add https://github.com/kody-w/openrappter --skill things-mac
Repository Details
star Stars 6
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator