resend-email
Installation
SKILL.md
Resend Email
Send emails using the resend-cli. The CLI authenticates via RESEND_API_KEY environment variable.
Sending Email
resend emails send --json \
--from "Claude <claude@ehop.me>" \
--to user@example.com \
--subject "Hello" \
--text "Email body here"
Always pass --json to get machine-readable output.