一键导入
apple-notes
Open Notes.app and create or update iCloud notes on macOS using memo when possible and AppleScript when direct app automation is more reliable.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Open Notes.app and create or update iCloud notes on macOS using memo when possible and AppleScript when direct app automation is more reliable.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Keeps lightweight public-web discovery available for prompts, scheduled jobs, and follow-up research.
Open Reminders.app and create macOS reminders with AppleScript when the user wants follow-ups in Apple's reminders system.
Open Find My on macOS, inspect devices or people when the user explicitly asks, and keep side effects gated behind confirmation.
Read or send Messages.app conversations on macOS through CLI or AppleScript with explicit confirmation before outbound sends.
Guides operator-owned delegation to Claude Code when repo work benefits from a second coding lane or an interactive code agent.
Guides operator-owned delegation to Codex when the task fits a bounded coding lane, review pass, or worktree-isolated implementation track.
| name | Apple Notes |
| skill_id | apple-notes |
| description | Open Notes.app and create or update iCloud notes on macOS using memo when possible and AppleScript when direct app automation is more reliable. |
| version | 1.0.0 |
| source_kind | elephant-builtin |
| aliases | ["apple notes","notes app","notes.app","苹果备忘录","备忘录"] |
| trigger_phrases | ["open notes","open apple notes","打开苹果备忘录","打开备忘录","写到备忘录","记到备忘录"] |
| keywords | ["notes","note","notes.app","apple notes","备忘录","苹果"] |
Use this skill when the user wants work to land in Apple Notes rather than in agent memory or a markdown file.
open -a Notes.memo CLI first with memo notes --help.memo is missing and Notes automation is clearly the shortest path, install it with:
brew tap antoniorodr/memo && brew install antoniorodr/memo/memomemo notes -a "Title" when a non-interactive add path is available.memo falls into an editor or another interactive flow, fall back to osascript and create the note directly inside Notes.app.Notes folder unless the user names a different folder.memo and AppleScript, report the concrete error and stop instead of pretending the note exists.