apple-notes

Automate Apple Notes creation, editing, searching, and deletion via memo CLI.

Updated Jun 13, 2026
One-click install
npx skills add https://github.com/srivtx/supercharger-opencode --skill apple-notes-srivtx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: apple-notes
Source: https://github.com/srivtx/supercharger-opencode/tree/main/platform/apple-notes
Command: npx skills add https://github.com/srivtx/supercharger-opencode --skill apple-notes-srivtx

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill solves the challenge of managing Apple Notes through the terminal, enabling users to create, search, and edit notes without the need for the Apple Notes app.

Core Features & Use Cases

  • Terminal Management: Allows users to create, search, edit, and delete notes directly from the command line.
  • Cross-Device Sync: Notes are synced across all Apple devices using iCloud, ensuring that notes are always up to date.
  • Folder Organization: Users can organize notes into folders for better management and access.
  • Export Options: Notes can be exported to Markdown or HTML formats for further use or backup.

Quick Start

To list all notes, use the command: memo notes.

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

You can manage Apple Notes from the terminal by using the memo CLI to automate note creation, searching, editing, and deletion without opening the Apple Notes app.

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

Yes, terminal-managed notes sync across Apple devices via iCloud. The memo CLI interfaces with the Apple Notes app to ensure notes remain up to date on all connected devices.

How do I list all my Apple Notes using the command line?

To list all Apple Notes using the command line, execute the `memo notes` command. This queries your local Apple Notes database and outputs the notes directly in the terminal.

Can I export Apple Notes to Markdown or HTML from the command line?

Yes, you can export Apple Notes to Markdown or HTML formats. This functionality is built into the memo CLI, allowing you to generate backup files or format notes for further use.

Does the memo CLI support organizing Apple Notes into folders?

Yes, the memo CLI supports organizing Apple Notes into folders. This allows you to categorize and manage your notes directly from the command line for better access.

Do I need the memo CLI dependency to automate Apple Notes management?

Yes, you need the memo CLI dependency installed on macOS to automate Apple Notes management. It acts as the bridge between the terminal commands and the native Apple Notes application.