
Apple Notes
- 13 repo stars
- Updated December 29, 2025
- ALucek/apple-notes
Interact with Apple Notes app. CRUD operations for persistent storage of thoughts, data, and information across sessions.
About
apple-notes is a Claude Code skill in the Productivity & Planning category. Interact with Apple Notes app. CRUD operations for persistent storage of thoughts, data, and information across sessions.
- apple-notes
- Productivity & Planning
- AI-coding skill
Apple Notes by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add ALucek/apple-notes/plugin install apple-notes@apple-notes-marketplaceAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 13 |
|---|---|
| Last updated | December 29, 2025 |
| Repository | ALucek/apple-notes ↗ |
What it does
Interact with Apple Notes app. CRUD operations for persistent storage of thoughts, data, and information across sessions.
README.md
Apple Notes Plugin
A Claude Code plugin for interacting with Apple Notes. Enables persistent storage and retrieval of information using the native Notes app on macOS.
Installation
Add this marketplace to Claude Code:
/plugin marketplace add ALucek/apple-notes
Then install the plugin:
/plugin install apple-notes@apple-notes-marketplace
What It Does
Provides CRUD operations for Apple Notes, scoped to an agent-notes folder:
- List all notes in the folder
- Create new notes with HTML formatting
- Read note content as HTML
- Delete notes by title
Notes persist across sessions and sync via iCloud.
Requirements
- macOS with Apple Notes
- Python 3
- Claude Code
Documentation
See the SKILL.md for full usage documentation including HTML formatting reference.