Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help


title: “Apple Notes — Manage Apple Notes via memo CLI: create, search, edit” sidebar_label: “Apple Notes” description: “Manage Apple Notes via memo CLI: create, search, edit”

{/* 本页面由 website/scripts/generate-skill-docs.py 根据技能对应的 SKILL.md 文件自动生成。请直接编辑源文件 SKILL.md,而非此页面。 */}

Apple Notes

通过 memo CLI 管理 Apple Notes:创建、搜索、编辑。

技能元数据

来源内置(默认已安装)
路径skills/apple/apple-notes
版本1.0.0
开发者Hermes Agent
许可协议MIT
支持平台macos
标签Notes, Apple, macOS, note-taking
相关技能obsidian

参考:完整的 SKILL.md 文件

:::info 以下是当触发该技能时 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 技能