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.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/productivity/apple-productivity
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
calendar-events && reminders-list -o && imessage-recent -n
Contact lookup with birthday
contacts-search -v "Marie"
Historical message search
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)
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?