一键导入
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 职业分类
| 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"
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