원클릭으로
things-app
Create and update private personal todos in the Things 3 app. "things" などで起動。
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Create and update private personal todos in the Things 3 app. "things" などで起動。
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Ask OpenAI Codex CLI for an autonomous second AI opinion. "ask codex", "codex と相談" などで起動。
Request GitHub Copilot review on a Pull Request. "PR レビュー依頼", "copilot review" などで起動。
Extract VTT transcript from a Zoom recording share page. "zoom transcript", "zoom 文字起こし" などで起動。
Download the video (MP4) from a Zoom recording share page. "zoom video download", "zoom 録画 ダウンロード", "zoom 動画 ダウンロード" などで起動。
Round-trip code review through difit. Use when the user mentions "difit", "diff review", "open the diff", "let me look at this", or "review this PR locally". Launch mode arg — "open" (default, no comments at launch), "explain" (AI annotates its own change), "review" (AI posts findings on human code).
Stop tool execution before exhausting your Claude usage — set a 5h/7d usage-% or per-session cost threshold.
| name | things-app |
| description | Create and update private personal todos in the Things 3 app. "things" などで起動。 |
| argument-hint | today | inbox | create <title> [...] | update <id> [...] | complete <id> |
| metadata | {"author":"pokutuna","compatibility":"macOS with Things 3 installed"} |
| allowed-tools | Bash(${CLAUDE_PLUGIN_ROOT}/skills/things-app/scripts/things.js *) |
Read and update tasks in Things 3. Requires macOS with Things 3 installed.
All commands use a single executable script. It has a shebang so always execute it directly — never prefix with osascript or node:
${CLAUDE_PLUGIN_ROOT}/skills/things-app/scripts/things.js
${CLAUDE_PLUGIN_ROOT}/skills/things-app/scripts/things.js <command> [options]
inbox でタスク一覧を取得${CLAUDE_PLUGIN_ROOT}/skills/things-app/scripts/things.js inbox
${CLAUDE_PLUGIN_ROOT}/skills/things-app/scripts/things.js update "タスクID" --project "プロジェクト名" --when "2026-04-10" --due "2026-04-16"
${CLAUDE_PLUGIN_ROOT}/skills/things-app/scripts/things.js update "タスクID" --area "エリア名" --add-tags "tag1"
today で今日のタスク一覧を確認し、ユーザーに共有するcomplete で消化${CLAUDE_PLUGIN_ROOT}/skills/things-app/scripts/things.js today
${CLAUDE_PLUGIN_ROOT}/skills/things-app/scripts/things.js complete "タスクID"
create で登録${CLAUDE_PLUGIN_ROOT}/skills/things-app/scripts/things.js create "タスク名" --project "プロジェクト名" --when "2026-04-15" --due "2026-04-21"
${CLAUDE_PLUGIN_ROOT}/skills/things-app/scripts/things.js create "タスク名" --area "エリア名" --tags "tag1, tag2" --today
[ID: ...]. Use them for detail/update/status commands. Falls back to name search if ID is not found.create is Inbox. --project and --area override it.--when YYYY-MM-DD sets the activation date. The task appears in Today on that date automatically.update accepts multiple options in a single call. --area none removes from area (moves to Inbox).--offset and --limit for large lists (e.g. inbox).- タスク名 (Today, When: 2025-01-15, Due: 2025-01-21) #tag1, #tag2 [ID: abc123]
(note) first 20 chars... from notes#tag[ID: ...] for use with detail/update commandsタスク名
ID: abc123
Status: open
Today: Yes
When: 2025-01-15
Due: 2025-01-21
Tags: #tag1, #tag2
Project: プロジェクト名
Area: エリア名
Notes:
ノート内容