Install
openclaw skills install email-digestSmart email categorizer and digest formatter for agents. Pass fetched emails as an array — get back a prioritized daily brief with urgent, action needed, and...
openclaw skills install email-digestSummarize 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.
📬 Email Digest — Feb 28, 2026
URGENT (2):
• Boss wants Q4 numbers by EOD — received 7:23 AM
• Client contract expires tomorrow — needs signature
ACTION NEEDED (3):
• PR review requested on auth-module (#142)
• Meeting reschedule request from Sarah
• Invoice #4021 payment confirmation needed
FYI (8):
• 3 newsletter digests
• 2 shipping notifications
• GitHub: 3 new issues in your repos
Spam filtered: 12 messages
EmailDigest processes email arrays — your agent or email pipeline fetches the emails, then passes them in:
const digest = new EmailDigest({
prioritySenders: ['boss@company.com', 'partner@email.com'],
urgencyKeywords: ['urgent', 'asap', 'deadline'],
ignoreSenders: ['noreply@*', 'marketing@*']
});
// emails = array fetched via himalaya, platform connector, or any source
const result = digest.process(emails);
console.log(result.formatted);
Works with himalaya CLI, OpenClaw email connectors, or any pipeline that produces email objects with from, subject, and body fields.
This software is provided "AS IS", without warranty of any kind, express or implied.
USE AT YOUR OWN RISK.
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.
| 🐛 Bug Reports | TheShadowyRose@proton.me |
| ☕ Ko-fi | ko-fi.com/theshadowrose |
| 🛒 Gumroad | shadowyrose.gumroad.com |
| @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