apple-notes

Manage Apple Notes via the memo CLI to create, search, edit, and export notes.

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/Yogi-076/Vajrascan.on --skill apple-notes-yogi-076
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: apple-notes
Source: https://github.com/Yogi-076/Vajrascan.on/tree/main/moltbot/skills/apple-notes
Command: npx skills add https://github.com/Yogi-076/Vajrascan.on --skill apple-notes-yogi-076

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provide a simple, scriptable way to manage Apple Notes without opening the Notes app, removing repetitive GUI interactions and enabling automation for note creation, searching, organization, and export.

Core Features & Use Cases

  • Create and quick-add notes: Add new notes interactively or with a title for rapid capture.
  • Browse and search: List all notes, filter by folder, and perform fuzzy searches across content.
  • Edit, move, and delete: Interactively edit notes, move them between folders, and remove unwanted notes.
  • Export for sharing or processing: Export notes to HTML or Markdown for archival, reporting, or further processing.
  • Use Case: Automate meeting note capture and periodically export a project folder to Markdown for documentation.

Quick Start

Use the apple-notes skill to create a new note titled Project Ideas in the Notes app using the memo CLI.

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, this Skill uses the memo CLI to create, view, edit, delete, search, move, and export notes without opening the GUI.

Can I export Apple Notes to Markdown or HTML?

Yes, you can export Apple Notes to Markdown or HTML for archival, reporting, or further processing using the memo CLI automation commands.

Do I need to grant Automation permissions to use the memo CLI with macOS Notes?

Yes, using the memo CLI requires macOS with Notes.app access and explicitly granted Automation permissions to execute scripted note operations.

What is the best way to automate bulk note creation and folder organization in macOS?

Automating bulk note creation and folder organization in macOS is best achieved by running scriptable CLI commands to add notes, filter by folders, and move them automatically.

How does fuzzy search across Apple Notes content work in scripts?

Fuzzy searching Apple Notes content in scripts works by invoking the memo CLI to list notes and filter results based on text queries, bypassing manual GUI interaction.

Why does the macOS Notes automation CLI require Notes.app to be installed?

The macOS Notes automation CLI requires Notes.app installed because the memo CLI interfaces directly with the application's data structure to access and manipulate folders.