什么是 macos-notes?
通过 AppleScript 创建、阅读、搜索和管理 macOS 笔记。当用户要求做笔记、记下一些内容、保存想法、创建会议笔记、阅读笔记、搜索笔记或任何涉及 macOS 上的 Apple Notes 的内容时使用。触发诸如“记下此内容”、“将其另存为注释”、“创建有关 X 的注释”、“显示我的注释”、“在我的注释中搜索 X”、“我写了有关 X 的内容”等请求。仅限 macOS。 来源:lucaperret/agent-skills。
通过 AppleScript 创建、阅读、搜索和管理 macOS 笔记。当用户要求做笔记、记下一些内容、保存想法、创建会议笔记、阅读笔记、搜索笔记或任何涉及 macOS 上的 Apple Notes 的内容时使用。触发诸如“记下此内容”、“将其另存为注释”、“创建有关 X 的注释”、“显示我的注释”、“在我的注释中搜索 X”、“我写了有关 X 的内容”等请求。仅限 macOS。
通过命令行快速安装 macos-notes AI 技能到你的开发环境
来源:lucaperret/agent-skills。
Manage Apple Notes via $SKILLDIR/scripts/notes.sh. Notes content is stored as HTML internally; the script accepts plain text or HTML body and returns plaintext when reading.
Always list folders first to discover accounts and folder names:
| title | yes | - | Note title (becomes the first line / heading) | | body | no | "" | Note content (plain text — converted to HTML automatically) | | html | no | "" | Raw HTML body (overrides body if both provided) | | folder | no | default folder | Folder name (from list-folders) | | account | no | default account | Account name (from list-folders) |
通过 AppleScript 创建、阅读、搜索和管理 macOS 笔记。当用户要求做笔记、记下一些内容、保存想法、创建会议笔记、阅读笔记、搜索笔记或任何涉及 macOS 上的 Apple Notes 的内容时使用。触发诸如“记下此内容”、“将其另存为注释”、“创建有关 X 的注释”、“显示我的注释”、“在我的注释中搜索 X”、“我写了有关 X 的内容”等请求。仅限 macOS。 来源:lucaperret/agent-skills。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/lucaperret/agent-skills --skill macos-notes通过 AppleScript 创建、阅读、搜索和管理 macOS 笔记。当用户要求做笔记、记下一些内容、保存想法、创建会议笔记、阅读笔记、搜索笔记或任何涉及 macOS 上的 Apple Notes 的内容时使用。触发诸如“记下此内容”、“将其另存为注释”、“创建有关 X 的注释”、“显示我的注释”、“在我的注释中搜索 X”、“我写了有关 X 的内容”等请求。仅限 macOS。 来源:lucaperret/agent-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/lucaperret/agent-skills --skill macos-notes 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/lucaperret/agent-skills