跳到主要內容

Apple Notes

在 macOS 上通過 memo CLI 管理 Apple Notes(創建、查看、搜索、編輯)。

技能元數據

來源捆綁(默認安裝)
路徑skills/apple/apple-notes
版本1.0.0
作者Hermes Agent
許可證MIT
平臺macos
標籤Notes, Apple, macOS, note-taking
相關技能obsidian

參考:完整 SKILL.md

信息

以下是 Hermes 在觸發此技能時加載的完整技能定義。這是技能激活時代理看到的指令。

Apple Notes

使用 memo 直接從終端管理 Apple Notes。筆記通過 iCloud 在所有 Apple 設備間同步。

前提條件

  • 裝有 Notes.app 的 macOS
  • 安裝:brew tap antoniorodr/memo && brew install antoniorodr/memo/memo
  • 當提示時授予 Notes.app 自動化訪問權限(系統設置 → 隱私與安全性 → 自動化)

何時使用

  • 用戶要求創建、查看或搜索 Apple Notes
  • 將信息保存到 Notes.app 以實現跨設備訪問
  • 將筆記整理到文件夾中
  • 將筆記導出為 Markdown/HTML

何時不使用

  • Obsidian 庫管理 → 使用 obsidian 技能
  • Bear Notes → 獨立應用(此處不支持)
  • 僅限代理內部使用的快速筆記 → 改用 memory 工具

快速參考

查看筆記

memo notes                        # List all notes
memo notes -f "Folder Name" # Filter by folder
memo notes -s "query" # Search notes (fuzzy)

創建筆記

memo notes -a                     # Interactive editor
memo notes -a "Note Title" # Quick add with title

編輯筆記

memo notes -e                     # Interactive selection to edit

刪除筆記

memo notes -d                     # Interactive selection to delete

移動筆記

memo notes -m                     # Move note to folder (interactive)

導出筆記

memo notes -ex                    # Export to HTML/Markdown

限制

  • 無法編輯包含圖片或附件的筆記
  • 交互式提示需要終端訪問權限(如有需要,請使用 pty=true)
  • 僅限 macOS — 需要 Apple Notes.app

規則

  1. 當用戶希望跨設備同步(iPhone/iPad/Mac)時,優先使用 Apple Notes
  2. 對於不需要同步的代理內部筆記,使用 memory 工具
  3. 對於原生 Markdown 知識管理,使用 obsidian 技能