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

Related skills

More from tdhopper/dotfiles2.0

Installs
1
GitHub Stars
7
First Seen
Mar 29, 2026