LaunchKit · 2026
Back to Skills

apple-notes

Manage Apple Notes via the `memo` CLI on macOS.

41
20.8k downloads
by @steipete

Setup & Installation

openclaw skills install @steipete/apple-notes

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install apple-notes

What This Skill Does

Manages Apple Notes from the terminal using the `memo` CLI. Supports creating, viewing, editing, deleting, searching, moving, and exporting notes to HTML or Markdown. macOS only.

Lets you read and write Apple Notes without leaving the terminal, avoiding the context switch to the GUI app.

When to use it

  • Adding a quick note from the terminal without switching to the Notes app
  • Fuzzy searching across all Apple Notes by keyword
  • Exporting a note to Markdown for use in another document
  • Moving a note to a different folder to stay organized
  • Listing all notes in a specific folder

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Search my notes for 'project deadline'

AGENT
  1. 1Runs `memo notes -s 'project deadline'` to fuzzy search Apple Notes
  2. 2Retrieves matching notes from Notes.app
  3. 3Returns the list of matched note titles to the user
OUTPUT

A list of notes matching 'project deadline' is displayed

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

memo CLI installed via Homebrew: `brew tap antoniorodr/memo && brew install antoniorodr/memo/memo`