Agent skill
email-triage-draft-replies
Review unread email, categorize it, and draft replies (no sending without approval)
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/email-triage-draft-replies
SKILL.md
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)
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?