
resend / resend-skills
★ 143A skill package that teaches your agent 5 capabilities — every one documented and browsable below, no GitHub required · by resend.
Each skill below is one capability this package teaches your agent. Install the whole package, or open a skill to install just that one.
Use when building any system where email content triggers actions — AI agent inboxes, automated support handlers, email-to-task pipelines, or any workflow…
5 files — installable on its own
Use when building email features, emails going to spam, high bounce rates, setting up SPF/DKIM/DMARC authentication, implementing email capture, ensuring…
13 files — installable on its own
Use when building HTML email templates with React components, adding a visual email editor to an application using the React Email visual editor, rendering…
8 files — installable on its own
Transactional email API with single/batch sending, inbound email handling, templates, and webhook event tracking. Supports single and batch email sends with idempotency keys to prevent duplicates on retry; batch mode is atomic but lacks attachment and scheduling support Includes webhook verification, inbound email receiving with separate body retrieval, and template management with variable substitution Node.js SDK returns { data, error } tuples instead of throwing exceptions; always check...
23 files — installable on its own
Before running any resend commands, check whether the CLI is installed:
17 files — installable on its own
Resend Skills
A collection of skills for AI coding agents following the Agent Skills format. Available as a plugin for Claude Code, Cursor, and OpenAI Codex. Includes an MCP server for tool access.
Install
npx skills add resend/resend-skillsThen select the ones you wish to install.
Available Skills
| Skill | Description | Source |
|---|---|---|
resend | Resend email API | Authored here |
agent-email-inbox | Secure email inbox for AI agents | Authored here |
resend-cli | Operate Resend from the terminal | Synced from resend/resend-cli |
react-email | Build HTML emails with React components | Synced from resend/react-email |
email-best-practices | Guidance for building deliverable, compliant, user-friendly emails | Synced from resend/email-best-practices |
MCP Server
The plugin registers Resend's hosted MCP server at https://mcp.resend.com (streamable HTTP), giving agents tool access to the full Resend API. It authenticates with your RESEND_API_KEY via a bearer header — set that env var where your agent runs. Get a key at resend.com/api-keys.
Plugins
This repo serves as a plugin for multiple platforms:
- Claude Code —
.claude-plugin/ - Cursor —
.cursor-plugin/ - OpenAI Codex —
.codex-plugin/ - Grok —
.grok-plugin/
Editing skills
Skills marked "Authored here" can be edited directly in this repo.
Skills marked "Synced from" are automatically synced from their source repos. Do not edit them here — changes will be overwritten on the next sync. Edit in the source repo instead.
Prerequisites
- A Resend account with a verified domain
- API key stored in
RESEND_API_KEYenvironment variable
Get your API key at resend.com/api-keys
License
MIT
Install the whole package (5 skills):
npx skills add https://github.com/resend/resend-skillsOr install a single skill:
npx skills add https://github.com/resend/resend-skills --skill <name>Pick the skill name from the Skills tab — each entry there installs independently.