スキル一覧に戻る
peerasak-u

apple-notes

by peerasak-u

1🍴 0📅 2026年1月14日
GitHubで見るManusで実行

SKILL.md


name: apple-notes description: Reads, searches, lists, creates, and deletes notes in Apple Notes on macOS. Use when the user asks about their notes, wants to save information to Notes, or needs to find something they wrote in Apple Notes.

Apple Notes

Interacts with Apple Notes via the @peerasak-u/apple-notes CLI.

Quick Reference

Run commands

bunx @peerasak-u/apple-notes <command> [args]
CommandUsage
search <query>Search notes by body content
list <query>List notes by title (returns indexes)
read <title> [folder]Read note content
read-index <query> <index>Read by index from list result
recent [count] [folder]Get recent notes (default: 5)
create <title> <body> [folder]Create note from Markdown
delete <title> [folder]Delete note (exact match)

Full command details: See references/COMMANDS.md

Common Workflows

Find and read a note

bunx @peerasak-u/apple-notes list "budget"
bunx @peerasak-u/apple-notes read-index "budget" 2

Create a note

bunx @peerasak-u/apple-notes create "Meeting Notes" "# Agenda\n- Item 1\n- Item 2" "Work"

Check recent activity

bunx @peerasak-u/apple-notes recent 10

Output Format

  • Note content returns as Markdown
  • If HTML conversion fails, output starts with [RAW_HTML]
  • Errors return strings starting with Error:

Folder Paths

Specify folders as simple names ("Work") or nested paths ("Work/Projects/2024").

スコア

総合スコア

45/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

0/5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です