apple-notes
Manage Apple Notes via the `memo` CLI on macOS (create, view, edit, delete, search, move, and export notes). Use when a user asks Bitterbot to add a note, list notes, search notes, or manage note folders.
适合你,如果你用Apple备忘录并想通过命令行快速操作
/ 通过 npx 安装 校验哈希
npx oh-my-skill add bitterbot-ai/bitterbot-desktop/apple-notes/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- bitterbot-ai/bitterbot-desktop/apple-notes/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify bitterbot-ai/bitterbot-desktop/apple-notes安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
2425GitHub stars
~434上下文体积 · 单文件
索引托管
怎么用
商店整理自技能原文 · 版本 867a130 · 表述以原文为准它做什么
安装后,Claude 可以通过终端命令管理 Apple Notes:创建、查看、编辑、删除、搜索、移动笔记,以及导出为 HTML 或 Markdown 格式。
什么时候触发
当用户要求添加、列出、搜索笔记或管理笔记文件夹时触发。仅适用于 macOS 系统。
装好后可以这样说
Claude 会打开编辑器让你输入内容。
Claude 会显示笔记列表。
Claude 会模糊搜索并返回结果。
技能原文 SKILL.md
Apple Notes CLI
Use memo notes to manage Apple Notes directly from the terminal. Create, view, edit, delete, search, move notes between folders, and export to HTML/Markdown.
Setup
- Install (Homebrew):
brew tap antoniorodr/memo && brew install antoniorodr/memo/memo - Manual (pip):
pip install .(after cloning the repo) - macOS-only; if prompted, grant Automation access to Notes.app.
View Notes
- List all notes:
memo notes - Filter by folder:
memo notes -f "Folder Name" - Search notes (fuzzy):
memo notes -s "query"
Create Notes
- Add a new note:
memo notes -a - Opens an interactive editor to compose the note.
- Quick add with title:
memo notes -a "Note Title"
Edit Notes
- Edit existing note:
memo notes -e - Interactive selection of note to edit.
Delete Notes
- Delete a note:
memo notes -d - Interactive selection of note to delete.
Move Notes
- Move note to folder:
memo notes -m - Interactive selection of note and destination folder.
Export Notes
- Export to HTML/Markdown:
memo notes -ex - Exports selected note; uses Mistune for markdown processing.
Limitations
- Cannot edit notes containing images or attachments.
- Interactive prompts may require terminal access.
Notes
- macOS-only.
- Requires Apple Notes.app to be accessible.
- For automation, grant permissions in System Settings > Privacy & Security > Automation.
按 MIT 许可原样转载,未经改动 · 在 GitHub 查看 →
评论
登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。
…