install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/get-and-manage-things-tasks" ~/.claude/skills/majiayu000-claude-skill-registry-get-and-manage-things-tasks && rm -rf "$T"
manifest:
skills/data/get-and-manage-things-tasks/SKILL.mdsource content
Get and manage Things tasks
Instructions
Use the
things command to get the user's tasks from Things.app.
Examples
: Show how to use thethings
command.things
: Learn how to get the user's completed tasks.things log
: Get the user's completed tasks for today.things log -d "today"
: Get the user's completed tasks for a specific date and project.things log -d "2025-10-16" --project "Staff designer"
: Get completed tasks in JSONL format.things log -d "today" --jsonl
: Learn how to add a task to Things.app.things add
: Learn how to delete a task from Things.app.things delete
: Learn how to show tasks from Things.app.things show- There are more commands available for managing tasks.