بنقرة واحدة
email-microsoft
Full email client via Mac Mail.app — read, search, send, reply, manage across all accounts
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Full email client via Mac Mail.app — read, search, send, reply, manage across all accounts
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
View and search calendar events from Mac Calendar.app — realtime, zero network calls
AI-powered email digest — summarize, categorize, prioritize, and translate emails
Extract action items from emails and create local tasks
| name | email-microsoft |
| description | Full email client via Mac Mail.app — read, search, send, reply, manage across all accounts |
| allowed-tools | Bash, Read, Write, Glob, Grep |
Full email client via JXA. Zero network calls for reading. Sends via Mail.app.
cd /Users/chensijie/Projects/claude-secretary && source venv/bin/activate
python scripts/mac_mail.py inbox # all accounts unread
python scripts/mac_mail.py list --account Stanford --top 10 # recent
python scripts/mac_mail.py list --account Stanford --unread # unread only
python scripts/mac_mail.py list --account Stanford --date 2025-12-31 # specific date
python scripts/mac_mail.py list --account Stanford --preview # with body snippet
python scripts/mac_mail.py read MAIL_ID --account Stanford # full content
python scripts/mac_mail.py search "keyword" --account Stanford --top 10
python scripts/mac_mail.py send --to addr@example.com --subject "Subject" --body "Body" --account Stanford
python scripts/mac_mail.py send --to a@x.com b@y.com --cc c@z.com --subject "Hi" --body "Hello" --account Stanford
python scripts/mac_mail.py reply MAIL_ID --body "Reply text" --account Stanford
python scripts/mac_mail.py reply MAIL_ID --body "Reply text" --account Stanford --all
IMPORTANT: Always confirm with the user before sending. Show them the recipient, subject, and body for approval first.
python scripts/mac_mail.py mark read 12345 --account Stanford
python scripts/mac_mail.py mark unread 12345 67890 --account Stanford
python scripts/tasks.py add "Task title" --due 2026-04-08 --priority high --from-email 54443
python scripts/tasks.py list --status todo
python scripts/tasks.py done 1
Stanford, Gmail, 清华校友, Outlook. Default to Stanford.
Interactive terminal UI: ./mail (run in Terminal.app, not here)