跳转到内容

Skills

Skill 是一条保存在 Apple Notes 中的可复用 AI 指令。Apple Notes 仍然是内容来源;Notomo 会读取这些 Skill,并保存同步快照供选择器和 Actions 使用。

  1. 打开 Notomo → 设置 → AI → Skills
  2. 如果还没有 Skills 文件夹,点击 Create Folder
  3. 在 Apple Notes 顶层的 Skillsskills 文件夹中,每条笔记创建一个 Skill。
  4. 返回设置并点击 Refresh

你也可以从 Add Built-in Skills 添加 Improve Writing、Proofread、Explain 和 Reformat 等内置示例。

笔记标题是 Notomo 中显示的 Skill 名称,正文是发送给模型的指令。指令应明确说明输入、目标和需要保留的格式。

例如:

# Translate to Chinese
Translate the selected text into Simplified Chinese.
Preserve the original meaning, tone, and formatting.

如需提供描述或控制 Inline AI 的展示方式,可以在标题下添加 metadata:

# Translate to Chinese
---
name: Translate to Chinese
description: Translate selected text while preserving its meaning and tone.
version: "1.0.0"
presentation: standalone
---
Translate the selected text into Simplified Chinese.
Preserve the original meaning, tone, and formatting.
字段 作用
name 可选的 metadata 名称;Notomo 列表仍以 Apple Notes 标题为准
description 在 Notomo 中显示的简短说明
version 可选版本信息
presentation editstandaloneautomatic

展示模式的区别:

  • edit:适合校对、改写和重新格式化,结果优先显示为修改对比。
  • standalone:适合翻译、摘要、解释和生成内容,结果作为独立 Markdown 显示。
  • automatic:由模型决定;没有 metadata 的现有 Skill 默认使用此模式。

metadata 必须位于一对 --- 之间。字段名不区分大小写;未知字段会被忽略。未闭合的 metadata 会被报告为不完整。

同步后的 Skill 可以用于:

  • Assistant 输入框中的 Skill 选择器。
  • Apple Notes 选区旁的 Inline Toolbar。
  • 其他应用中的 Actions,默认快捷键为 ⌥⌘P
  • Notomo 的 PopClip 扩展。

跨应用 Actions 在写回前会再次确认原应用和选区仍然匹配。如果不能安全地 Replace 或 Insert Below,Notomo 会把结果复制到剪贴板,供你手动粘贴。

在 Skills 设置中可以禁用或固定单个 Skill。禁用后它不会出现在选择器中;固定后会排在列表前面。

Notomo 会保存同步快照,以便暂时无法读取 Apple Notes 时仍能显示 Actions。Clear Synced Skills Cache 只删除这个快照,不会删除 Apple Notes 中的任何笔记。