resend

Verified·Scanned 2/17/2026

This skill provides Resend email send/receive features and an AI agent inbox with webhook, attachment, and tunneling guidance. It uses RESEND_API_KEY/RESEND_WEBHOOK_SECRET, issues network calls to https://api.resend.com/emails, and instructs ngrok/cloudflared — all purpose-aligned.

from clawhub.ai·v2.2.0·111.1 KB·0 installs
Scanned from 2.2.0 at 44f4e42 · Transparency log ↗
$ vett add clawhub.ai/christina-de-martinez/resend
 ____  _____ ____  _____ _   _ ____        ____  _  _____ _     _     ____
|  _ \| ____/ ___|| ____| \ | |  _ \      / ___|| |/ /_ _| |   | |   / ___|
| |_) |  _| \___ \|  _| |  \| | | | |_____\___ \| ' / | || |   | |   \___ \
|  _ <| |___ ___) | |___| |\  | |_| |_____|___) | . \ | || |___| |___ ___) |
|_| \_\_____|____/|_____|_| \_|____/      |____/|_|\_\___|_____|_____|____/

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