feat(skills): add optional mail auto-draft skill#3471
feat(skills): add optional mail auto-draft skill#3471jozrftamson wants to merge 2 commits intoNousResearch:mainfrom
Conversation
|
Hey @jozrftamson — saw this PR while searching for prior art on email draft workflows. I just opened #5717, which adds an The two PRs operate at different layers and seem complementary rather than competing:
A user adopting your skill could optionally also set Just flagging in case it's useful context for reviewers looking at either PR. Happy to coordinate if there's any overlap I'm not seeing. |
Summary
Why this matters
Many users want lightweight email automation on their own mailbox without introducing a hosted SaaS inbox or building a full custom integration from scratch. This skill gives Hermes a practical path for handling simple inbound email workflows with tools many Linux users already have: Himalaya, Python, and systemd.
It also emphasizes safety patterns that are easy to get wrong in email automation:
Example workflow
A user wants Hermes to monitor a Gmail inbox for new inbound messages and automatically respond to simple categories such as:
With this skill, Hermes can guide the setup of:
Why optional instead of bundled
This is intentionally proposed under optional-skills/email rather than bundled default skills because it is useful but not universal.
It requires:
That makes it a strong fit for an official optional skill: valuable, practical, and reusable, but not something every Hermes installation should enable or surface by default.
Testing