apple-notes

Manage Apple Notes via the memo CLI with iCloud sync and Markdown/HTML export.

Updated May 8, 2026
One-click install
npx skills add https://github.com/superfhp/lumi-agent --skill apple-notes-superfhp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: apple-notes
Source: https://github.com/superfhp/lumi-agent/tree/main/skills/apple/apple-notes
Command: npx skills add https://github.com/superfhp/lumi-agent --skill apple-notes-superfhp

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires memo, and includes scripts (resource) components.

What problem does it solve?

This Skill solves the problem of managing Apple Notes manually on a device, offering a terminal-based interface to create, search, edit, and organize notes, making the process faster and more convenient.

Core Features & Use Cases

  • Create and Edit Notes: Interact with Apple Notes directly through a terminal interface, simplifying the process of note creation and editing.
  • Search and Organize Notes: Perform quick searches and organize notes into folders for easy access.
  • Cross-Device Sync: Notes are synced across all Apple devices via iCloud, ensuring consistency and accessibility.
  • Export Notes: Convert notes to Markdown/HTML for sharing or archiving.
  • Use Case: A user needing to quickly create a note for a meeting on their laptop, sync it with their phone, and later export it as an HTML document to share.

Quick Start

Create a new note in the 'Meetings' folder and sync it with all your devices by typing memo notes -a "Meeting Notes" -f Meetings and then save it.

Frequently Asked Questions about apple-notes

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

FAQPage Schema
How do I manage Apple Notes from the terminal?

You can manage Apple Notes from the terminal by using the memo CLI to create, edit, search, and organize notes directly. This interface speeds up note-taking without opening the GUI.

Do I need to install any dependencies to use this Apple Notes terminal interface?

Yes, you need the memo CLI installed and the macOS Notes.app to use this terminal interface. These components bridge terminal commands to your local Apple Notes database.

Can I sync terminal-created notes across my Apple devices via iCloud?

Yes, notes created or edited via the terminal sync across all your Apple devices through iCloud. This ensures your notes remain consistently accessible on your phone, tablet, and laptop.

What is the best way to export Apple Notes to Markdown or HTML?

The best way to export Apple Notes to Markdown or HTML is using the memo CLI. This feature converts your notes for easy sharing or archiving outside the Apple ecosystem.

How do I create a new note in a specific folder from the command line?

To create a note in a specific folder from the command line, use the memo CLI command with the note title and folder arguments. This organizes notes immediately upon creation.