skills/smithery.ai/things:url

things:url

SKILL.md

Things URL Scheme

Write operations for Things 3 via the things:/// URL scheme.

Quick Start

Use url.ts for most operations — it handles auth tokens and URL encoding:

bun ${CLAUDE_PLUGIN_ROOT}/scripts/url.ts <command> [key=value ...]

# Bulk update: pass multiple id= params to batch via JSON command
bun ${CLAUDE_PLUGIN_ROOT}/scripts/url.ts update id=X id=Y id=Z when=tomorrow

For raw URL scheme access: open -g "things:///add?title=Buy%20milk&when=today"

Use -g for data commands (add, update, json) to run in background. Omit -g for show/search to foreground Things.

Installs
2
First Seen
Apr 6, 2026