Npjames Apple Notes

ReviewAudited by ClawScan on May 10, 2026.

Overview

This skill is a straightforward Apple Notes integration, but it can read, edit, delete, move, and export personal notes through a third-party CLI.

This skill appears benign for managing Apple Notes on macOS. Before installing, make sure you trust the external memo CLI, understand that macOS Automation access lets it control Notes.app, and confirm any edit, delete, move, or export operation carefully.

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 agent could modify, move, export, or delete Apple Notes if invoked for those tasks.

Why it was flagged

The skill exposes note-management commands that can change or delete user data. This is aligned with the stated purpose, but users should notice the impact before allowing those actions.

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

Use it only for intended notes actions, and carefully review interactive selections before confirming edits, moves, exports, or deletes.

What this means

Once granted, the tool can access and manipulate Apple Notes through macOS permissions.

Why it was flagged

Granting Automation access allows the CLI, and therefore the agent using it, to interact with Apple Notes. This is necessary for the integration but is still a meaningful local permission.

Skill content
if prompted, grant Automation access to Notes.app
Recommendation

Grant Automation access only if you trust the memo CLI and want the agent to manage Notes; revoke the permission in macOS settings if no longer needed.

What this means

Installing the dependency runs and later uses third-party local software.

Why it was flagged

The skill depends on an external Homebrew tap and binary that are not included in the reviewed artifact set. This is common for CLI integration skills, but it requires trusting that upstream package.

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

Install the memo CLI only from a source you trust, and review the upstream project if your Notes contain sensitive information.

What this means

Personal note contents may be shown to the agent or written to export files during normal use.

Why it was flagged

The skill can retrieve and export persistent Apple Notes content. The artifacts do not show unsafe reuse or storage, but note contents may be sensitive and can enter the agent's working context when viewed or searched.

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

Avoid listing, searching, or exporting sensitive notes unless you intend the agent to see that content.