Back to the catalog

resend

Use when working with the Resend email API — sending transactional emails (single or batch), receiving inbound emails via webhooks, managing

Open source Repository Open in the app JSON README (API)

About

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.

Details

Kind
Agent skills
Topic
Communication
Publisher
resend
Origin
skillssh
Category
ferramentas
Stars
169
Forks
24
Open pull requests
1
Last push
2026-09-04T17:22:25Z
Repository state
ativo
Language
JavaScript
License
MIT
Added
2026-08-30 15:21:15
Updated
2026-09-10 04:02:56
Origin id
resend/resend-skills/resend

README

<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](https://agentskills.io) format. Available as a plugin for Claude Code, Cursor, and any [Agent Plugins](https://agent-plugins.org) client. Includes an MCP server for tool access.

## Install

```bash
npx skills add resend/resend-skills
```
Then select the ones you wish to install.


## Available Skills

| Skill | Description | Source |
|---|---|---|
| [`resend`](./skills/resend) | Resend email API | Authored here |
| [`agent-email-inbox`](./skills/agent-email-inbox) | Secure email inbox for AI agents | Authored here |
| [`resend-cli`](./skills/resend-cli) | Operate Resend from the terminal  | Synced from [resend/resend-cli](https://github.com/resend/resend-cli) |
| [`react-email`](./skills/react-email) | Build HTML emails with React components | Synced from [resend/react-email](https://github.com/resend/react-email) |
| [`email-best-practices`](./skills/email-best-practices) | Guidance for building deliverable, compliant, user-friendly emails | Synced from [resend/email-best-practices](https://github.com/resend/email-best-practices) |

## MCP Server

The plugin registers Resend's hosted [MCP server](https://github.com/resend/resend-mcp) 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 follows the [Agent Plugins](https://agent-plugins.org) open standard: `plugin.json` and `mcp.json` at the root, skills in `skills/`. Any conformant client can load it.

It also serves as a plugin for these platforms through their own manifests:

- **Claude Code** — `.claude-plugin/`
- **Cursor** — `.cursor-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_KEY` environment variable

Get your API key at [resend.com/api-keys](https://resend.com/api-keys)

## License

MIT

More