ワンクリックで
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 職業分類に基づく
| 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.