スキル一覧に戻る
g-shudy

apple-productivity

by g-shudy

0🍴 0📅 2026年1月21日
GitHubで見るManusで実行

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 calendarcalendar-events
Find a contactcontacts-search "name"
Recent messagesimessage-recent
Unread mailmail-unread
Overdue remindersreminders-list -o
Transcribe voice memovoice-memos process

All scripts support -j for JSON output.

Detailed References

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"
imessage-search --pattern "resume"

Error Handling

ErrorCauseSolution
Mail.app not runningmail-unread requires appTell user to open Mail.app
Query timeoutDate range too largeUse smaller range
No resultsEmpty datasetHandle gracefully
  • apple-photos - Photo library access
  • apple-shortcuts - Run macOS Shortcuts
  • apple-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

レビュー

💬

レビュー機能は近日公開予定です