Source profileQuality 87/100

mateaix/mateclaw/mateclaw-server/src/main/resources/skills/apple-notes/SKILL.md

apple-notes

Manage Apple Notes via memo CLI: create, search, edit.

Source repository stars
828
Declared platforms
0
Static risk flags
0
Last source update
2026-08-06
Source checked
2026-08-06

Decision brief

What it does—and where it fits

Use memo to manage Apple Notes directly from the terminal. Notes sync across all Apple devices via iCloud.

Best for

  • User asks to create, view, or search Apple Notes
  • Saving information to Notes.app for cross-device access
  • Organizing notes into folders

Not for

  • Obsidian vault management → use the obsidian skill
  • Bear Notes → separate app (not supported here)

Compatibility matrix

Platform support, with evidence labels

PlatformStatusEvidenceWhat to check
CodexNot declaredNo explicit evidencePortability before use
Claude CodeNot declaredNo explicit evidencePortability before use
CursorNot declaredNo explicit evidencePortability before use
Gemini CLINot declaredNo explicit evidencePortability before use
Open the compatibility checker

Installation

Inspect first. Install second.

The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.

Source-detected install commandSource
npx skills add https://github.com/mateaix/mateclaw --skill "mateclaw-server/src/main/resources/skills/apple-notes"
Safe inspection promptEditorial

Inspect the Agent Skill "apple-notes" from https://github.com/mateaix/mateclaw/blob/48a7b979dfefc968782396ccea5edb21a1bb4758/mateclaw-server/src/main/resources/skills/apple-notes/SKILL.md at commit 48a7b979dfefc968782396ccea5edb21a1bb4758. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.

Workflow

What the source asks the agent to do

  1. 01

    Prerequisites

    macOS with Notes.app

    macOS with Notes.appInstall: brew tap antoniorodr/memo && brew install antoniorodr/memo/memoGrant Automation access to Notes.app when prompted (System Settings → Privacy → Automation)
  2. 02

    When to Use

    User asks to create, view, or search Apple Notes

    User asks to create, view, or search Apple NotesSaving information to Notes.app for cross-device accessOrganizing notes into folders
  3. 03

    When NOT to Use

    Obsidian vault management → use the obsidian skill

    Obsidian vault management → use the obsidian skillBear Notes → separate app (not supported here)Quick agent-only notes → use the memory tool instead
  4. 04

    Quick Reference

    Review the “Quick Reference” section in the pinned source before continuing.

    Review and apply the “Quick Reference” source section.

Permission review

Static risk signals and limitations

No configured static risk pattern was detected

This is not proof of safety. Runtime behavior, indirect dependencies, and hidden external systems are outside the static scan.

Evidence record

Why each signal appears

EvidenceSourceComputedTestedEditorial
SignalValueEvidence typeMeaning
Quality score87/100ComputedDocumentation, specificity, maintenance, and trust rules
Repository stars828SourceRepository attention, not individual Skill quality
Compatibility0 platformsSourceDeclared in the catalog source record
Usage guideautomated source guideEditorialGenerated or reviewed according to the visible evidence level

Pinned source

Provenance and original SKILL.md

Repository
mateaix/mateclaw
Skill path
mateclaw-server/src/main/resources/skills/apple-notes/SKILL.md
Commit
48a7b979dfefc968782396ccea5edb21a1bb4758
License
Apache-2.0
Collected
2026-08-06
Default branch
dev
View the original SKILL.md

Apple Notes

Use memo to manage Apple Notes directly from the terminal. Notes sync across all Apple devices via iCloud.

Prerequisites

  • macOS with Notes.app
  • Install: brew tap antoniorodr/memo && brew install antoniorodr/memo/memo
  • Grant Automation access to Notes.app when prompted (System Settings → Privacy → Automation)

When to Use

  • User asks to create, view, or search Apple Notes
  • Saving information to Notes.app for cross-device access
  • Organizing notes into folders
  • Exporting notes to Markdown/HTML

When NOT to Use

  • Obsidian vault management → use the obsidian skill
  • Bear Notes → separate app (not supported here)
  • Quick agent-only notes → use the memory tool instead

Quick Reference

View Notes

memo notes                        # List all notes
memo notes -f "Folder Name"       # Filter by folder
memo notes -s "query"             # Search notes (fuzzy)

Create Notes

memo notes -a                     # Interactive editor
memo notes -a "Note Title"        # Quick add with title

Edit Notes

memo notes -e                     # Interactive selection to edit

Delete Notes

memo notes -d                     # Interactive selection to delete

Move Notes

memo notes -m                     # Move note to folder (interactive)

Export Notes

memo notes -ex                    # Export to HTML/Markdown

Limitations

  • Cannot edit notes containing images or attachments
  • Interactive prompts require terminal access (use pty=true if needed)
  • macOS only — requires Apple Notes.app

Rules

  1. Prefer Apple Notes when user wants cross-device sync (iPhone/iPad/Mac)
  2. Use the memory tool for agent-internal notes that don't need to sync
  3. Use the obsidian skill for Markdown-native knowledge management

Alternatives

Compare before choosing