apple-notes

Manage Apple Notes notes via the memo CLI on macOS.

327|85|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/letta-ai/lettabot --skill apple-notes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: apple-notes
Source: https://github.com/letta-ai/lettabot/tree/main/.skills/apple-notes
Command: npx skills add https://github.com/letta-ai/lettabot --skill apple-notes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manage Apple Notes via the memo CLI on macOS from the terminal, enabling quick note creation, retrieval, and organization without UI switching.

Core Features & Use Cases

  • Note management: create, view, edit, delete, search, move, and export notes in Apple Notes using the memo CLI.
  • Automation-ready: integrate note operations into scripts and Letta-based workflows for streamlined task management.
  • Use Case: When asked by a user to add a note or list notes, quickly perform the action via the terminal and surface results.

Quick Start

Install memo on macOS via Homebrew: brew tap antoniorodr/memo && brew install memo

  • Create a note: memo notes -a
  • List notes: memo notes
  • Export a note: memo notes -ex -n "Note Title"

Frequently Asked Questions about apple-notes

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

FAQPage Schema
How do I control Apple Notes from the terminal on macOS?

You can control Apple Notes from the terminal on macOS by using the memo CLI to automate note creation, viewing, editing, deletion, searching, moving, and exporting directly within automated workflows or assistant prompts.

What do I need to install to manage Apple Notes via command-line?

To manage Apple Notes via command-line, you need to install the memo tool on macOS using Homebrew with the command 'brew tap antoniorodr/memo && brew install memo' and grant system automation permissions for Apple Notes access.

Can I create and list Apple Notes without switching to the GUI?

Yes, you can create and list Apple Notes without switching to the GUI by executing terminal commands such as 'memo notes -a' to create notes and 'memo notes' to list them, enabling quick note retrieval and organization.

How do I export Apple Notes using command-line tools?

To export Apple Notes using command-line tools, run the 'memo notes -ex -n "Note Title"' command, which extracts and saves the specified note content directly from the terminal without requiring the Apple Notes application interface.

Does automating Apple Notes management via the terminal require macOS system permissions?

Yes, automating Apple Notes management via the terminal requires macOS system automation permissions to allow the memo CLI tool to access and modify notes stored in the Notes.app application.

What is the best way to integrate Apple Notes operations into automated workflows?

The best way to integrate Apple Notes operations into automated workflows is by using the memo CLI within scripts or Letta-based workflows to programmatically trigger note creation, retrieval, and organization without manual UI switching.