From email
This skill should be used when the user asks to "compose email", "write email", "send email to", "new email", "send a message to", "email someone", "write to", "new message", "draft an email", "message someone", or wants to draft and send a new message. Composes emails with a two-phase safety gate that never auto-sends.
How this skill is triggered — by the user, by Claude, or both
Slash command
/email:composeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Write and send a new email (not a reply) with safety gates.
Write and send a new email (not a reply) with safety gates.
/email:compose # Interactive compose
/email:compose [email protected] "Subject" # Quick compose with recipient and subject
compose_email without confirm to generate a previewcompose_email with confirm=true after explicit user approvalNew Email Preview
To: [email protected]
Subject: Meeting Request
---
Hi Alice,
I'd like to schedule a meeting to discuss the Q2 roadmap.
Would Thursday at 2pm work for you?
Best regards
---
> "Send" to send this email
> "Add CC: [email protected]" to add recipients
> "Change subject to..." to modify
> "Cancel" to discard
npx claudepluginhub data-wise/himalaya-mcp --plugin emailDrafts professional emails using What-Why-How framework for software developers. Use for status updates, requests, escalations to colleagues, stakeholders, or leadership.
Creates and edits Markdown fragments for rich text drafts in Gmail, Outlook, and WhatsApp, assembling platform-specific HTML previews via Python build script with live server.