c-notes

Installation
SKILL.md

This skill manages Apple Notes via memo and Apple Reminders via remindctl.

Apple Notes — memo

memo list                          # List all notes
memo list --folder "Work"          # List notes in a folder
memo search "query"                # Search notes by content or title
memo read "Note Title"             # Read a specific note
memo create "Title" "Body text"    # Create a new note
memo create --folder "Work" "Title" "Body"
memo delete "Note Title"           # Delete a note
memo folders                       # List all folders

Apple Reminders — remindctl

Installs
10
Repository
daxaur/openpaw
GitHub Stars
167
First Seen
Mar 9, 2026
c-notes — daxaur/openpaw