apple-notes

Create, search, edit, and export Apple Notes via the memo CLI on macOS.

5|2|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/AjayRajan05/VoiceOS --skill apple-notes-ajayrajan05
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: apple-notes
Source: https://github.com/AjayRajan05/VoiceOS/tree/main/skills/bundled/community/apple/apple-notes
Command: npx skills add https://github.com/AjayRajan05/VoiceOS --skill apple-notes-ajayrajan05

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Managing Apple Notes from the terminal or an AI assistant normally requires manual interaction with the Notes.app GUI. This Skill lets you create, search, edit, move, and export notes programmatically using the memo CLI, with changes syncing across all Apple devices via iCloud. ## Core Features & Use Cases - Note Management: Create, view, search, edit, delete, and move notes between folders using simple memo commands. - Cross-Device Sync: Notes saved through memo sync automatically to iPhone, iPad, and Mac via iCloud. - Export: Export notes to HTML or Markdown for backup or publishing. - Use Case: You research a topic with an AI agent and want the summary saved where you can read it on your phone. Ask the assistant to save it to Apple Notes, and it appears on all your devices. ## Quick Start Ask the assistant to create an Apple Note titled "Meeting Summary" containing the key points from your current conversation.

Frequently Asked Questions about apple-notes

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create Apple Notes from the command line?▼

Install the memo CLI with brew tap antoniorodr/memo and brew install antoniorodr/memo/memo, then run memo notes -a "Note Title" to create a note. Use memo notes -a without a title for an interactive editor.

How do I search Apple Notes in the terminal?▼

Run memo notes -s "query" to perform a fuzzy search across your notes. You can also list all notes with memo notes or filter by folder using memo notes -f "Folder Name".

Does the memo CLI work on Windows or Linux?▼

No, memo is macOS only because it automates Apple Notes.app, which exists only on macOS. It also requires granting Automation access to Notes.app in System Settings under Privacy and Security.

Can memo edit notes that contain images or attachments?▼

No, memo cannot edit notes containing images or attachments. This is a documented limitation, so notes with rich media should be edited directly in the Notes.app interface.

When should I use Apple Notes instead of Obsidian for note-taking?▼

Use Apple Notes when you want automatic cross-device sync via iCloud to iPhone, iPad, and Mac with zero setup. Use the obsidian skill instead when you need Markdown-native files and local knowledge management in a vault.