apple-notes

Manage Apple Notes content from the terminal via the memo CLI.

1|Updated May 3, 2026
One-click install
npx skills add https://github.com/brikkoAI/brikko-studio --skill apple-notes-brikkoai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: apple-notes
Source: https://github.com/brikkoAI/brikko-studio/tree/main/packages/core/skills/apple-notes
Command: npx skills add https://github.com/brikkoAI/brikko-studio --skill apple-notes-brikkoai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Navigating the Apple Notes GUI to perform bulk or frequent note operations is time-consuming and inefficient, especially for users who prefer working in the terminal.

Core Features & Use Cases

  • Full Note CRUD Operations: Create, view, edit, and delete Apple Notes without opening the Notes app.
  • Organization & Search: Fuzzy search across all notes, move notes between folders, and export notes to HTML or Markdown for portability.
  • Use Case: If you have hundreds of meeting notes stored in different Apple Notes folders, you can use this skill to quickly search for all notes tagged with "client feedback" and export them to a single Markdown file for team review.

Quick Start

Use the apple-notes skill to search for all notes containing "Q4 marketing plan" and export the most recent result to Markdown.

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?

To manage Apple Notes from the terminal, you use the memo CLI tool to execute note operations programmatically. This allows you to create, edit, organize, and search notes without opening the Notes app GUI.

How do I export Apple Notes to Markdown or HTML in bulk?

Export Apple Notes to Markdown or HTML in bulk by executing terminal commands through the memo CLI tool. This automates batch note content extraction into portable formats without requiring manual GUI interaction.

Do I need Homebrew to use terminal commands for Apple Notes automation?

Yes, Homebrew is required to install the memo CLI tool for Apple Notes automation. You must also grant macOS Automation access to the Apple Notes.app application to execute programmatic note operations.

Can I fuzzy search across all Apple Notes folders from the command line?

Yes, you can fuzzy search across all Apple Notes folders from the command line using the memo CLI tool. This enables quick retrieval of specific notes across large libraries without manual GUI browsing.

What is the best way to reorganize Apple Notes folders without the GUI?

The best way to reorganize Apple Notes folders without the GUI is executing terminal commands via the memo CLI. You can programmatically move notes between folders and perform batch organization tasks directly from macOS.

Why should I use the terminal instead of the Apple Notes app for note management?

Using the terminal instead of the Apple Notes app is preferable for bulk or frequent note operations. The terminal approach eliminates time-consuming GUI navigation and enables efficient batch processing, fuzzy searching, and automated exporting.