بنقرة واحدة
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