apple-notes

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

Updated Sep 20, 2026
One-click install
npx skills add https://github.com/GreenyZA/neo-light --skill apple-notes-greenyza
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: apple-notes
Source: https://github.com/GreenyZA/neo-light/tree/main/.hermes-home/skills/apple/apple-notes
Command: npx skills add https://github.com/GreenyZA/neo-light --skill apple-notes-greenyza

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Managing Apple Notes from the terminal is not natively supported, forcing users to switch to the GUI for simple note operations. This Skill lets you create, search, edit, move, delete, and export Apple Notes directly from the command line, with iCloud sync across all Apple devices. ## 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 via iCloud to iPhone, iPad, and Mac. - Export to Markdown/HTML: Export notes for use in documentation or publishing workflows. - Use Case: While working in the terminal, quickly save a code snippet or meeting summary to a specific Apple Notes folder so it appears on your phone before you leave your desk. ## Quick Start Use the apple-notes skill to create a new note in my Work folder with 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?▼

Use the memo CLI with the command memo notes -a, which opens your $EDITOR to compose the note. Add -f "Folder Name" to target a specific folder, and set your EDITOR environment variable first (e.g. export EDITOR=vim).

How to search Apple Notes from the terminal?▼

Run memo notes -s "query" to perform a fuzzy search across all your Apple 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 Linux or Windows?▼

No, the memo CLI is macOS only because it requires Apple Notes.app and macOS Automation permissions. Install it via brew tap antoniorodr/memo && brew install antoniorodr/memo/memo on a Mac.

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 use pty=true when running through an agent.

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. Use the obsidian skill instead for Markdown-native knowledge management and vault-based workflows.