apple-notes

Execute memo CLI commands to manage Apple Notes on macOS.

Updated Apr 30, 2026
One-click install
npx skills add https://github.com/lxh755818-bot/obsidian-vault --skill apple-notes-lxh755818-bot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: apple-notes
Source: https://github.com/lxh755818-bot/obsidian-vault/tree/main/backup/skills/apple/apple-notes
Command: npx skills add https://github.com/lxh755818-bot/obsidian-vault --skill apple-notes-lxh755818-bot

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies the management of Apple Notes, allowing users to create, search, edit, and organize notes using terminal commands, streamlining the note-taking process.

Core Features & Use Cases

  • Note Management: Execute memo CLI commands to create, search, edit, and delete notes.
  • Cross-Device Sync: Sync notes across all Apple devices via iCloud.
  • Folder Organization: Organize notes into folders for better structure.
  • Markdown Export: Export notes to Markdown or HTML for archiving or sharing.
  • Use Case: Quickly add a note for a meeting agenda and search for it later with a specific query.

Quick Start

To create a new note titled 'Meeting Agenda', type: memo notes -a "Meeting Agenda"

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 macOS terminal?

You can manage Apple Notes from the macOS terminal by executing memo CLI commands to create, search, edit, and organize notes directly without opening the Notes.app interface.

Can I sync notes created via CLI across my Apple devices?

Yes, notes created via the memo CLI sync across all your Apple devices through iCloud, ensuring your terminal-generated notes are automatically available on your iPhone, iPad, and Mac.

What do I need to set up before using memo commands for note-taking?

Before using memo commands for note-taking, you need to install the memo CLI tool and ensure the Apple Notes.app is properly set up on your macOS system.

How do I export Apple Notes to Markdown or HTML?

To export Apple Notes to Markdown or HTML, use the memo CLI commands which facilitate exporting your notes for archiving or sharing outside the native Apple ecosystem.

How do I create a new note in Apple Notes using a CLI command?

To create a new note in Apple Notes using a CLI command, execute `memo notes -a "Note Title"` in your terminal, replacing "Note Title" with your desired note name.