resend-setup

Configure Resend API credentials and webhook registration for email sending.

2|2|Updated May 13, 2026
One-click install
npx skills add https://github.com/autonomy-cloud/kairos-interface --skill resend-setup-autonomy-cloud
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resend-setup
Source: https://github.com/autonomy-cloud/kairos-interface/tree/main/skills/resend-setup
Command: npx skills add https://github.com/autonomy-cloud/kairos-interface --skill resend-setup-autonomy-cloud

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill sets up Resend credentials so your assistant can send outbound emails from your verified domain and optionally receive inbound emails via a webhook.

Core Features & Use Cases

  • Credential bootstrap: Checks whether Resend API credentials already exist, then prompts securely for an API key only when needed.
  • Domain detection & validation: Automatically detects a verified domain using the Resend Domains API and verifies the connection.
  • Optional inbound email via webhook: Registers a callback URL, creates the Resend webhook, and stores the signing secret for verifying inbound events.

Quick Start

Ask the assistant to run the Resend Email Setup to configure your API key and send test emails from your verified domain.

Frequently Asked Questions about resend-setup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up Resend API credentials for sending email?

To set up Resend API credentials, you provide your API key via a secure credential vault prompt, allowing your assistant to authenticate outbound email sending from your verified domain.

How do I automate domain verification for Resend email sending?

Domain verification for Resend email sending is automated by querying the Resend Domains API to detect verified domains and verify the connection before enabling outbound messages.

Do I need a webhook to receive inbound email with Resend?

You do not need a webhook for outbound sending, but configuring inbound email receipt requires registering a callback URL and storing the resulting Resend webhook signing secret.

Can I use Resend email sending with per-user API keys?

Yes, Resend email sending supports per-user API key storage within the credential vault, ensuring each personal assistant authenticates independently for sending and receiving messages.

What happens if Resend credentials already exist in the vault?

If Resend credentials already exist in the vault, the setup skips the API key prompt and proceeds directly to domain detection and optional webhook registration for inbound email.