apple-notes

Manage Apple Notes notes and folders using the memo CLI tool.

601|121|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/smallnest/goclaw --skill apple-notes-smallnest
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: apple-notes
Source: https://github.com/smallnest/goclaw/tree/main/internal/builtin_skills/apple-notes
Command: npx skills add https://github.com/smallnest/goclaw --skill apple-notes-smallnest

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the management of Apple Notes directly from the command line, eliminating the need to switch to the Notes application for common tasks.

Core Features & Use Cases

  • Create, View, Edit, Delete: Perform all fundamental note management operations.
  • Search and Filter: Quickly find notes using fuzzy search or by filtering through folders.
  • Move and Export: Organize notes into different folders and export them to HTML or Markdown formats.
  • Use Case: When a user asks to "add a note about our meeting yesterday" or "list all notes related to project X," this skill can be invoked to fulfill the request efficiently.

Quick Start

Use the apple-notes skill to list all your 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 command line on macOS?

You can manage Apple Notes from the command line using the `memo` CLI tool to create, view, edit, delete, and search notes without opening the Notes application. It requires macOS and the `memo` binary installed in your system's PATH.

Can I export Apple Notes to Markdown or HTML using a CLI tool?

Yes, you can export Apple Notes to Markdown or HTML formats directly via the command line. This functionality is supported through the `memo` CLI tool on macOS, allowing you to easily convert and save your notes locally.

What is the best way to search and filter Apple Notes without opening the app?

The best way to search Apple Notes without the GUI is using the `memo` CLI tool, which supports fuzzy search and folder filtering. This allows you to quickly find specific notes directly from the macOS terminal.

Do I need to install any dependencies to use the command line for Apple Notes?

Yes, you need the `memo` binary installed and accessible in your system's PATH to manage Apple Notes via CLI. This tool acts as the bridge between your terminal commands and the macOS Notes application.

How do I move notes between folders in Apple Notes via terminal?

You can move notes between folders in Apple Notes by executing move commands through the `memo` CLI tool. This allows you to organize your notes hierarchically directly from the macOS terminal environment.

Are there limitations to managing Apple Notes through a CLI compared to the native app?

Managing Apple Notes via CLI using `memo` covers creating, viewing, editing, deleting, searching, moving, and exporting notes. Complex formatting or attaching rich media might still require the native macOS Notes application.