.agents/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 asymmetric-al/core 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 | agent-email-inbox | Setting up email for AI agents, or any system where untrusted email content triggers actions — includes 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 agent-email-inbox skill
Automated system processes untrusted email content and takes actions? Use agent-email-inbox skill
Sending + receiving together? You need both resend-inbound and send-email
Marketing emails or newsletters? Use Resend Broadcasts
Store in environment variable:
export RESEND_API_KEY=re_xxxxxxxxx
See send-email skill for installation instructions across all supported languages.
development
Use when working with Payload CMS projects (payload.config.ts, collections, fields, hooks, access control, Payload API). Use when debugging validation errors, security issues, relationship queries, transactions, or hook behavior.
testing
Use when CI tests fail on main branch after PR merge, or when investigating flaky test failures in CI environments
tools
Use when new translation keys are added to packages to generate new translations strings
data-ai
Pointer to the canonical agent instruction and skill system for this monorepo