ワンクリックで
task-from-email
Extract action items from emails and create local tasks
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Extract action items from emails and create local tasks
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
Full email client via Mac Mail.app — read, search, send, reply, manage across all accounts
| name | task-from-email |
| description | Extract action items from emails and create local tasks |
| allowed-tools | Bash, Read, Write, Glob, Grep |
Extract action items from emails and save as structured tasks locally.
cd /Users/chensijie/Projects/claude-secretary && source venv/bin/activate
python scripts/mac_mail.py read MAIL_ID --account Stanford
Analyze the email and extract tasks. Look for:
python scripts/tasks.py add "Task title" --due YYYY-MM-DD --priority high|medium|low --from-email MAIL_ID --notes "context"
After creating tasks, show a summary:
python scripts/tasks.py list # all tasks
python scripts/tasks.py list --status todo # only open tasks
python scripts/tasks.py done TASK_ID # mark complete
python scripts/tasks.py delete TASK_ID # remove
python scripts/tasks.py edit TASK_ID --due 2026-04-10 --priority high
Email: "Please submit your NOI by April 8 for the NSF FINDERS FOUNDRY competition"
→ python scripts/tasks.py add "Submit NOI for NSF FINDERS FOUNDRY" --due 2026-04-08 --priority high --from-email 54443 --notes "K-12 AI education, limited submission"