Catalog
EMAIL_AGENTProductivity
Email Agent
Drafts, triages, and follows up on your inbox with a tone profile learned from your sent mail.
Membership required
// What this skill does
Email Agent builds a tone profile from a sample of your sent messages, then triages incoming mail into reply / delegate / archive, drafts responses in your voice, and schedules follow-ups when a thread goes quiet. It never sends without confirmation and keeps a running log of commitments made in outgoing mail.
// How to install
- 01Download the skill archive from this page.
- 02Unzip it and locate the SKILL.md file inside.
- 03Place the folder in your assistant's skills directory (or upload it to your project).
- 04Reference the skill by name in your prompt to invoke it.
// SKILL.md
Preview# Email Agent ## Purpose Triage and draft email in the operator's own voice. ## Inputs - `sent_samples`: 20-50 previously sent emails - `inbox`: list of unread threads ## Procedure 1. Derive a tone profile: sentence length, greeting style, sign-off, formality. 2. Classify each thread: REPLY / DELEGATE / ARCHIVE / SCHEDULE. 3. For REPLY, draft a response under 120 words unless the thread requires detail. 4. Extract commitments into a `## Commitments` list with due dates. ## Output One draft per thread plus a commitments ledger. Never auto-send.