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.
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
- Call
list_emailsMCP tool (default: last 10 envelopes) - Display summary table: sender, subject, date, flags
- 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)
- Read any specific email (
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
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?