skills/resend/SKILL.md
Send emails via Resend API. Use when the user wants to send an email.
npx skillsauth add hayeah/dotfiles resendInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
CLI for sending emails via the Resend API.
Run once before first use:
cd {baseDir} && uv tool install -e .
Requires API key in ~/.env.secret:
RESEND_API_KEY — Resend API keygodotenv -f ~/.env.secret resend-email send \
--to [email protected] \
--subject "Hello" \
--body "<p>Hello from Resend!</p>"
Options:
-t, --to (required, repeatable) — recipient email address(es)-s, --subject (required) — email subject-b, --body (required) — email body (HTML supported)-f, --from — sender address (default: [email protected])Output: prints Resend API response as JSON to stdout.
godotenv -f ~/.env.secret resend-email send \
--to [email protected] \
--to [email protected] \
--subject "Team Update" \
--body "<p>News for everyone</p>"
tools
Web UI development — Vite+ toolchain setup and browser-based E2E testing workflow.
tools
Tooling and style guide for TypeScript projects.
development
Capture tmux pane content and export as text, HTML, SVG, PNG, or JPG. Use when you need a screenshot or text dump of a tmux pane for sharing, feeding to AI, or archiving terminal state.
testing
Copy-edit text. Fix grammar and/or tidy text into a concise listicle.