CtrlK
BlogDocsLog inGet started
Tessl Logo

things-mac

Manage Things 3 via the `things` CLI on macOS (add/update projects+todos via URL scheme; read/search/list from the local Things database). Use when a user asks OpenClaw to add a task to Things, list inbox/today/upcoming, search tasks, or inspect projects/areas/tags.

92

3.55x
Quality

Does it follow best practices?

Impact

96%

3.55x

Average score across 3 eval scenarios

SecuritybySnyk

Advisory

Suggest reviewing before use

SKILL.md
Quality
Evals
Security

Quality

Content

85%

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

A clean, highly actionable command reference with good sequencing and a dry-run safety checkpoint for writes. The only weakness is repetition of the auth-token/UUID boilerplate across the modify examples, which inflates tokens without adding clarity.

Suggestions

State the auth-token requirement once (e.g. "All `update` commands need `--auth-token <TOKEN>` or `THINGS_AUTH_TOKEN`") and drop the repeated `--auth-token <TOKEN>` from each modify example to reduce token redundancy.

Similarly, factor out the shared `things update --id <UUID>` prefix in the modify section rather than repeating it on every bullet.

Consider a one-line note clarifying that `--dry-run` works for both `add` and `update` so the safe-preview guidance is consolidated rather than shown ad hoc per example.

DimensionReasoningScore

Conciseness

The body is lean command-list prose with no concept padding, but the `--auth-token <TOKEN>` and `--id <UUID>` prefixes are repeated verbatim across ~10 modify examples and could be factored into a single note, so it could be tightened.

2 / 3

Actionability

Commands are fully executable and copy-paste ready across add, modify, search, and list operations, with specific flag-level examples like `things add "Buy milk" --notes "2% + bananas"`.

3 / 3

Workflow Clarity

The modify flow is explicitly sequenced (get the UUID → set auth → run update) and provides a `--dry-run` validation checkpoint for risky writes, satisfying the destructive-ops feedback-loop requirement.

3 / 3

Progressive Disclosure

A single, well-organized SKILL.md with clear labeled sections (Setup, Read-only, Write, Examples, Delete, Notes) and no need for external references, which the simple-skill guidance allows to score 3.

3 / 3

Total

11

/

12

Passed

Description

100%

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

A strong description that states concrete capabilities, includes explicit use-when triggers in third person, and is tightly scoped to Things 3 on macOS. It hits the top anchor on every dimension with no fluff or over-claims.

DimensionReasoningScore

Specificity

Names multiple concrete actions — "add/update projects+todos via URL scheme; read/search/list from the local Things database" — matching the score-3 anchor that lists several specific actions.

3 / 3

Completeness

Explicitly answers both what (add/update/read/search via the things CLI) and when via a clear "Use when a user asks..." trigger clause, the score-3 anchor.

3 / 3

Trigger Term Quality

Covers natural phrasings a user would actually say — "add a task to Things, list inbox/today/upcoming, search tasks, or inspect projects/areas/tags" — with good variation coverage.

3 / 3

Distinctiveness Conflict Risk

Scoped to the Things 3 task manager on macOS with distinct triggers, giving it a clear niche unlikely to fire for unrelated skills.

3 / 3

Total

12

/

12

Passed

Validation

81%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation13 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

metadata_version

'metadata.version' is missing

Warning

metadata_field

'metadata' should map string keys to string values

Warning

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

Total

13

/

16

Passed

Repository
trpc-group/trpc-agent-go
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.