| name | c-notes |
| description | Manage Apple Notes and Apple Reminders from the CLI. Uses memo for Notes and remindctl for Reminders. Supports listing, searching, reading, creating notes, and adding/completing reminders. |
| tags | ["notes","reminders","apple","memo","remindctl"] |
This skill manages Apple Notes via memo and Apple Reminders via remindctl.
Apple Notes — memo
memo list
memo list --folder "Work"
memo search "query"
memo read "Note Title"
memo create "Title" "Body text"
memo create --folder "Work" "Title" "Body"
memo delete "Note Title"
memo folders
Apple Reminders — remindctl
remindctl list
remindctl list "List Name"
remindctl add "Task" --due "tomorrow 9am"
remindctl add "Task" --list "Work" --due "2026-03-01"
remindctl complete "Task name"
remindctl delete "Task name"
remindctl lists
Usage Guidelines
- Use
memo search before creating to avoid duplicates.
- Dates for
remindctl --due accept natural language ("tomorrow", "next Monday") and ISO format.
- If
memo or remindctl is not found, inform the user and suggest installing the OpenPaw c-notes skill.
- Notes are stored locally in Apple Notes app — no external API needed.
Notes
memo requires macOS and Apple Notes app.
remindctl requires macOS and Apple Reminders app.
- Both tools operate on the local user account.