.claude/skills/resend/SKILL.md
Use when working with Resend email platform - routes to specific sub-skills for sending, receiving, audiences, or broadcasts.
npx skillsauth add devkit-stack/Claude resendInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Resend is an email platform for developers. This skill routes to feature-specific 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 |
Need to send emails? Use send-email skill
Need to receive emails? Use resend-inbound skill
email.received webhooksSetting up an AI agent inbox? Use moltbot skill
Store in environment variable:
export RESEND_API_KEY=re_xxxxxxxxx
See send-email skill for installation instructions across all supported languages.
development
Use when sending transactional emails (welcome messages, order confirmations, password resets, receipts), notifications, or bulk emails via Resend API.
development
Use when receiving emails with Resend - setting up inbound domains, processing email.received webhooks, retrieving email content/attachments, or forwarding received emails.
development
Use when setting up an email inbox for an AI agent (Moltbot, Clawdbot, or similar) - configuring inbound email, webhooks, tunneling for local development, and implementing security measures to prevent prompt injection attacks.
development
Redis performance optimization and best practices. Use this skill when working with Redis data structures, Redis Query Engine (RQE), vector search with RedisVL, semantic caching with LangCache, or optimizing Redis performance.