resend

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

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "resend" with this command: npx skills add samunderwood/agent-skills/samunderwood-agent-skills-resend

Resend

Overview

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

Sub-Skills

FeatureSkillUse When
Sending emailssend-emailTransactional emails, notifications, batch sends
Receiving emailsresend-inboundProcessing inbound emails, webhooks for received mail, attachments
AI Agent inboxmoltbotSetting 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:

export RESEND_API_KEY=re_xxxxxxxxx

SDK Installation

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

Resources

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

resend

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

send-email

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

copywriting

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

vercel-composition-patterns

No summary provided by upstream source.

Repository SourceNeeds Review