Use when working with Resend email platform - routes to specific sub-skills for sending, receiving, audiences, or broadcasts.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add Demerzels-lab/elsamultiskillagent --skill resend-skills --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Resend Skills?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/demerzels-lab-resend-skills)More formats (shields.io, HTML) on the badges page.
---
name: resend
description: Use when working with Resend email platform - routes to specific sub-skills for sending, receiving, audiences, or broadcasts.
license: MIT
metadata:
author: resend
version: "2.2.0"
---
# 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)
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!