apple-notes

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

Updated Jul 7, 2026
One-click install
npx skills add https://github.com/jamsdoescode/Erik-s-Portfolio --skill apple-notes-jamsdoescode
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: apple-notes
Source: https://github.com/jamsdoescode/Erik-s-Portfolio/tree/main/openclicky/AppResources/OpenClicky/OpenClickyBundledSkills/apple-notes
Command: npx skills add https://github.com/jamsdoescode/Erik-s-Portfolio --skill apple-notes-jamsdoescode

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Managing Apple Notes normally requires opening the Notes.app GUI, which breaks terminal-based and agent-driven workflows. This Skill lets you create, search, edit, move, delete, and export notes directly from the command line, with changes syncing across all Apple devices via iCloud. ## Core Features & Use Cases - Note Management via memo CLI: List, search (fuzzy), create, edit, delete, and move notes between folders using simple terminal commands. - Cross-Device Sync: Notes saved through the CLI sync automatically to iPhone, iPad, and Mac through iCloud. - Export to Markdown/HTML: Export notes for use in documentation or publishing workflows. - Use Case: You are working in a terminal session and want to save a meeting summary to Apple Notes so it appears on your phone. Run a single memo command to create the note without leaving your workflow. ## Quick Start Ask the assistant to create a new Apple Note titled "Meeting Summary" containing your text using the memo CLI.

Frequently Asked Questions about apple-notes

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

FAQPage Schema
How do I create an Apple Note from the command line?

Install the memo CLI via Homebrew, then run memo notes -a "Note Title" to create a note with a title, or memo notes -a to open an interactive editor. The note syncs to your Apple devices through iCloud.

How do I search Apple Notes from the terminal?

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

Can I use the memo CLI on Windows or Linux?

No, the memo CLI is macOS only because it controls Apple Notes.app, which exists only on macOS. You also need to grant Automation access to Notes.app in System Settings under Privacy and Security.

What are the limitations of editing Apple Notes via CLI?

The memo CLI cannot edit notes containing images or attachments. Interactive prompts for editing, deleting, or moving notes require terminal access, so a pseudo-terminal may be needed in automated environments.

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

Use Apple Notes when you want automatic cross-device sync to iPhone and iPad through iCloud with zero setup. Use Obsidian when you need Markdown-native files, local vault control, and plugin-based knowledge management.