Reads, searches, lists, creates, and deletes notes in Apple Notes on macOS. Use when the user asks about their notes, wants to save information to Notes, or needs to find something they wrote in Apple Notes.
/plugin marketplace add peerasak-u/apple-notes-skill/plugin install apple-notes@apple-notes-marketplaceThis skill inherits all available tools. When active, it can use any tool Claude has access to.
references/COMMANDS.mdscripts/notes.jsscripts/run.shInteracts with Apple Notes via JXA (JavaScript for Automation).
# Set the path (run this once per terminal session)
export APPLE_NOTES_SKILL_PATH="$(for d in ~/.claude/plugins/marketplaces/apple-notes-marketplace/skills/apple-notes ~/.claude/skills/apple-notes ~/.opencode/skill/apple-notes; do [ -x "$d/scripts/run.sh" ] && echo "$d" && break; done)"
osascript -l JavaScript "$APPLE_NOTES_SKILL_PATH/scripts/notes.js" <command> [args]
| Command | Usage |
|---|---|
search <query> | Search notes by body content |
list <query> | List notes by title (returns indexes) |
read <title> [folder] | Read note content |
read-index <query> <index> | Read by index from list result |
recent [count] [folder] | Get recent notes (default: 5) |
create <title> <body> [folder] | Create note from Markdown |
delete <title> [folder] | Delete note (exact match) |
Full command details: See references/COMMANDS.md
osascript -l JavaScript "$APPLE_NOTES_SKILL_PATH/scripts/notes.js" list "budget"
osascript -l JavaScript "$APPLE_NOTES_SKILL_PATH/scripts/notes.js" read-index "budget" 2
osascript -l JavaScript "$APPLE_NOTES_SKILL_PATH/scripts/notes.js" create "Meeting Notes" "# Agenda\n- Item 1\n- Item 2" "Work"
osascript -l JavaScript "$APPLE_NOTES_SKILL_PATH/scripts/notes.js" recent 10
[RAW_HTML]Error:Specify folders as simple names ("Work") or nested paths ("Work/Projects/2024").
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.