with one click
task-from-email
Extract action items from emails and create local tasks
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Extract action items from emails and create local tasks
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
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"