원클릭으로
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.