Finds your most important emails from the past 2 days and texts you a summary with suggested follow-ups
Scanned 9/10/2026
Install to Claude Code
npx -y skills add luokai0/ai-agent-skills-by-luo-kai --skill zo-important-email-digest --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Zo Important Email Digest?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/luokai0-zo-important-email-digest)More formats (shields.io, HTML) on the badges page.
---
name: important-email-digest
description: Finds your most important emails from the past 2 days and texts you a summary with suggested follow-ups
metadata:
author: Zo
category: Official
display-name: Text summary of important emails
emoji: 📧
---
# Prerequisites
- [ ] User should have their Gmail connected. Verify with `tool list_app_tools` with slug `gmail`.
- [ ] User should have their phone number added.
---
# Protocol
1. Use `tool use_app_gmail` tool with `gmail-find-email` as the action, with the following props
```python
{
"q": "after:<DATE>",
"maxResults": 100,
"withTextPayload": true
}
```
where `<DATE>` is the date two days ago in format `YYYY-MM-DD`
2. Identify the 5 most important emails. Consider the user's bio when determining which are most important. Also consider if the user has not read or not replied to the email (determined by examining the labels).
3. Summarize and provide suggestions for follow-ups. Keep it concise.
4. Use `tool send_sms_to_user` to text the user your summary.
5. Ask the user if they would like to set this up as an agent task to run daily. If so, use `tool create_scheduled_task` with `delivery_method: "sms"` and with instruction
```markdown
Run `prompt Prompts/important-email-digest.prompt.md` but IGNORE step 4 and step 5.
```
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!