← Back to list

notes
by cardmagic
CLI and MCP server to search and browse Apple Notes
⭐ 0🍴 0📅 Jan 21, 2026
SKILL.md
name: notes description: Search, browse, create, and delete Apple Notes. Use when user asks about notes, wants to find something in notes, create a new note, or delete notes. triggers:
- "notes"
- "apple notes"
- "find note"
- "search notes"
- "my notes"
- "list notes"
- "read note"
- "create note"
- "add note"
- "new note"
- "delete note"
- "remove note"
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
Commands
Search notes
notes search "query" [-l limit] [-f folder] [-a after_date]
Recent notes
notes recent [-l limit]
Read a note by ID
notes read <id>
List folders
notes folders [-l limit]
Notes in folder
notes folder "folder_name" [-l limit]
Index statistics
notes stats
Rebuild index
notes index [-f|--force]
Create a note
notes create "Title" --body "Content" [--folder "Folder"]
Delete a note
notes delete "Title" [--folder "Folder"]
Examples
- Search for "recipe":
notes search "recipe" - Recent notes:
notes recent - Notes in Taxes folder:
notes folder Taxes - Read note ID 123:
notes read 123 - Create a note:
notes create "Meeting Notes" --body "Agenda items..." - Delete a note:
notes delete "Old Draft"
Score
Total Score
60/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon