能力说明
这个 Skill 能做什么
管理 Apple 备忘录(创建、搜索、导出)
安装方式
如何安装
人工安装
- 下载当前版本的
SKILL.md文件。 - 在目标运行时的 Skills 目录中创建名为
apple-notes的文件夹。 - 将文件放入该文件夹,随后按运行时自身的加载方式启用它。
mkdir -p skills/apple-notes
# 下载下方的 SKILL.md,并保存为:
# skills/apple-notes/SKILL.md清单路径:skills/apple-notes/SKILL.md。具体安装目录可能因运行时而异,请以目标运行时文档为准。
AI 安装将这段话发送给 AI,由它根据目标运行时完成安装并检查结果。
请帮我将「Apple备忘录」安装到目标 AI 运行时中。
Skill 平台详情页:https://www.skillagenthub.com/skills/apple-notes
平台镜像下载地址:https://www.skillagenthub.com/api/skills/apple-notes/download
目标目录:skills/apple-notes/SKILL.md
请先确认当前运行时的 Skill 目录与安装规范;再下载或保存该版本的 SKILL.md 到正确位置。完成后请检查文件路径、版本和可加载性,并简要报告安装结果。不要执行 Skill 包内任何脚本。AI 使用提示
分两段提供给 AI
先提供 Skill 指令,再提供具体任务,让模型先了解能力边界,再执行实际工作。
第一段:Skill 指令先发送,用于建立能力、规则与限制。
---
name: apple-notes
description: "Manage Apple Notes via the `memo` CLI on macOS (create, view, edit, delete, search, move, and export notes). Use when a user asks to add a note, list notes, search notes, or manage note folders."
description_zh: "管理 Apple 备忘录(创建、搜索、导出)"
description_en: "Manage Apple Notes (create, search, export)"
version: 1.0.0
---
# 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.
第二段:任务请求在第一段之后发送,将方括号内容替换为你的目标。
请使用「Apple备忘录」完成以下任务。
任务目标:
[描述你希望完成的结果]
输入资料:
[粘贴文本、链接、文件说明或数据]
输出要求:
[说明格式、语言、篇幅和验收标准]
请严格遵循上一段 Skill 指令中的边界、步骤和限制;缺少必要信息时先提出澄清问题。原始内容
SKILL.md
---
name: apple-notes
description: "Manage Apple Notes via the `memo` CLI on macOS (create, view, edit, delete, search, move, and export notes). Use when a user asks to add a note, list notes, search notes, or manage note folders."
description_zh: "管理 Apple 备忘录(创建、搜索、导出)"
description_en: "Manage Apple Notes (create, search, export)"
version: 1.0.0
---
# 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.