notes
Installation
SKILL.md
Apple Notes Skill
Search, browse, create, and delete Apple Notes with fuzzy matching.
Prerequisites
Ensure the notes CLI is installed:
if ! command -v notes &> /dev/null; then
pnpm add -g @cardmagic/notes
fi
Search, browse, create, and delete Apple Notes with fuzzy matching.
Ensure the notes CLI is installed:
if ! command -v notes &> /dev/null; then
pnpm add -g @cardmagic/notes
fi