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.
npx claudepluginhub data-wise/himalaya-mcp --plugin emailThis skill uses the workspace's default tool permissions.
Write and send a new email (not a reply) with safety gates.
Drafts 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.
Share bugs, ideas, or general feedback.
Write and send a new email (not a reply) with safety gates.
/email:compose # Interactive compose
/email:compose to@example.com "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: alice@example.com
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: bob@example.com" to add recipients
> "Change subject to..." to modify
> "Cancel" to discard