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.
npx skills add majiayu000/claude-skill-registry --skill digest-data-wise-himalaya-mcp --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# /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 1. Call `list_emails` with date filter (today or specified range) 2. For each email, call `read_email` and `summarize_email` prompt 3. Use `daily_email_digest` MCP prompt to compile digest 4. Display digest in terminal 5. If `--export`, call `export_to_markdown` tool 6. If `--clipboard`, call `copy_to_clipboard` with 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 ```
- Usage
- When Invoked
- Output Format
What does the digest skill do?
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.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill digest-data-wise-himalaya-mcp --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
