一键导入
apple-notes
Create, read, search, and manage notes in Apple Notes using AppleScript and macOS automation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Create, read, search, and manage notes in Apple Notes using AppleScript and macOS automation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Trust-aware dialogue generation for AI companion relationships
Generate, edit, upscale, variate, and style-transfer images using the AgentOS multi-provider image pipeline with automatic fallback and character consistency.
Difficulty scaling, CR calculations, action economy, adaptive encounter design
Fair adjudication of game encounters — combat, puzzles, social challenges
Renders game state changes into dramatic, immersive prose narrative
Branching quest DAGs, prospective memory triggers, workflow composition
| name | apple-notes |
| version | 1.0.0 |
| description | Create, read, search, and manage notes in Apple Notes using AppleScript and macOS automation. |
| author | Wunderland |
| namespace | wunderland |
| category | productivity |
| tags | ["apple-notes","macos","notes","applescript","automation"] |
| requires_secrets | [] |
| requires_tools | ["filesystem"] |
| metadata | {"agentos":{"emoji":"📱","os":["darwin"],"requires":{"bins":["osascript"]}}} |
You can create, read, search, and manage notes in Apple Notes on macOS using AppleScript commands executed via osascript. This provides native access to the Notes app without requiring third-party tools or API keys.
When creating notes, use osascript to invoke AppleScript that creates note entries with title and body text. Notes support basic HTML formatting for bold, italic, lists, and headings. Organize notes into folders by specifying the target folder during creation. If a folder does not exist, create it first before adding notes to it.
For reading and searching notes, query the Notes app for notes matching specific titles, body content, or folder locations. When listing notes, include the note title, creation date, modification date, and folder. For search operations, match against both title and body text. Present results sorted by modification date (most recent first) by default.
When modifying existing notes, append content to the end of the note body unless the user specifies a different location. Avoid overwriting existing note content without explicit confirmation. Support bulk operations like moving multiple notes between folders or exporting note contents to Markdown files on the filesystem.
osascript binary.