apple-notes

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

Updated Aug 22, 2026
One-click install
npx skills add https://github.com/vivekgoquest/hermes-agent-stable --skill apple-notes-vivekgoquest
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: apple-notes
Source: https://github.com/vivekgoquest/hermes-agent-stable/tree/main/skills/apple/apple-notes
Command: npx skills add https://github.com/vivekgoquest/hermes-agent-stable --skill apple-notes-vivekgoquest

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: Create, view, search (fuzzy), edit, delete, and move notes between folders using the memo CLI. - Export: Export notes to HTML or Markdown for backup or migration. - Use Case: You capture a meeting summary in the terminal and want it on your iPhone. Run memo to create the note in a specific folder, and it syncs to all your Apple devices via iCloud. ## Quick Start Use the apple-notes skill to create a new note in my Work folder with the meeting summary we just discussed.

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 to open your $EDITOR and compose a note. Use memo notes -a -f "Folder Name" to place the note in a specific folder.

How to search Apple Notes from the terminal?▼

Run memo notes -s "query" to perform a fuzzy search across 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. You also need to grant Automation access to Notes.app in System Settings under Privacy and Security.

Can I edit Apple Notes containing images or attachments?▼

No, the memo CLI cannot edit notes that contain images or attachments. It works with text-based notes only, and interactive prompts may require terminal access with pty enabled.

When should I use Apple Notes instead of Obsidian?▼

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