Agent skill
digest
This skill should be used when the user asks for "email digest", "daily digest", "email summary", "morning briefing", or wants a summary of recent emails. Generates a markdown digest grouped by priority.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/digest-data-wise-himalaya-mcp
SKILL.md
/email:digest - Daily Email Digest
Generate a markdown summary of today's important emails.
Usage
/email:digest # Today's digest
/email:digest --days 3 # Last 3 days
/email:digest --export # Save to markdown file
When Invoked
- Call
list_emailswith date filter (today or specified range) - For each email, call
read_emailandsummarize_emailprompt - Use
daily_email_digestMCP prompt to compile digest - Display digest in terminal
- If
--export, callexport_to_markdowntool - If
--clipboard, callcopy_to_clipboardwith the digest text
Output Format
📰 Email Digest — 2026-02-13
## Actionable
- **Meeting tomorrow** (alice@...) — Needs RSVP by 5pm
- **Q1 report** (boss@...) — Due Friday, template attached
## Updates
- **PR merged** (github@...) — feature/auth → main
- **CI passed** (github@...) — All 45 tests green
## FYI
- **Newsletter** — 3 new R packages on CRAN this week
---
📊 Stats: 12 emails, 2 actionable, 4 updates, 6 skipped
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?