inbox-readerlisted
Install: claude install-skill Dullu9/10x-Outreach-Skill
# 10x Inbox Reader Skill
Read, search, and manage emails from your Gmail inbox.
## When to Use This Skill
Use this skill when the user:
- Wants to check their inbox or unread emails
- Needs to search for specific emails
- Asks to read an email
- Wants inbox statistics
- Needs to find emails by date range
## When NOT to Use This Skill
Do NOT use this skill for:
- Sending emails → use `outreach-manager` or `email-composer`
- Replying to emails → use `reply-generator` skill
- Summarizing emails → use `email-summarizer` skill
## Capabilities
1. **List Emails** - Show recent emails from inbox
2. **Search Emails** - Gmail query syntax support
3. **Read Email** - Get full email content
4. **Inbox Stats** - Unread count, totals, etc.
5. **Date Range** - Filter by date
6. **Export** - Export emails to JSON
## CRITICAL: 3-Mode Workflow with TodoWrite
### Mode 1: PLAN
**Start with TodoWrite:**
```json
[
{"content": "Authenticate with Gmail", "status": "in_progress", "activeForm": "Authenticating"},
{"content": "Fetch requested emails", "status": "pending", "activeForm": "Fetching emails"},
{"content": "Display results to user", "status": "pending", "activeForm": "Displaying results"}
]
```
### Mode 2: CLARIFY
For ambiguous requests, ask:
- "How many emails should I show?"
- "Do you want to include email bodies (slower)?"
- "Any specific search criteria?"
### Mode 3: IMPLEMENT
**Commands:**
**List Recent Emails:**
```bash
python .claude/scripts/inbox_reader.py --lis