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.

Required Flags

Installs
4
GitHub Stars
67
First Seen
Aug 19, 2026
resend-email — hugobowne/show-us-your-agent-skills