ワンクリックで
resend
Use when working with Resend email platform - routes to specific sub-skills for sending, receiving, audiences, or broadcasts.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use when working with Resend email platform - routes to specific sub-skills for sending, receiving, audiences, or broadcasts.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Use when building email features, emails going to spam, high bounce rates, setting up SPF/DKIM/DMARC authentication, implementing email capture, ensuring compliance (CAN-SPAM, GDPR, CASL), handling webhooks, retry logic, or deciding transactional vs marketing.
Use when creating HTML email templates with React components - welcome emails, password resets, notifications, order confirmations, newsletters, or transactional emails.
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.
Use when receiving emails with Resend - setting up inbound domains, processing email.received webhooks, retrieving email content/attachments, or forwarding received emails.
Use when sending transactional emails (welcome messages, order confirmations, password resets, receipts), notifications, or bulk emails via Resend API.
Find and fix issues from Sentry using MCP. Use when asked to fix Sentry errors, debug production issues, investigate exceptions, or resolve bugs reported in Sentry. Methodically analyzes stack traces, breadcrumbs, traces, and context to identify root causes.
| 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.5.0","homepage":"https://resend.com","source":"https://github.com/resend/resend-skills"} |
| inputs | [{"name":"RESEND_API_KEY","description":"Resend API key for sending and receiving emails. Get yours at https://resend.com/api-keys","required":true},{"name":"RESEND_WEBHOOK_SECRET","description":"Webhook signing secret for verifying event payloads. Found in the Resend dashboard under Webhooks after creating an endpoint.","required":false}] |
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.