一键导入
apple-notes
Manage Apple Notes on macOS using the `memo` CLI. Use this when users ask to create, list, search, edit, move, or export Apple Notes.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Manage Apple Notes on macOS using the `memo` CLI. Use this when users ask to create, list, search, edit, move, or export Apple Notes.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Create custom skills for Sandy - reusable workflows, templates, and procedures. Use when you want to create a new skill for ADHD management, productivity, research, coding, or any repetitive task. Skills are stored in soul/data/skills/custom/ and can be activated on demand.
Daily self-review system for Sandy that analyzes her impact on the user's ADHD management and life improvement. Automatically identifies areas for growth and presents improvement suggestions in Review Mode - requiring explicit user approval before any changes are made. No autonomous modifications allowed.
Manage documents and files in /mnt/storage. Use this skill when users want to create, read, update, list, or organize files including notes, reports, code (HTML, CSS, JS, Python), lists, and any text-based documents. Supports Markdown, Text, HTML, CSS, JavaScript, JSON, and Python files with subfolder organization.
Query and manage Apple Calendar on macOS via `icalBuddy` (read) and AppleScript (`osascript`) for event creation. Use when users ask about upcoming events or adding calendar events.
Manage Apple Reminders on macOS using `remindctl` (list, add, edit, complete, delete, and list management). Use when users ask for reminders or task-list operations in Apple Reminders.
Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). Triggers include: any mention of "Word doc", "word document", ".docx", or requests to produce professional documents with formatting like tables of contents, headings, page numbers, or letterheads. Also use when extracting or reorganizing content from .docx files, inserting or replacing images in documents, performing find-and-replace in Word files, working with tracked changes or comments, or converting content into a polished Word document. If the user asks for a "report", "memo", "letter", "template", or similar deliverable as a Word or .docx file, use this skill. Do NOT use for PDFs, spreadsheets, Google Docs, or general coding tasks unrelated to document generation.
| name | apple-notes |
| description | Manage Apple Notes on macOS using the `memo` CLI. Use this when users ask to create, list, search, edit, move, or export Apple Notes. |
| license | Proprietary. LICENSE.txt has complete terms |
| compatibility | {"os":["darwin"]} |
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