Back to Plugins

Resend

Agent skills for working with Resend to send and receive emails — email API integration, agent inbox, CLI, React Email components, and deliverability best practices. Includes the Resend MCP server.

developmentreactapiaiagent
By Resend
13319Updated 1 week agoJavaScriptMIT

Installation

/plugin install resend@claude-plugins-official

How to install

  1. Open Claude Code in your terminal
  2. Run the installation command above
  3. The plugin will be enabled automatically
  4. Use the plugin's features in your Claude Code sessions
<img width="432" height="187" alt="ascii-text-art" src="https://github.com/user-attachments/assets/72f8ab6b-dafd-436c-bacb-d49c20d3f0be" />

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-skills

Then select the ones you wish to install.

Available Skills

SkillDescriptionSource
resendResend email APIAuthored here
agent-email-inboxSecure email inbox for AI agentsAuthored here
resend-cliOperate Resend from the terminalSynced from resend/resend-cli
react-emailBuild HTML emails with React componentsSynced from resend/react-email
email-best-practicesGuidance for building deliverable, compliant, user-friendly emailsSynced from resend/email-best-practices

MCP Server

The plugin includes the Resend MCP server, giving agents tool access to the full Resend API.

Plugins

This repo serves as a plugin for multiple platforms:

  • Claude Code.claude-plugin/
  • Cursor.cursor-plugin/
  • OpenAI Codex.codex-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_KEY environment variable

Get your API key at resend.com/api-keys

License

MIT

View source on GitHub