EmailDigest Daily Email Summary for Agents
Summarize unread emails into a clean daily brief. Priority sorting, sender filtering, action item extraction. The killer app for personal agents.
Your agent feeds EmailDigest the emails it has already fetched. EmailDigest categorizes, prioritizes, and formats them. Surfaces what matters. Ignores what doesn't.
What You Get
CODEBLOCK0
Configuration
EmailDigest processes email arrays — your agent or email pipeline fetches the emails, then passes them in:
CODEBLOCK1
Works with himalaya CLI, OpenClaw email connectors, or any pipeline that produces email objects with from, subject, and body fields.
Features
- - Smart categorization — urgent / action needed / FYI / ignorable
- Priority sender highlighting — configurable VIP list
- Action item extraction — pulls out what needs doing
- Thread summarization — long chains condensed to key points
- Any email source — works with pre-fetched email arrays from himalaya, platform connectors, or any pipeline
- Privacy — all processing is local. Emails never leave your machine.
⚠️ Disclaimer
This software is provided "AS IS", without warranty of any kind, express or implied.
USE AT YOUR OWN RISK.
- - The author(s) are NOT liable for any damages, losses, or consequences arising from
the use or misuse of this software — including but not limited to financial loss,
data loss, security breaches, business interruption, or any indirect/consequential damages.
- - This software does NOT constitute financial, legal, trading, or professional advice.
- Users are solely responsible for evaluating whether this software is suitable for
their use case, environment, and risk tolerance.
- - No guarantee is made regarding accuracy, reliability, completeness, or fitness
for any particular purpose.
- - The author(s) are not responsible for how third parties use, modify, or distribute
this software after purchase.
By downloading, installing, or using this software, you acknowledge that you have read
this disclaimer and agree to use the software entirely at your own risk.
DATA DISCLAIMER: This software processes and stores data locally on your system.
The author(s) are not responsible for data loss, corruption, or unauthorized access
resulting from software bugs, system failures, or user error. Always maintain
independent backups of important data. This software does not transmit data externally
unless explicitly configured by the user.
Support & Links
| |
|---|
| 🐛 Bug Reports | TheShadowyRose@proton.me |
| ☕ Ko-fi |
ko-fi.com/theshadowrose |
| 🛒
Gumroad |
shadowyrose.gumroad.com |
| 🐦
Twitter |
@TheShadowyRose |
| 🐙
GitHub |
github.com/TheShadowRose |
| 🧠
PromptBase |
promptbase.com/profile/shadowrose |
Built with OpenClaw — thank you for making this possible.
🛠️
Need something custom? Custom OpenClaw agents & skills starting at $500. If you can describe it, I can build it. →
Hire me on Fiverr
EmailDigest 每日邮件摘要(代理专用)
将未读邮件整理成简洁的每日简报。支持优先级排序、发件人过滤、待办事项提取。个人代理的杀手级应用。
您的代理将已获取的邮件输入EmailDigest。EmailDigest负责分类、排序和格式化。呈现重要内容,忽略无关信息。
输出示例
📬 邮件摘要 — 2026年2月28日
紧急(2封):
• 老板要求今日下班前提交Q4数据 — 上午7:23收到
• 客户合同明日到期 — 需签署
需处理(3封):
• 请求对auth-module进行PR审查(#142)
• Sarah发来的会议改期请求
• 需确认发票#4021的付款
仅供参考(8封):
• 3封资讯简报
• 2封物流通知
• GitHub:您的仓库中有3个新问题
已过滤垃圾邮件:12封
配置说明
EmailDigest处理邮件数组——您的代理或邮件管道先获取邮件,然后传入:
javascript
const digest = new EmailDigest({
prioritySenders: [boss@company.com, partner@email.com],
urgencyKeywords: [urgent, asap, deadline],
ignoreSenders: [noreply@, marketing@]
});
// emails = 通过himalaya、平台连接器或任何来源获取的数组
const result = digest.process(emails);
console.log(result.formatted);
可与himalaya CLI、OpenClaw邮件连接器或任何能生成包含from、subject和body字段的邮件对象的管道配合使用。
功能特性
- - 智能分类 — 紧急/需处理/仅供参考/可忽略
- 优先发件人高亮 — 可配置VIP列表
- 待办事项提取 — 自动提取需处理事项
- 邮件线程摘要 — 长邮件链压缩为关键要点
- 任意邮件来源 — 支持来自himalaya、平台连接器或任何管道的预获取邮件数组
- 隐私保护 — 所有处理均在本地完成。邮件永不离开您的机器。
⚠️ 免责声明
本软件按原样提供,不附带任何明示或暗示的担保。
使用风险自负。
- - 作者不对因使用或滥用本软件而产生的任何损害、损失或后果负责——包括但不限于财务损失、数据丢失、安全漏洞、业务中断或任何间接/后果性损害。
- 本软件不构成财务、法律、交易或专业建议。
- 用户全权负责评估本软件是否适合其使用场景、环境和风险承受能力。
- 不保证准确性、可靠性、完整性或适用于任何特定目的。
- 作者不对第三方在购买后使用、修改或分发本软件的行为负责。
下载、安装或使用本软件即表示您已阅读本免责声明,并同意完全自担风险使用本软件。
数据免责声明: 本软件在您的系统上本地处理并存储数据。作者不对因软件错误、系统故障或用户操作导致的数据丢失、损坏或未经授权访问负责。请始终对重要数据进行独立备份。除非用户明确配置,否则本软件不会将数据传输到外部。
支持与链接
| |
|---|
| 🐛 报告错误 | TheShadowyRose@proton.me |
| ☕ Ko-fi |
ko-fi.com/theshadowrose |
| 🛒
Gumroad |
shadowyrose.gumroad.com |
| 🐦
Twitter |
@TheShadowyRose |
| 🐙
GitHub |
github.com/TheShadowRose |
| 🧠
PromptBase |
promptbase.com/profile/shadowrose |
基于OpenClaw构建——感谢让这一切成为可能。
🛠️
需要定制服务? 自定义OpenClaw代理和技能,起价500美元。只要您能描述,我就能构建。→
在Fiverr上雇佣我