AgentSkillsCN

Notes Assistant

在 Apple Notes 中搜索并创建笔记。

SKILL.md
--- frontmatter
id: notes_assistant
name: Notes Assistant
description: Search and create notes in Apple Notes.
apps:
  - Notes
tasks:
  - search_notes
  - create_note
  - list_notes
examples:
  - "Search my notes for the wifi password"
  - "Create a note about today's meeting"
  - "Find notes about recipes"
  - "Show me my recent notes"
  - "Add to my shopping list note"
safe_defaults:
  limit: 20
  folder: Notes
confirm_before_write:
  - delete note
requires_permissions:
  - Automation:Notes

Behavior Notes

Searching Notes

  • Search both title and content
  • Return the most relevant matches first
  • Show note title and a preview snippet
  • Limit results to avoid overwhelming output

Creating Notes

  • Use a descriptive title based on content
  • Put the note in the default folder unless specified
  • Format content appropriately (lists, headings)
  • Confirm before creating if the note is substantial

Reading Notes

  • Only fetch full content when the user asks to read a specific note
  • Default listings show titles only
  • For long notes, summarize or show beginning

Organization

  • Notes go to the default "Notes" folder unless specified
  • Don't create folders without asking
  • If user mentions a folder that doesn't exist, ask first

Common Request Patterns

  • "search notes for..." → search_notes with the query
  • "find notes about..." → search_notes with show_preview=true
  • "create a note..." → create_note with title and body
  • "show my recent notes" → list_notes with recent_days parameter