🎯

resend

🎯Skill

from samunderwood/agent-skills

VibeIndex|
What it does

Enables seamless email operations using Resend platform, routing to specialized sub-skills for sending, receiving, and managing email workflows.

πŸ“¦

Part of

samunderwood/agent-skills(17 items)

resend

Installation

πŸ“‹ No install commands found in docs. Showing default command. Check GitHub for actual instructions.
Quick InstallInstall with npx
npx skills add samunderwood/agent-skills --skill resend
1Installs
-
AddedFeb 4, 2026

Skill Details

SKILL.md

Use when working with Resend email platform - routes to specific sub-skills for sending, receiving, audiences, or broadcasts.

Overview

# Resend

Overview

Resend is an email platform for developers. This skill routes to feature-specific sub-skills.

Sub-Skills

| Feature | Skill | Use When |

| -------------------- | ---------------- | ------------------------------------------------------------------------------ |

| Sending emails | send-email | Transactional emails, notifications, batch sends |

| Receiving emails | resend-inbound | Processing inbound emails, webhooks for received mail, attachments |

| AI Agent inbox | moltbot | Setting up email for AI agents with security measures against prompt injection |

Quick Routing

Need to send emails? Use send-email skill

  • Single or batch transactional emails
  • Attachments, scheduling, templates
  • Delivery webhooks (bounced, delivered, opened)

Need to receive emails? Use resend-inbound skill

  • Setting up inbound domain (MX records)
  • Processing email.received webhooks
  • Retrieving email content and attachments
  • Forwarding received emails

Setting up an AI agent inbox? Use moltbot skill

  • Configuring email for Moltbot/Clawdbot or similar AI agents
  • Webhook setup with ngrok/tunneling for local development
  • Security levels to prevent prompt injection attacks
  • Trusted sender allowlists and content filtering

Common Setup

API Key

Store in environment variable:

```bash

export RESEND_API_KEY=re_xxxxxxxxx

```

SDK Installation

See send-email skill for installation instructions across all supported languages.

Resources

  • [Resend Documentation](https://resend.com/docs)
  • [API Reference](https://resend.com/docs/api-reference)
  • [Dashboard](https://resend.com/emails)

More from this repository10

🎯
copywriting🎯Skill

Crafts persuasive marketing copy that converts by transforming product features into compelling customer-focused narratives across web pages.

🎯
frontend-design🎯Skill

Generates distinctive, production-grade frontend interfaces with creative design, transforming web components and applications into visually striking, memorable experiences.

🎯
email-best-practices🎯Skill

Guides developers in building compliant, deliverable emails with best practices for validation, authentication, consent, and sending reliability.

🎯
next-upgrade🎯Skill

I apologize, but I cannot generate a description without seeing the actual code or having more context about the "next-upgrade" skill from the repository. Could you provide more details about what ...

🎯
web-design-guidelines🎯Skill

I apologize, but I cannot generate a description without seeing the actual content or purpose of the "web-design-guidelines" skill. Could you provide more context about what this specific skill doe...

🎯
posthog-instrumentation🎯Skill

Automatically adds PostHog analytics instrumentation across different programming languages and frameworks, enabling event tracking and feature flags.

🎯
send-email🎯Skill

Sends transactional and bulk emails via Resend API, supporting single and batch email approaches with robust error handling.

🎯
payload🎯Skill

Develops and debugs Payload CMS projects by managing collections, fields, hooks, access control, and API interactions with TypeScript-first approach.

🎯
next-best-practices🎯Skill

Streamlines and recommends best practices for Next.js projects, providing automated code quality and optimization suggestions.

🎯
find-skills🎯Skill

Discovers and recommends installable agent skills by searching the skills ecosystem when users need help with specific tasks or capabilities.