Summarize important unread emails each morning.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add frumu-ai/tandem --skill email-digest --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Email Digest?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/frumu-ai-email-digest-tandem)More formats (shields.io, HTML) on the badges page.
---
name: email-digest
description: Summarize important unread emails each morning.
version: 1.0.0
tags: [email, productivity, digest]
triggers:
- check my email every morning
- send me a daily inbox summary
---
# Skill: Email Digest
## Purpose
Summarize important unread emails and send a concise daily digest.
## Inputs
- inbox account
- recipient
## Agents
- email-reader
- summarizer
## Tools
- gmail_read
- text_summarize
- email_send
## Workflow
1. Fetch unread emails
2. Rank importance
3. Summarize top items
4. Send digest
## Outputs
- daily inbox digest
## Schedule compatibility
- cron
- interval
- manual
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!