typescript/skills/things-mac/SKILL.md
Create and manage tasks in Things 3 for Mac using URL schemes and AppleScript.
npx skillsauth add kody-w/openrappter things-macInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Manage Things 3 tasks from the command line on macOS.
open "things:///add?title=Buy+groceries¬es=Milk,+eggs,+bread&when=today"
open "things:///add?title=Review+PR&list=Work&tags=urgent,code&when=today"
open "things:///add-project?title=Website+Redesign¬es=Q1+project&area=Work"
open "things:///show?id=today"
open "things:///show?id=upcoming"
open "things:///show?id=anytime"
open "things:///search?query=groceries"
development
Get current weather and forecasts (no API key required).
tools
Send and receive WhatsApp messages via wacli command-line tool.
tools
Start and manage voice calls via the openrappter voice-call plugin.
content-media
Extract frames from video files using ffmpeg for analysis or processing.