원클릭으로
apple-notes
// Manage Apple Notes on macOS using the `memo` CLI. Use when users ask to create, list, search, edit, move, delete, or export Apple Notes. Triggers on mentions of notes, Apple Notes, memo, jot something down, or note-taking.
// Manage Apple Notes on macOS using the `memo` CLI. Use when users ask to create, list, search, edit, move, delete, or export Apple Notes. Triggers on mentions of notes, Apple Notes, memo, jot something down, or note-taking.
Query and manage Apple Calendar on macOS via `icalBuddy` (read) and AppleScript (`osascript`) for event creation. Use when users ask about upcoming events, scheduling, calendar lookups, adding calendar events, or checking what's on their agenda. Triggers on mentions of calendar, events, schedule, meetings, or appointments.
Manage Apple Reminders on macOS using `remindctl` (list, add, edit, complete, delete, and list management). Use when users ask to create reminders, check tasks, mark items done, manage to-do lists, or perform task-list operations in Apple Reminders. Triggers on mentions of reminders, to-do, tasks, remind me, or checklist.
Find reusable skills from the vercel-labs/skills registry by task keywords, evaluate fit, and suggest how to install or adapt them for MicroClaw. Use when users ask 'do we have a skill for X?', 'find skills for a given task', or want to discover existing skills instead of writing from scratch. Triggers on mentions of find skill, search skills, skill registry, or reuse skill.
Interact with GitHub using the `gh` CLI. Use when users ask about pull requests, issues, CI/CD status, workflow runs, repository information, or want to create, review, or merge PRs. Covers `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, pull requests, actions, checks, releases, and advanced queries. Triggers on mentions of GitHub, pull request, PR, issue, workflow, actions, checks, or merge.
Guide for creating effective skills with YAML frontmatter, structured SKILL.md content, and bundled resources. Use when users want to create a new skill, write a SKILL.md, update an existing skill, define trigger conditions, structure skill content sections, or package a skill for distribution. Triggers on mentions of create skill, new skill, skill file, skill template, write a skill, or SKILL.md.
Get current weather conditions and short forecasts using `wttr.in` (no API key required). Use when users ask for weather, temperature, forecast, or conditions for a city, region, or location. Triggers on mentions of weather, forecast, temperature, rain, sunny, or climate.
| name | apple-notes |
| description | Manage Apple Notes on macOS using the `memo` CLI. Use when users ask to create, list, search, edit, move, delete, or export Apple Notes. Triggers on mentions of notes, Apple Notes, memo, jot something down, or note-taking. |
| license | Proprietary. LICENSE.txt has complete terms |
| platforms | ["darwin"] |
| deps | ["memo"] |
Use this skill when users want to manage Apple Notes from chat.
memo installed:brew tap antoniorodr/memo
brew install antoniorodr/memo/memo
List notes:
memo notes
Search notes:
memo notes -s "project kickoff"
Filter by folder:
memo notes -f "Work"
Create a note (interactive):
memo notes -a
Create a note with title:
memo notes -a "Weekly Plan"
Edit note (interactive picker):
memo notes -e
Move note to another folder (interactive):
memo notes -m
Delete note (interactive):
memo notes -d
Export note:
memo notes -ex