apple-notes

Manage macOS Notes app folders and notes via AppleScript commands.

34|5|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/linanwx/nagobot --skill apple-notes-linanwx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: apple-notes
Source: https://github.com/linanwx/nagobot/tree/main/cmd/templates/skills/apple-notes
Command: npx skills add https://github.com/linanwx/nagobot --skill apple-notes-linanwx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Managing notes on macOS efficiently requires switching apps or manual copy-paste; this skill enables controlling the Notes app programmatically via AppleScript, reducing time and effort.

Core Features & Use Cases

  • List All Folders: enumerate folders and counts.
  • Read / Create / Search Notes: read notes by name, create new notes with a title and body, search by keyword across folders.
  • Use Case: quickly assemble a daily summary by listing recent notes and appending notes from prompts.

Quick Start

Ask the assistant to list all notes in the default folder, read a note by name, or create a new note using AppleScript.

Frequently Asked Questions about apple-notes

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

FAQPage Schema
How do I automate Apple Notes management on macOS without manual copy-paste?

Automate Apple Notes management on macOS by controlling the Notes app programmatically through AppleScript, allowing you to list folders, read, create, and search notes directly without manual copy-paste.

Can I search for notes across all folders in macOS Notes using AppleScript?

Yes, you can search for notes across all folders in macOS Notes using AppleScript. The automation executes deterministic osascript commands to search by keyword across folders and returns plain-text results for quick retrieval.

What's the best way to list all folders and note counts in the macOS Notes app?

The best way to list all folders and note counts in the macOS Notes app is by running AppleScript commands that enumerate folders and return plain-text results for AI consumption and productivity workflows.

Do I need any extra dependencies to create and read notes in Apple Notes via osascript?

No extra dependencies are required to create and read notes in Apple Notes via osascript. The skill relies solely on native macOS AppleScript commands to interact directly with the Notes app for straightforward note creation.

Why does my AppleScript command return a plain-text result when reading notes by name?

Your AppleScript command returns a plain-text result when reading notes by name because the automation is designed to handle deterministic commands and output plain-text data specifically for AI consumption.

Are there limitations when using AppleScript for note management on macOS?

Limitations when using AppleScript for note management on macOS include its reliance on straightforward, deterministic commands. It handles basic fail cases but may not support complex formatting or advanced nested folder structures.