What problem does it solve?
This Skill removes the friction of configuring a user’s own Resend credentials so an assistant can reliably send emails from the user’s verified domain without exposing secrets in chat.
Core Features & Use Cases
- API-key credential storage (secure, out of chat): Collects a user-provided Resend API key via the credential vault and sets up the correct Authorization header injection.
- Verified-domain detection and sender defaults: Detects a verified Resend domain automatically from the user’s Resend domains list and prepares a default sender address.
- Connection verification and optional inbound webhook setup: Confirms the API key works via domain API calls and can register an email-received webhook while storing the webhook signing secret.
- Safe-by-design sending flow: Enforces that
from must belong to a verified domain and instructs confirmation before sending any email.
Quick Start
Ask the assistant to set up Resend using your account so it can store your API key, detect your verified domain, verify the connection, and enable outbound email sending.