← スキル一覧に戻る

apple-productivity
by g-shudy
⭐ 0🍴 0📅 2026年1月21日
SKILL.md
name: apple-productivity description: 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. allowed-tools:
- Bash
- Read
- Write
- AskUserQuestion
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)
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です