Apple Notes
Manage Apple Notes via the `memo` CLI on macOS (create, view, edit, delete, search, move, and export notes). Use when a user asks OpenClaw to add a note, list notes, search notes, or manage note folders.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add apple-notes npx -- -y @trustedskills/apple-notes
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"apple-notes": {
"command": "npx",
"args": [
"-y",
"@trustedskills/apple-notes"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
OpenClaw is a personal AI assistant designed to operate locally on your devices, providing fast and always-on responsiveness. It integrates with various communication channels like WhatsApp, Telegram, Slack, Discord, and more. It can also speak and listen using macOS/iOS/Android and render a live Canvas controlled by the user.
When to use it
- Personal Productivity: Use OpenClaw for quick note-taking or reminders across your preferred messaging platforms.
- Hands-Free Communication: Leverage its voice capabilities on mobile devices for dictation or responding to messages while driving.
- Local Data Privacy: Benefit from having an AI assistant that processes data locally, enhancing privacy and security.
- Customizable Interface: Utilize the Canvas feature for a personalized interaction experience beyond standard text-based communication.
Key capabilities
- Integration with multiple messaging platforms (WhatsApp, Telegram, Slack, Discord, etc.)
- Voice input and output on macOS/iOS/Android devices
- Live Canvas rendering for interactive control
- Local data processing for enhanced privacy
- Onboarding wizard for easy setup (
openclaw onboard)
Example prompts
- "OpenClaw, remind me to call John tomorrow at 2 PM."
- "Hey OpenClaw, what's the latest news on AI?"
- “OpenClaw, create a note about my meeting with Sarah.”
Tips & gotchas
- The preferred setup method is running
openclaw onboardin your terminal to guide you through initial configuration. - While designed for local operation, performance may depend on device resources and network connectivity when accessing external data.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Installing this skill downloads the exact code at commit 7b5e64ef, not the current state of the repository. This prevents supply-chain attacks from unauthorized updates.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
Details
- Version
- v2026.3.2
- License
- MIT
- Author
- openclaw
- Installs
- 0
- Updated
- Mar 3, 2026
- Published
- Nov 24, 2025
🌐 Community
Passed automated security scans.
Install command fetches the verified snapshot, not the live repository.