Agent Plugins Marketplace
All plugins

resend

v1.0.4

Skills and MCP server for the Resend email platform — sending, receiving, templates, CLI, React Email, and deliverability best practices.

CodexClaude CodeAgent Plugins5 Skills1 MCP serverStreamable HTTP

By ResendLicense: MIT159 GitHub starsUpdated last month

Directory evidence

Runtimes
Codex, Claude Code, and Agent Plugins
Parsed components
6 skill or MCP entries
Source updated
Aug 7, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install resend for Codex and Claude Code

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add resend@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/resend/resend-skills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

resend/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── plugin.json
├── skills/agent-email-inbox/SKILL.md
├── skills/email-best-practices/SKILL.md
├── skills/react-email/SKILL.md
├── skills/resend/SKILL.md
├── skills/resend-cli/SKILL.md
└── .mcp.json

Included Skills5

agent-email-inboxskills/agent-email-inbox/SKILL.md

Use when building any system where email content triggers actions — AI agent inboxes, automated support handlers, email-to-task pipelines, or any workflow processing untrusted inbound email. Always use this skill when the user wants to receive emails and act on them programmatically, even if they don't mention "agent" — the skill contains critical security patterns (sender allowlists, content filtering, sandboxed processing) that prevent untrusted email from controlling your system.

email-best-practicesskills/email-best-practices/SKILL.md

Use when building email features, emails going to spam, high bounce rates, setting up SPF/DKIM/DMARC authentication, implementing email capture, ensuring compliance (CAN-SPAM, GDPR, CASL), handling webhooks, retry logic, making emails accessible (alt text, headings, contrast, screen readers), or deciding transactional vs marketing.

react-emailskills/react-email/SKILL.md

Use when building HTML email templates with React components, adding a visual email editor to an application using the React Email visual editor, rendering emails to HTML, or sending emails with Resend. Covers welcome emails, password resets, notifications, order confirmations, newsletters, transactional emails, and the embeddable email editor component.

resendskills/resend/SKILL.md

Use when working with the Resend email API — sending transactional emails (single or batch), receiving inbound emails via webhooks, managing email templates, tracking delivery events, managing domains, contacts, broadcasts, webhooks, API keys, automations, events, viewing API request logs, or setting up the Resend SDK. Always use this skill when the user mentions Resend, even for simple tasks like "send an email with Resend" — the skill contains critical gotchas (idempotency keys, webhook verification, template variable syntax) that prevent common production issues.

resend-cliskills/resend-cli/SKILL.md

Operate the Resend platform from the terminal — send emails (including React Email .tsx templates via --react-email), manage domains, contacts, broadcasts, templates, webhooks, API keys, logs, automations, and events via the `resend` CLI. Use when the user wants to run Resend commands in the shell, scripts, or CI/CD pipelines, or send/preview React Email templates. Always load this skill before running `resend` commands — it contains the non-interactive flag contract and gotchas that prevent silent failures.

MCP servers1

resendStreamable HTTP
url
https://mcp.resend.com/mcp

Plugin manifests3

.codex-plugin/plugin.json
{
  "name": "resend",
  "displayName": "Resend",
  "description": "Skills and MCP server for the Resend email platform — sending, receiving, templates, CLI, React Email, and deliverability best practices.",
  "version": "1.0.4",
  "logo": "assets/app-icon.svg",
  "skills": "./skills/",
  "mcpServers": "./.mcp.json",
  "author": {
    "name": "Resend",
    "url": "https://resend.com"
  },
  "homepage": "https://resend.com",
  "repository": "https://github.com/resend/resend-skills",
  "license": "MIT",
  "keywords": [
    "email",
    "resend",
    "smtp",
    "notifications",
    "agent-inbox"
  ]
}
.claude-plugin/plugin.json
{
  "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
  "name": "resend",
  "description": "Send and receive emails, build with React Email, follow deliverability best practices",
  "version": "1.0.4",
  "logo": "assets/app-icon.svg",
  "author": {
    "name": "Resend",
    "email": "[email protected]",
    "url": "https://resend.com"
  },
  "homepage": "https://resend.com",
  "repository": "https://github.com/resend/resend-skills",
  "license": "MIT",
  "keywords": [
    "email",
    "resend",
    "smtp",
    "notifications",
    "agent-inbox"
  ]
}
plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "resend",
  "version": "1.0.0",
  "description": "Send and receive emails, build with React Email, follow deliverability best practices",
  "author": {
    "name": "Resend",
    "email": "[email protected]",
    "url": "https://resend.com"
  },
  "homepage": "https://resend.com",
  "repository": "https://github.com/resend/resend-skills",
  "license": "MIT",
  "keywords": [
    "email",
    "resend",
    "smtp",
    "notifications",
    "agent-inbox"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[resend on Agent Plugins Marketplace](https://pluginsmp.com/plugins/resend)