skills/built-in/apple-notes/SKILL.md
Manage Apple Notes on macOS using the `memo` CLI. Use this when users ask to create, list, search, edit, move, or export Apple Notes.
npx skillsauth add saldapal/microclaw apple-notesInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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
development
Use this skill any time a spreadsheet file is the primary input or output. This means any task where the user wants to: open, read, edit, or fix an existing .xlsx, .xlsm, .csv, or .tsv file (e.g., adding columns, computing formulas, formatting, charting, cleaning messy data); create a new spreadsheet from scratch or from other data sources; or convert between tabular file formats. Trigger especially when the user references a spreadsheet file by name or path — even casually (like "the xlsx in my downloads") — and wants something done to it or produced from it. Also trigger for cleaning or restructuring messy tabular data files (malformed rows, misplaced headers, junk data) into proper spreadsheets. The deliverable must be a spreadsheet file. Do NOT trigger when the primary deliverable is a Word document, HTML report, standalone Python script, database pipeline, or Google Sheets API integration, even if tabular data is involved.
development
Get current weather and short forecasts quickly using `wttr.in` (no API key required). Use when users ask for weather by city/region.
tools
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
documentation
Use this skill any time a .pptx file is involved in any way — as input, output, or both. This includes: creating slide decks, pitch decks, or presentations; reading, parsing, or extracting text from any .pptx file (even if the extracted content will be used elsewhere, like in an email or summary); editing, modifying, or updating existing presentations; combining or splitting slide files; working with templates, layouts, speaker notes, or comments. Trigger whenever the user mentions "deck," "slides," "presentation," or references a .pptx filename, regardless of what they plan to do with the content afterward. If a .pptx file needs to be opened, created, or touched, use this skill.