resend
Send and receive emails, build with React Email, follow deliverability best practices
pinned to #cad68a4updated 2 weeks ago
Ask your AI client: “install plugins/resend”.
Requires the metahub MCP server installed in your client. Set up MCP.
mh install plugins/resendmetahub onboarded this repo on the author's behalf.
If you own github.com/resend/resend-skills on GitHub, claim the listing to take over publishing. Your claim preserves the existing eval history and badges; only the curator label is replaced with verified-publisher on your next publish.
Stars
146
Last commit
2 weeks ago
Latest release
published
What's bundled
Items extracted from this plugin's manifest + directory tree.
Skills (5)
skills/agent-email-inboxUse 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…skills/email-best-practicesUse 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…skills/react-emailUse 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 Re…skills/resend-cli>skills/resendUse 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 doma…
+ bundled MCP server
Evaluation report
WarningsAutomated checks the publisher passed at publish time — structure, docs, safety, and whether the artifact behaves as claimed.cad68a4· 2 weeks ago
Documentation
32Description quality
12 words · 85 chars — OK but more detail helps
README is present and substantial
2,273 chars · 7 sections · 1 code block
Tags / topics declaredwarn
No manifest tags and no GitHub repo topics
Add tags to the manifest (or GitHub topics on the repo) so the registry's search and category filters surface this artifact.
README has usage / example sectionswarn
README has no Usage / Example / Quick start / Installation heading at any level
Add a `# Usage`, `## Quick start`, or similar section so end users can copy/paste a working invocation. Code blocks alone work too if there are several.
Homepage / docs URL declared
https://resend.com
Release history
1- releasecurrentcad68a4warn2 weeks ago
Contents
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
| 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/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.
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
Reviews
No reviews yet. Be the first.
Related
superpowers-symfony
A Symfony-focused toolkit for Claude Code providing TDD (Pest/PHPUnit), Doctrine ORM, API Platform, Messenger, Voters, quality checks (PHP-CS-Fixer/PHPStan), and pragmatic architecture patterns - Docker Compose and Symfony Docker (FrankenPHP) compatible
cc10x
The Loop Engine — harness and loop engineering plugin for Claude Code. Router-kernel orchestration, workflow artifacts, sub-agent delegation, hook enforcement, Test Honesty Gates, fresh-context verification, and memory that persists. 73% leaner than v11, zero quality regression.
embedded-debugger
Embedded debugger workflow for probe-rs targets. Provides a CLI-first skill and optional MCP server for probe discovery, target checks, flashing, memory access, and RTT workflows.
mh install plugins/resend