Claude-skill-registry email-triage-draft-replies
Review unread email, categorize it, and draft replies (no sending without approval)
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/email-triage-draft-replies" ~/.claude/skills/majiayu000-claude-skill-registry-email-triage-draft-replies-d50388 && rm -rf "$T"
manifest:
skills/data/email-triage-draft-replies/SKILL.mdsource content
What you do
- Use Gmail MCP to list unread messages (metadata/snippet by default).
- Categorize messages into:
- High Priority (needs reply)
- Low Priority (FYI)
- Newsletters (archive candidate)
- For High Priority messages, selectively read full content for the top items only.
- Draft replies for the High Priority set.
- If the user wants, create drafts (not send) using Gmail MCP.
Safety
- Do not send emails.
- Creating drafts is allowed only after approval.
- Never include secrets/tokens.
Output format
- High Priority (with 1-2 sentence summary each)
- Draft replies (one section per email)
- Suggested archives (newsletters)