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 CrawClaw to add a note, list notes, search notes, or manage note folders.
适合你,如果常用 Apple Notes 并希望用命令行快速操作
/ 通过 npx 安装 校验哈希
npx oh-my-skill add qianleigood/crawclaw/apple-notes/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- qianleigood/crawclaw/apple-notes/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify qianleigood/crawclaw/apple-notes安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
30GitHub stars
~434上下文体积 · 单文件
索引托管
怎么用
商店整理自技能原文 · 版本 f27e175 · 表述以原文为准它做什么
装上后,Claude 可以通过 memo 命令在 macOS 上管理 Apple Notes。可以创建、查看、编辑、删除、搜索、移动笔记,以及导出为 HTML 或 Markdown 格式。
什么时候触发
当用户要求添加、列出、搜索或管理笔记文件夹时触发。需要 macOS 系统且已安装 memo CLI。
装好后可以这样说
打开交互编辑器新建笔记。
显示全部笔记列表。
模糊搜索匹配的笔记。
技能原文 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 查看 →
评论
登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。
…