Apple Notes

PassAudited by ClawScan on May 1, 2026.

Overview

This skill clearly does what it says—manage Apple Notes through a macOS CLI—but users should understand it can access and change private notes.

This skill appears purpose-aligned and transparent. Before installing, confirm that you trust the external `memo` CLI and are comfortable granting it Apple Notes Automation access. Use care with delete, move, edit, and export commands, especially for sensitive notes.

Findings (4)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

The tool may be able to read or modify personal notes once macOS Automation access is granted.

Why it was flagged

Granting Automation access to Notes.app gives the CLI delegated authority to interact with the user's Apple Notes data.

Skill content
For automation, grant permissions in System Settings > Privacy & Security > Automation.
Recommendation

Install only if you want Clawdbot to manage Apple Notes, and revoke Notes.app Automation permission later if you no longer need it.

What this means

A mistaken or misunderstood command could change, delete, move, or export a note.

Why it was flagged

The skill exposes commands that can mutate, delete, move, and export user notes. These actions are disclosed and purpose-aligned, but they can have user-visible impact.

Skill content
Create, view, edit, delete, search, move notes between folders, and export to HTML/Markdown.
Recommendation

Use explicit instructions for destructive actions, and confirm the target note before deleting, moving, editing, or exporting.

What this means

You are trusting the external `memo` package to handle Apple Notes safely.

Why it was flagged

The skill depends on an external Homebrew tap for the `memo` CLI, while the registry source is listed as unknown and no code files are bundled for review.

Skill content
Install (Homebrew): `brew tap antoniorodr/memo && brew install antoniorodr/memo/memo`
Recommendation

Review the linked project and Homebrew formula before installing, especially because the tool may receive Notes.app Automation access.

What this means

Private note contents could be brought into the agent conversation or exported if the user requests those actions.

Why it was flagged

The skill can retrieve and export persistent Apple Notes content, which may include private information or text that should be treated as user data rather than instructions.

Skill content
List all notes: `memo notes`; Search notes (fuzzy): `memo notes -s "query"`; Export to HTML/Markdown: `memo notes -ex`
Recommendation

Avoid asking the agent to list or export sensitive notes unless needed, and treat note contents as data rather than instructions for the agent to follow.