notes

Search, read, create, and delete Apple Notes via the notes CLI.

Updated Jan 3, 2026
One-click install
npx skills add https://github.com/cardmagic/ai-marketplace --skill notes-cardmagic
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: notes
Source: https://github.com/cardmagic/ai-marketplace/tree/main/plugins/notes/skills/notes
Command: npx skills add https://github.com/cardmagic/ai-marketplace --skill notes-cardmagic

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Apple Notes can be hard to locate, organize, and manage across folders. This skill provides fast search, read, create, and delete capabilities using the Apple Notes CLI to streamline note management.

Core Features & Use Cases

  • Search notes with fuzzy matching across folders
  • Read, create, and delete notes
  • List and navigate folders
  • Use case: quickly locate a meeting note by keyword and open or edit it

Quick Start

Use the notes skill to search for "Meeting agenda" in Apple Notes.

Frequently Asked Questions about notes

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search Apple Notes by keyword across folders?

To search Apple Notes, this skill performs fuzzy matching across all folders. It locates notes by keyword, allowing you to quickly find specific entries without navigating the graphical interface.

How do I create and delete Apple Notes from the command line?

You can create and delete Apple Notes using the notes CLI commands. This skill executes notes create to add a note with a title and body, and notes delete to remove entries across your folders.

Do I need to install the notes CLI to manage Apple Notes?

Yes, you must install the notes CLI globally before managing Apple Notes. This skill requires running pnpm add -g @cardmagic/notes to provide the necessary command line interface for search and read operations.

Can I read a specific Apple Note by its ID?

Yes, you can read a specific Apple Note by its ID. This skill uses the notes read command to retrieve the full content of a targeted note directly from the command line interface.

What is the best way to list and navigate Apple Notes folders?

The best way to list and navigate Apple Notes folders is using folder-aware queries. This skill lists available directories to help you organize and locate notes stored in different hierarchical locations.