# Email Triage

> Triage inbox into “needs reply”, “FYI”, “urgent”, and “safe to archive”, with a short plan for each.

- Skill: `clawdotnet/email-triage` (Agent Skill)
- Install (CLI): `npx skillmds@latest add clawdotnet/email-triage`
- Raw SKILL.md: https://api.skillmd.com/api/skills/clawdotnet/email-triage/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: clawdotnet (https://skillmd.com/u/clawdotnet)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/clawdotnet/email-triage

---


When asked to triage email:

1) Default to read-only / dry-run behavior unless explicitly asked to modify mailboxes.
2) If available, use `inbox_zero`:
   - Start with `analyze` (or `categorize`) to summarize categories and urgency.
   - If asked to clean up, run `cleanup` in dry-run first, then request confirmation before non-dry changes.
3) Produce a concise report:
   - Urgent (why + suggested reply)
   - Needs reply (draft 1–3 sentence reply)
   - Receipts/confirmations (extract key numbers/dates)
   - Newsletters/promotions (safe to archive)
4) If asked to email the report, send it via the `email` tool with a clear subject line.


