Agent Skills for working with Resend to send and receive emails.
5 chapters · 19 minutes · 4,197 words
npx skills add resend/resend-skills/plugin marketplace add resend/resend-skillsTypeset in this issue’s own colours, resolved from the owner’s published design.md.
A collection of skills for AI coding agents following the Agent Skills (opens in a new tab) format. Available as a plugin for Claude Code, Cursor, and OpenAI Codex. Includes an MCP server for tool access.
npx skills add resend/resend-skillsThen select the ones you wish to install.
| Skill | Description | Source |
|---|---|---|
resend (opens in a new tab) | Resend email API | Authored here |
agent-email-inbox (opens in a new tab) | Secure email inbox for AI agents | Authored here |
resend-cli (opens in a new tab) | Operate Resend from the terminal | Synced from resend/resend-cli (opens in a new tab) |
The plugin registers Resend’s hosted MCP server (opens in a new tab) at https://mcp.resend.com/mcp (streamable HTTP), giving agents tool access to the full Resend API. It authenticates via OAuth — your client walks you through sign-in on first connect, so no API key or header configuration is needed.
This repo follows the Agent Plugins (opens in a new tab) open standard: plugin.json and mcp.json at the root, skills in skills/. Any conformant client can load it.
It also serves as a plugin for these platforms through their own manifests:
.claude-plugin/.cursor-plugin/.codex-plugin/.grok-plugin/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.
RESEND_API_KEY environment variableGet your API key at resend.com/api-keys (opens in a new tab)
MIT
main, last pushed 7 August 2026.SKILL.md, not by matching a directory convention. One layout observed: skills/*/SKILL.md.h1 and no skipped levels:.claude-plugin/marketplace.json by Resend, declaring 1 plugin. It is read for editorial metadata only — never as the skill index, which is always the repository tree./resend/resend-skills.md, and each chapter at its own .md URL.react-email| Build HTML emails with React components |
| Synced from resend/react-email (opens in a new tab) |
email-best-practices (opens in a new tab) | Guidance for building deliverable, compliant, user-friendly emails | Synced from resend/email-best-practices (opens in a new tab) |