CtrlK
BlogDocsLog inGet started
Tessl Logo

apple-notes

Manage Apple Notes via the `memo` CLI on macOS (create, view, edit, delete, search, move, and export notes). Use when a user asks OpenClaw to add a note, list notes, search notes, or manage note folders.

90

2.68x
Quality

90%

Does it follow best practices?

Impact

94%

2.68x

Average score across 3 eval scenarios

SecuritybySnyk

Passed

No findings from the security scan

The canonical home for this skill is apple-notes in openclaw/openclaw

SKILL.md
Quality
Evals
Security

Quality

Content

87%Weight 40%Scale 1-5

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

A concise, well-structured CLI reference with executable commands for each operation. Its main weakness is the absence of validation/confirmation guidance for the destructive delete and move operations, which the rubric caps at 3 for workflow clarity.

Suggestions

Add a confirmation/validation step before destructive actions, e.g. instruct Claude to list and confirm the matched note with the user before running `memo notes -d`, or to verify the destination folder exists before `memo notes -m`.

Note that delete/move use interactive selection, so Claude should prompt the user to run these directly in a terminal rather than attempting non-interactive destructive changes.

Reduce the minor duplication of 'macOS-only' across Setup, Limitations, and the final Notes section by stating it once.

DimensionReasoningScore

Conciseness

A lean bullet-point command reference with no padding or explanations of concepts Claude already knows; every line earns its place, matching the score-5 anchor for lean and efficient content.

5 / 5

Actionability

Provides fully executable, copy-paste-ready commands with real flags for every supported action (e.g. `memo notes -a "Note Title"`, `memo notes -f "Folder Name"`, `memo notes -ex`), covering the common cases as the score-5 anchor requires.

5 / 5

Workflow Clarity

Commands are clearly listed per action, but destructive operations (delete `-d`, move `-m`) include no validation or confirmation checkpoints; per the rubric, missing feedback loops for destructive changes caps this dimension at 3 even for a single-purpose skill.

3 / 5

Progressive Disclosure

Under 50 lines with no bundle files needed and cleanly organized into labeled sections (Setup, View/Create/Edit/Delete/Move/Export Notes, Limitations), satisfying the simple-skill exception that lets well-organized short content score 5.

5 / 5

Total

18

/

20

Passed

Description

92%Weight 40%Scale 1-5

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 names the tool, scope (macOS), and a comprehensive set of concrete actions, plus explicit 'Use when' triggers. Trigger-term coverage could be broadened with synonyms like 'Apple Notes' to reach full natural-language breadth.

DimensionReasoningScore

Specificity

Enumerates concrete actions — 'create, view, edit, delete, search, move, and export notes' — giving comprehensive coverage of the skill's capabilities, matching the score-5 anchor of multiple specific concrete actions.

5 / 5

Completeness

Explicitly answers both 'what' (manage Apple Notes with the listed verbs) and 'when' ('Use when a user asks OpenClaw to add a note, list notes, search notes, or manage note folders') with concrete trigger phrases, matching the score-5 anchor.

5 / 5

Trigger Term Quality

Includes natural user phrasings ('add a note, list notes, search notes, or manage note folders') but omits common synonyms such as 'Apple Notes' itself and folder-creation terms, so it falls short of the comprehensive synonym coverage required for a 5.

4 / 5

Distinctiveness Conflict Risk

Targets a clear niche — Apple Notes via the `memo` CLI on macOS — with distinct triggers, giving minimal overlap risk with other skills.

5 / 5

Total

19

/

20

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.