Resend skills
Resend Skills
Official Resend skills for sending and receiving email, React Email and the CLI, plus a remote MCP covering the full API
Install
npx skills add resend/resend-skillsSelect the skills you want after running it.
This is third-party code. Review the repository files before installing.
What it does
The set teaches the agent to work with the Resend email API. The resend skill covers single and batch sending, inbound email via webhooks, templates, domains, contacts, broadcasts and request logs, including details like idempotency keys and webhook signature checks. agent-email-inbox sets up a secure inbox for agents, resend-cli operates Resend from a terminal, react-email helps build emails in React, and email-best-practices covers deliverability. The plugin also registers Resend's remote MCP server.
Who it is for. For developers sending transactional email and broadcasts through Resend.
Good fit when
- You need to add Resend email sending to an app
- You need to receive inbound email and handle webhooks
- You need to build an email with React Email
Not a fit when
- The project uses another email provider
- You need a local provider for Russian recipients
Example request
Add a sign-up confirmation email via Resend with protection against duplicate sendsLimitations
Requires a Resend account with a verified domain and RESEND_API_KEY. Some skills are synced from other Resend repositories.
How to disable. Remove the skills via npx skills or delete their folders, and remove the Resend MCP server from your config.
Security check
- The agent can send real emails and broadcasts
- Handles an API key and webhooks
README in short
The README gives the skills install command and a table of five skills marking which are authored here and which are synced from elsewhere. It describes the remote OAuth MCP server and plugin manifests for different platforms. It ends with prerequisites: a verified domain and an API key. MIT licensed.
SKILL.md
---
name: resend
description: 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.
license: MIT
metadata:
author: resend
version: "3.10.0"
homepage: https://resend.com/agent-skills
source: https://github.com/resend/resend-skills
openclaw:
primaryEnv: RESEND_API_KEY
requires:
env:
- RESEND_API_KEY
envVars:
- name: RESEND_API_KEY
required: true
description: Resend API key for sending and receiving emails
- name: RESEND_WEBHOOK_SECRET
required: false
description: Webhook signing secret for verifying event payloads
links:
repository: https://github.com/resend/resend-skills
documentation: https://resend.com/docs/resend-skill
inputs:
- name: RESEND_API_KEY
description: Resend API key for sending and receiving emails. Get yours at https://resend.com/api-keys
required: true
- name: RESEND_WEBHOOK_SECRET
description: Webhook signing secret for verifying event payloads. Found in the Resend dashboard under Webhooks after creating an endpoint.
required: false
references:FAQ
Does MCP need a key?
No, the remote MCP at mcp.resend.com uses OAuth on first connect.
Which agents have plugins?
The repository has manifests for Claude Code, Cursor and Grok, plus a generic plugin.json following Agent Plugins.
Related
The official FastAPI skill, bundled with the package, teaching agents to write code for the installed version
Official skills and agents from the .NET team: performance, MSBuild, NuGet, upgrades, testing, ASP.NET Core, Blazor and MAUI
Firebase MCP Server
Firebase CLI and MCP Server
Official Firebase MCP server from the Firebase CLI: projects, Firestore, Auth, Crashlytics, Remote Config and function logs
Laravel's official MCP server, guidelines and skills: the agent sees the DB schema, logs and package versions and searches ecosystem docs