Agent skill
triage
This skill should be used when the user asks to "triage email", "classify email", "sort email", or wants to prioritize their inbox. Classifies emails as actionable, informational, or skip using MCP prompts.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/triage-data-wise-himalaya-mcp
SKILL.md
/email:triage - AI Email Triage
Classify inbox emails using Claude's reasoning via MCP prompts.
Usage
/email:triage # Triage last 10 emails
/email:triage 20 # Triage last 20
/email:triage --folder Sent # Triage specific folder
When Invoked
- Call
list_emailsMCP tool to get recent envelopes - For each email, call
read_emailto get body - Use
triage_inboxMCP prompt to classify:- Actionable - requires response or action
- Informational - read but no action needed
- Skip - spam, newsletters, can ignore
- Display classified results
- Offer batch actions:
flag_email— mark as Flagged, Seen, etc.move_email— move to Archive, Trash, or custom folderdraft_reply— draft a reply to actionable emailscreate_action_item— extract todos from actionable emails
Output Format
📋 Triage Results (10 emails)
🔴 Actionable (3):
1. alice@... — Meeting tomorrow (needs RSVP)
2. boss@... — Q1 report due Friday
3. student@... — Question about assignment
🟡 Informational (4):
4. github@... — PR merged: feature/auth
5. newsletter@... — Weekly digest
...
⚪ Skip (3):
8. spam@... — ChatGPT for Excel
...
→ "Flag 8 as junk" to mark spam
→ "Read #2" for full email
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?