apple-notes

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

1|Updated Jun 9, 2026
One-click install
npx skills add https://github.com/JEROME-PRAKASH-L/openclaw --skill apple-notes-jerome-prakash-l
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: apple-notes
Source: https://github.com/JEROME-PRAKASH-L/openclaw/tree/main/skills/apple-notes
Command: npx skills add https://github.com/JEROME-PRAKASH-L/openclaw --skill apple-notes-jerome-prakash-l

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Managing Apple Notes normally requires opening the Notes app and clicking through its interface. This Skill lets you create, view, edit, delete, search, move, and export notes directly from the terminal using the memo CLI, enabling scripted and conversational note management on macOS. ## Core Features & Use Cases - Full note lifecycle management: Create notes interactively or with a quick title, edit and delete existing notes, and move notes between folders. - Search and filtering: List all notes, filter by folder, or run fuzzy searches across your note collection. - Export to HTML/Markdown: Export selected notes to HTML or Markdown using Mistune for markdown processing. - Use Case: Ask your assistant to quickly capture a meeting takeaway as a new note titled "Q3 Planning", then later search all notes for "budget" and export the relevant one to Markdown for sharing. ## Quick Start Ask the assistant to create a new Apple Note titled "Shopping List" 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?

Run memo notes -a to open an interactive editor for composing a new note, or use memo notes -a "Note Title" for a quick add with a title. The memo CLI writes the note directly into Apple Notes on macOS.

How do I search Apple Notes from the terminal?

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

Can I export Apple Notes to Markdown or HTML?

Yes, run memo notes -ex to export a selected note to HTML or Markdown. The memo CLI uses Mistune for markdown processing during export.

Does the memo CLI work on Windows or Linux?

No, the memo CLI is macOS-only because it interacts directly with Apple Notes.app. It also requires granting Automation access to Notes.app in System Settings under Privacy & Security.

What are the limitations of editing Apple Notes via CLI?

The memo CLI cannot edit notes that contain images or attachments. Interactive prompts for selecting notes to edit, delete, or move may also require direct terminal access.