Skip to main content
ClaudeWave
Skill377 estrellas del repoactualizado 2d ago

email-triage

The email-triage skill categorizes inbox messages into urgent, needs-reply, receipts, and archive-safe groups, providing brief action plans for each category. Use this skill when you need to process and organize incoming emails efficiently, with optional dry-run capabilities before making any mailbox changes.

Instalar en Claude Code
Copiar
git clone --depth 1 https://github.com/clawdotnet/openclaw.net /tmp/email-triage && cp -r /tmp/email-triage/src/OpenClaw.Gateway/skills/email-triage ~/.claude/skills/email-triage
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

SKILL.md

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.