resend/resend-skills

Verified

Agent Skills for working with Resend to send and receive emails.

18 stars1 forksUpdated Jan 23, 2026
npx skills add resend/resend-skills

README

 ____  _____ ____  _____ _   _ ____        ____  _  _____ _     _     ____
|  _ \| ____/ ___|| ____| \ | |  _ \      / ___|| |/ /_ _| |   | |   / ___|
| |_) |  _| \___ \|  _| |  \| | | | |_____\___ \| ' / | || |   | |   \___ \
|  _ <| |___ ___) | |___| |\  | |_| |_____|___) | . \ | || |___| |___ ___) |
|_| \_\_____|____/|_____|_| \_|____/      |____/|_|\_\___|_____|_____|____/

Resend Skills

A collection of skills for AI coding agents following the Agent Skills format. These skills enable AI agents to send emails using the Resend API.

Available Skills

send-email

Send emails using the Resend API - single or batch. Supports transactional emails, notifications, and bulk sending (up to 100 emails per batch). Includes best practices for idempotency keys, error handling, and retry logic.

Installation

npx skills add resend/resend-skills

Usage

Skills are automatically activated when relevant tasks are detected. Example prompts:

  • "Send a welcome email to new users"
  • "Send batch notifications to all order customers"
  • "Schedule a newsletter for tomorrow at 9am"

Supported SDKs

  • Node.js / TypeScript
  • Python
  • Go
  • Ruby
  • PHP
  • Rust
  • Java
  • .NET
  • cURL
  • SMTP

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

License

MIT

Publisher

resendresend

Statistics

Stars18
Forks1
Open Issues0
LicenseMIT License
CreatedJan 20, 2026