Install
npx skillscat add cdeistopened/content-os/skills-writing-memo Install via the SkillsCat registry.
SKILL.md
memo - Apple Notes CLI
Manage Apple Notes from the terminal.
View Notes
# List all notes
memo notes
# Filter by folder
memo notes -f "Folder Name"
# Search notes (fuzzy)
memo notes -s "search query"Create Notes
# Interactive create
memo notes -a
# Quick create with title
memo notes -a "Note Title"Edit & Delete
# Edit (interactive selection)
memo notes -e
# Delete (interactive selection)
memo notes -dMove & Export
# Move note to folder (interactive)
memo notes -m
# Export to HTML/Markdown (interactive)
memo notes -exLimitations
- Cannot edit notes containing images/attachments
- Interactive prompts require terminal access
- macOS only
Setup
If permission issues:
- System Settings → Privacy & Security → Automation
- Enable Terminal access to Notes.app