Skip to main content

Resend

Plugin Verified Active

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

5 Skills 0 MCPs
Purpose

To provide a robust and secure interface for managing all aspects of the Resend email platform, enabling users to send, receive, and manage email-related resources programmatically and from the command line.

Features

  • Manage Resend email sending and receiving
  • Operate Resend via CLI commands
  • Integrate with React Email for template rendering
  • Manage email templates, domains, contacts, and webhooks
  • Provide an MCP server for API access

Use Cases

  • Sending transactional emails and newsletters
  • Processing inbound emails with AI agents
  • Automating email management tasks via CLI
  • Building custom email workflows and integrations

Non-Goals

  • Providing email delivery services independent of Resend
  • Offering generic email client functionality
  • Managing email for platforms other than Resend

Scope

  • info:Tool surface sizeThe plugin exposes a large number of commands across various Resend functionalities, exceeding the ideal range but not critically so.
  • info:Dry-run previewDry-run functionality is only available for `emails send` and `broadcasts create`, not for all state-changing operations.

Installation

First, add the marketplace

/plugin marketplace add resend/resend-skills
/plugin install resend-skills@resend-skills

Contains 5 extensions

Skill (5)

AI Agent Email Inbox Skill

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.

99
Email Best Practices Skill

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, or deciding transactional vs marketing.

99
React Email Skill

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.

98
Resend Skill

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.

98
Resend CLI Skill

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.

95

Quality Score

Verified
95 /100
Analyzed about 15 hours ago

Trust Signals

Last commit10 days ago
Stars111
LicenseMIT
Status
View Source

© 2025 SkillRepo · Find the right skill, skip the noise.