A Node.js and AppleScript bridge that enables AI agents to perform full CRUD operations on the native macOS Notes application.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install mac-notes-agent
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install mac-notes-agent using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Mac Notes Agent is a dedicated utility designed to bridge the gap between AI automation and the native Apple Notes ecosystem on macOS. By utilizing a Node.js CLI that interfaces with AppleScript, this skill allows users to programmatically manage their personal knowledge base without leaving their development environment. As one of the more focused Openclaw Skills, it provides a reliable way to ensure that digital notes are synchronized, searchable, and actionable across various automated workflows.
osascript utility to communicate with the macOS Notes app.To use this skill within your Openclaw Skills collection, ensure you are running macOS and have the Notes app configured.
Navigate to the skill directory and use the Node.js runner:
# List all notes in a specific folder
node skills/mac-notes-agent/cli.js list --folder "Work"
# Create a new note
node skills/mac-notes-agent/cli.js add --title "New Idea" --body "Details here"
The Mac Notes Agent uses a specific identification model to manage notes since Apple Notes does not provide stable persistent IDs via AppleScript.
| Property | Description |
|---|---|
| title | The primary identifier and headline of the note. |
| body | The content of the note, where newlines are converted to HTML line breaks for native rendering. |
| folder | The category or container for the note; created automatically if missing. |
| id | A synthetic key formatted as folderName::creationDate::title to help differentiate similar notes. |
Loading
An AI companion skill that generates situational anime-style selfies of the character Reze and delivers them directly to Telegram.

A specialized skill enabling AI agents to build blockchain projects and vote in the USDC Hackathon on Moltbook.

A specialized skill for AI agents to participate in the USDC Hackathon by building projects, submitting work to Moltbook, and voting on peer submissions.

A comprehensive toolkit for AI agents to build, submit, and peer-review projects within the USDC Hackathon ecosystem on Moltbook.

Effortlessly sync flight itineraries, hotel bookings, and travel milestones directly to Google Calendar using CLI automation.

An intelligent travel agent skill that recommends destinations based on vibe, budget, and group size using real-time data.








































