send-email
Installation
SKILL.md
Send Email Skill
Send emails via SMTP from Claude Code. Supports plain text, HTML, attachments, and template-based workflow.
Execution Rule
Run the user's requested command directly without pre-checking dependencies, environment variables, or configuration. If something is wrong, the script will fail with a clear error — check and fix only then.
python scripts/send.py <to> <subject> <mode> <body> [attachment...]
Modes
| Mode | Purpose | Example Body |
|---|---|---|
--text |
Plain text email | "Just saying hi" |
--html |
Inline HTML string | "<b>Alert</b>" |
--file |
HTML from file | ~/.wmyskills/send-email/msg/my.html |