Agent skill
apple-productivity
Access macOS productivity apps (Calendar, Contacts, Mail, Messages, Reminders, Voice Memos). Use when user asks about calendar events, contacts, emails, iMessages, reminders, or voice transcription.
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/productivity/apple-productivity-g-shudy-claude-plugins
SKILL.md
Apple Productivity Apps
Access macOS native productivity apps via helper scripts in ~/bin/.
Quick Start
| You want to... | Run... |
|---|---|
| Today's calendar | calendar-events |
| Find a contact | contacts-search "name" |
| Recent messages | imessage-recent |
| Unread mail | mail-unread |
| Overdue reminders | reminders-list -o |
| Transcribe voice memo | voice-memos process |
All scripts support -j for JSON output.
Detailed References
- Calendar: reference/calendar.md
- Contacts: reference/contacts.md
- Mail: reference/mail.md
- Messages: reference/messages.md
- Reminders: reference/reminders.md
- Voice Memos: reference/voice-memos.md
Security
Read-only (no confirmation needed):
- Viewing events, contacts, mail, messages, reminders
Write operations (ALWAYS confirm first):
calendar-add- creating events- Sending messages/emails
- Modifying reminders
Rule: Use AskUserQuestion before ANY write operation.
Common Patterns
Morning context check
bash
calendar-events && reminders-list -o && imessage-recent -n
Contact lookup with birthday
bash
contacts-search -v "Marie"
Historical message search
bash
imessage-search --pattern "resume"
Error Handling
| Error | Cause | Solution |
|---|---|---|
| Mail.app not running | mail-unread requires app |
Tell user to open Mail.app |
| Query timeout | Date range too large | Use smaller range |
| No results | Empty dataset | Handle gracefully |
Related Skills
apple-photos- Photo library accessapple-shortcuts- Run macOS Shortcutsapple-health-fitness- Health data (under development)
Didn't find tool you were looking for?