resend-skills
Send, receive, and build production-ready emails with Resend
All Skills in This Repository (3)
Pure Emerald Level Indicatorsagent-email-inbox
Configure a secure inbound email inbox with Resend webhooks and tunneling.
resend-inbound
Process inbound emails via Resend webhooks and retrieve content and attachments.
send-email
Send single or batch emails with attachments via the Resend API.
Frequently Asked Questions
FAQPage SchemaHow to install Resend Skills?โผ
Run `npx skills add resend/resend-skills --all -g -y` in your terminal to install all five email skills globally.
How to send emails with Resend?โผ
The resend skill teaches your coding environment the full Resend API, including single and batch sending, idempotency keys, templates, and error handling. You need a Resend API key stored as the RESEND_API_KEY environment variable.
How to build HTML emails with React?โผ
The react-email skill provides component-based email templates with Tailwind styling that render correctly across Gmail, Outlook, and Apple Mail. It covers welcome emails, password resets, order confirmations, and newsletters.
How to stop emails from going to spam?โผ
The email-best-practices skill walks through SPF, DKIM, and DMARC authentication setup, sender reputation management, and bounce handling. Authentication problems are the most common cause of spam folder placement.
Does Resend Skills work with Claude Code and Cursor?โผ
Yes. The skills follow the open Agent Skills standard and load as plugins in Claude Code, Cursor, Grok, and any compatible client. An MCP server is also included for direct API access.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core