One-click install
npx skills add https://github.com/Solizardking/Solana-Robotics-Kit --skill apple-notes-solizardking
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: apple-notes
Source: https://github.com/Solizardking/Solana-Robotics-Kit/tree/main/eliza/packages/skills/skills/apple-notes
Command: npx skills add https://github.com/Solizardking/Solana-Robotics-Kit --skill apple-notes-solizardking

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Managing Apple Notes from the terminal is not natively supported on macOS, forcing users to switch to the Notes app for simple tasks like creating, searching, or organizing notes. ## Core Features & Use Cases - Note Management: Create, view, edit, delete, and move notes between folders using the memo CLI. - Search & Export: Fuzzy-search notes by keyword and export notes to HTML or Markdown formats. - Use Case: Ask your assistant to add a quick meeting note, search all notes mentioning a project name, or export a note to Markdown for documentation. ## Quick Start Ask Otto to add a new note titled "Meeting Ideas" to Apple Notes.

Frequently Asked Questions about apple-notes

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

FAQPage Schema
How do I create an Apple Note from the terminal?

Use the memo CLI with `memo notes -a` to open an interactive editor, or `memo notes -a "Title"` to quick-add a note with a title. The memo tool must be installed via Homebrew first.

How to search Apple Notes from the command line?

Run `memo notes -s "query"` to perform a fuzzy search across your Apple Notes. You can also filter notes by folder using `memo notes -f "Folder Name"`.

Does the memo CLI work on Linux or Windows?

No, memo is macOS-only because it interacts directly with the Apple Notes.app. It also requires Automation permission granted in System Settings under Privacy & Security.

Can I export Apple Notes to Markdown?

Yes, run `memo notes -ex` to export a selected note to HTML or Markdown. The tool uses Mistune for Markdown processing during export.

What are the limitations of editing Apple Notes via CLI?

The memo CLI cannot edit notes containing images or attachments. Interactive prompts for editing, deleting, or moving notes also require terminal access.