---
name: resend
slug: resend-email
score: 61
rubric: 1.0
provenance: verified-org
publisher: Resend
license: MIT
capability: action-taking
canonical: https://top-agent-skills.com/skill/resend-email
---

# resend

Resend's own API skill: send transactional and batch email, handle inbound webhooks, and manage domains, templates, and keys.

## Install

### Claude Code

```bash
npx skills add resend/resend-skills
```

### Cursor

```bash
npx skills add resend/resend-skills --target cursor
```

### Codex CLI

```bash
codex skills add resend/resend-skills/skills/resend-email
```

## Best for

Wiring Resend into an app — transactional sends, batch sends, inbound webhook handling, and domain/template/key management.

## Not ideal for

Non-Resend providers (SendGrid, Postmark, SES) — the SDK calls and webhook signatures are Resend-specific.

## About

Use when working with the Resend email API — sending transactional emails (single or batch), receiving inbound email via webhooks, managing templates, domains, contacts, broadcasts, API keys, tracking delivery events, or setting up the Resend SDK.

## Compatibility

claude-code, cursor, codex

## Metadata

- Categories: email-messaging, apis-integrations
- Tags: Resend, Email, Transactional
- Setup time: 3 min
- Complexity: Medium
- Last update: 2026-04-16
- Verified: 2026-06-16
- Source: https://github.com/resend/resend-skills/tree/main/skills/resend


---

_Indexed by Top Agent Skills. Score breakdown: https://top-agent-skills.com/about/methodology_
