Agent skill

inbox

This skill should be used when the user asks to "check email", "inbox", "read email", "my emails", or wants to see what's new in their inbox. Lists envelopes from the default inbox via himalaya CLI.

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/inbox-data-wise-himalaya-mcp

SKILL.md

/email:inbox - Check Email Inbox

List recent emails from your inbox via the himalaya MCP server.

Usage

/email:inbox              # Last 10 emails
/email:inbox 20           # Last 20 emails
/email:inbox "subject"    # Search by subject

When Invoked

  1. Call list_emails MCP tool (default: last 10 envelopes)
  2. Display summary table: sender, subject, date, flags
  3. Offer to:
    • Read any specific email (read_email)
    • Triage inbox (/email:triage)
    • Reply to an email (/email:reply)
    • Copy email to clipboard (copy_to_clipboard)
    • Extract action items (create_action_item)

Output Format

📬 Inbox (10 most recent)

| # | From | Subject | Date | Flags |
|---|------|---------|------|-------|
| 1 | alice@... | Meeting tomorrow | 2h ago | ⭐ |
| 2 | bob@... | PR review needed | 4h ago | |
...

→ "Read #1" to view full email
→ "/email:triage" to classify all

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results