Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/sweetrb/apple-notes-mcp/apple-notesnpx skills add sweetrb/apple-notes-mcp --skill apple-notesgit clone --depth 1 https://github.com/sweetrb/apple-notes-mcpWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/sweetrb/apple-notes-mcp/apple-notes)<a href="https://agentmods.dev/skills/sweetrb/apple-notes-mcp/apple-notes"><img src="https://agentmods.dev/badge/skills/sweetrb/apple-notes-mcp/apple-notes.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00054 | $0.03377 |
| Opus 5 | $0.00027 | $0.01688 |
| Sonnet 5 | $0.00011 | $0.00675 |
| Haiku 4.5 | $0.00005 | $0.00338 |
Grade A, and why
apple-notes scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 275 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Apple Notes Skill
This skill enables you to manage Apple Notes on macOS through natural language. Use it whenever the user mentions notes, wants to save information to Notes, or needs to retrieve, update, or organize their notes.
When to Use This Skill
Use this skill when the user:
- Wants to create a new note or save information
- Asks to find, search, or look up notes
- Wants to read the contents of a note
- Needs to update or edit an existing note
- Wants to delete or remove a note
- Asks to move or organize notes into folders
- Wants to list their notes or folders
- Mentions Apple Notes, Notes app, or "my notes"
Available Tools
Note Operations
| Tool | Purpose |
|---|---|
create-note |
Create a new note with title and content |
search-notes |
Find notes by title or content |
get-note-content |
Read the full content of a note |
get-note-plaintext |
Read a note's body as plain text (no HTML) |
get-note-markdown |
Read note content as Markdown |
get-note-by-id |
Get note metadata by ID |
get-note-details |
Get metadata (created, modified, account) |
get-note-link |
Get the shareable notes://showNote?identifier=… deep link for a note |
update-note |
Replace a note's title and/or body |
append-to-note |
Add content to a note without replacing it (position: "after" / "before") |
delete-note |
Remove a note (moves to Recently Deleted) |
batch-delete-notes |
Delete multiple notes by ID (max 500 per call) |
move-note |
Move a note to a different folder |
batch-move-notes |
Move multiple notes by ID (max 500 per call) |
list-notes |
List all notes or notes in a folder |
show-note |
Reveal a note in the Notes.app UI by ID |
get-selected-notes |
Read the notes currently selected in Notes.app |
export-notes-json |
Export all accounts, folders, and notes as JSON |
Folder Operations
| Tool | Purpose |
|---|---|
list-folders |
List all folders in an account |
create-folder |
Create a new folder |
delete-folder |
Delete an empty folder |
show-folder |
Reveal a folder in the Notes.app UI by ID |
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 3d ago First seen · 275 lines · 54 tokens per session scan A 4b7779ab06f9
apple-notes is a skill published in the GitHub repository sweetrb/apple-notes-mcp (107 stars, last pushed 7d ago), licensed MIT. It adds 54 tokens to every session and 3,377 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
apple-mail
Use this skill when the user wants to manage Apple Mail on macOS - reading, searching, sending, replying to, forwarding, and organizing emails and mailboxes. This skill provides access to Apple Mail through MCP tools.
pyapple
How to operate the pyapple command line against a real Mac's Messages, Mail, Contacts, Reminders, Calendar, Notes, Maps and Shortcuts, plus its presence sensing and its permission doctor. Load this before the first pyapple call in a task — it has the shape of every operation, how to read the exit status, the two-phase…
confirmation-protocol
Foresay-derived confirmation workflow for email operations. Use this skill BEFORE executing archive-mail with vague filters, composeemail (sending mail), deleteemail/moveemail in bulk, or any operation that touches 5+ emails. Show user a structured preview of "what I understood" before taking action, achieving…
bulk-operation-preview
Show structured preview of bulk email operations (5+ emails) before execute. Group by thread, flag false-positive candidates, count side-effect scope (files written, attachments downloaded, mailboxes touched). Use after email-search-disambiguation finishes Phase 1, as Phase 2 of the confirmation protocol.
email-search-disambiguation
Disambiguate vague email search filters before executing search. Triggers when user uses ambiguous contact references (Chinese name, nickname, role like "老闆"/"老師"), vague time references ("最近"/"上週"), or scope words ("全部"/"所有"). Present 2-3 concrete interpretations and let user choose. Adapted from nsql disambiguation…
notes-snapshot-control-room
This skill should be used when the user asks to "connect Apple Notes Snapshot to a host", "run notesctl mcp", "diagnose why Apple Notes Snapshot failed to attach", "separate AI Diagnose from MCP", or "verify the control-room proof path". It teaches local preflight, MCP wiring, capability boundaries, and proof-first…