Agent skill
inbox-check
Lightweight inbox triage across all configured email accounts. Dispatches fast subagent to fetch, then reviews with judgment. Use when user says "check my inbox", "any new emails?", "check email".
Install this agent skill to your Project
npx add-skill https://github.com/kbanc85/claudia/tree/main/template-v2/.claude/skills/inbox-check
SKILL.md
Inbox Check
Two-tier inbox triage: fetch fast, then judge what matters.
Trigger
- "Check my inbox"
- "Any new emails?"
- "Check email"
- "What's in my inbox?"
/inbox-check
Architecture
This skill uses a two-tier approach to save tokens and time:
- Tier 1 (Haiku subagent): Fast fetch and summarize from all available email MCP tools
- Tier 2 (You): Review results with judgment, context, and relationship awareness
Process
Step 1: Detect Available Email Tools
Check which email MCP tools are available:
- Gmail tools (
gmail.*or similar) - Outlook tools (
outlook.*or similar) - Any other email integrations
If no email tools available:
"I don't have access to any email accounts. Would you like to set up an email integration? Check /connector-discovery for options."
Step 2: Dispatch Fetch Agent
Use the Task tool to dispatch a Haiku subagent:
Subagent prompt:
"Check all available email accounts for recent messages (last 24 hours or since last check).
For each email, extract:
- From (name and email)
- Subject
- Date/time
- Brief summary (1 sentence)
- Has attachments? (yes/no)
- Seems urgent? (yes/no, based on subject and sender)
Return as a structured list, grouped by account if multiple.
Do not read full email bodies unless the subject is unclear.
Limit to 20 most recent per account."
Step 3: Review with Judgment
Once the fetch results come back, apply judgment using your knowledge of the user's relationships, priorities, and patterns:
Categorize each email:
| Category | Criteria |
|---|---|
| Needs Reply | From known contacts, asks a question, requires action |
| Worth Reading | Relevant to active projects, from important people |
| Can Wait | Newsletters, notifications, low-priority updates |
| Skip | Marketing, spam that got through, irrelevant notifications |
Use relationship context:
- If sender is in
people/, note the relationship context - If related to active projects, flag the connection
- If sender has pending commitments, note those
Step 4: Present Results
**📬 Inbox Check**
### Needs Reply
- **[Name]** — [Subject] ([time ago])
[1-line context: what they need, any relationship notes]
### Worth Reading
- **[Name]** — [Subject] ([time ago])
[Why it matters]
### Can Wait
- [count] emails (newsletters, notifications, low-priority)
[List briefly if < 5, otherwise summarize]
---
Want me to:
- Draft a reply to any of these?
- Read the full text of something?
- File any of these to memory?
Judgment Points
- Don't auto-categorize based on sender alone. Context matters.
- If unsure about urgency, err toward "Worth Reading"
- Surface anything from people the user has active commitments with
- Note if someone has emailed multiple times without a response
Tone
Quick, scannable, opinionated. The whole point is to save the user from inbox overwhelm. Be decisive about what matters and what doesn't.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
map-connections
Scan context files to extract entities and relationships into the memory system. Triggers on "who knows who?", "network graph", "map my connections", "extract relationships".
growth-check
Periodic reflection on development, skills, learning, and progress toward goals. Triggers on "am I growing?", "development check", "personal growth review".
feedback
Send feedback, ideas, or bug reports about Claudia. Opens a pre-filled GitHub Discussion with system context. Use when user says "feedback", "suggestion", "report a bug", "feature request", or "I have an idea".
draft-reply
Draft an email response with tone matching the relationship context. Shows draft for approval before sending. Use when user says "draft a reply", "respond to this email", "write a response to [person]", or shares an email and asks for help replying.
brain
Launch the Brain Visualizer, a real-time 3D view of memory and relationships. Triggers on "show your brain", "visualize memory", "open the brain", "memory graph".
new-person
Create a relationship tracking file for a person with contact info, history, and communication preferences. Use when user says "new person", "add [name]", "create a file for [name]", "track this person", or mentions someone important who doesn't have a file yet.
Didn't find tool you were looking for?