一键导入
apple-productivity
Apple productivity tools: Notes (memo CLI) and Reminders (remindctl CLI) for macOS.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Apple productivity tools: Notes (memo CLI) and Reminders (remindctl CLI) for macOS.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
macOS-specific automation: iMessage/SMS messaging and desktop control (screenshots, clicks, keyboard input).
Messaging platform integrations: email (IMAP/SMTP via Himalaya), X/Twitter (xurl CLI), and Yuanbao groups (@mentions, DMs).
Control creative software programmatically: ComfyUI (AI image/video generation via REST/WebSocket API) and TouchDesigner (real-time visual programming via MCP).
Systematic engineering disciplines: debugging (root cause investigation), TDD (test-first development), and exploratory QA (web app testing).
Creative coding: p5.js sketches, Manim animations, Pretext text layouts.
Create, read, edit .pptx decks, slides, notes, templates.
| name | apple-productivity |
| description | Apple productivity tools: Notes (memo CLI) and Reminders (remindctl CLI) for macOS. |
| version | 1.0.0 |
| author | Hermes Agent |
| license | MIT |
| platforms | ["macos"] |
| metadata | {"hermes":{"tags":["Apple","macOS","Notes","Reminders","productivity","memo","remindctl"]}} |
Unified skill for Apple Notes and Reminders management via CLI tools on macOS.
Manage Apple Notes via the memo CLI. Notes sync across all Apple devices via iCloud.
Install: brew tap antoniorodr/memo && brew install antoniorodr/memo/memo
Quick Reference:
| Action | Command |
|---|---|
| List all | memo notes |
| Filter by folder | memo notes -f "Folder Name" |
| Search | memo notes -s "query" |
| Create | memo notes -a "Title" or memo notes -a (interactive) |
| Edit | memo notes -e (interactive selection) |
| Delete | memo notes -d (interactive selection) |
| Move to folder | memo notes -m (interactive) |
| Export | memo notes -ex (HTML/Markdown) |
Limitations: Cannot edit notes with images/attachments. Interactive prompts require terminal (use pty=true if needed).
Manage Apple Reminders via the remindctl CLI. Tasks sync across all Apple devices via iCloud.
Install: brew install steipete/tap/remindctl
Quick Reference:
| Action | Command |
|---|---|
| Today's reminders | remindctl or remindctl today |
| All reminders | remindctl all |
| Overdue | remindctl overdue |
| This week | remindctl week |
| Specific date | remindctl 2026-01-04 |
| List all lists | remindctl list |
| Create reminder | remindctl add "Buy milk" |
| With due date | remindctl add --title "Call mom" --list Personal --due tomorrow |
| With early alarm | remindctl add --title "Meeting" --due "2026-02-15 14:00" --alarm "2026-02-15 13:30" |
| Complete | remindctl complete 1 2 3 |
| Delete | remindctl delete ID --force |
| JSON output | remindctl today --json |
Date formats: today, tomorrow, YYYY-MM-DD, YYYY-MM-DD HH:mm, ISO 8601.
Key distinction: --due sets the reminder's due date/time; --alarm sets the notification trigger. They are different fields.
memory tool for agent-internal notes that don't need to syncobsidian skill for Markdown-native knowledge management--json for programmatic parsing of reminders