resend-domain

Automates Resend domain verification and Cloudflare DNS record setup via Playwright.

Updated Mar 1, 2026
One-click install
npx skills add https://github.com/mqzkim/trading --skill resend-domain
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resend-domain
Source: https://github.com/mqzkim/trading/tree/main/.agents/skills/resend-domain
Command: npx skills add https://github.com/mqzkim/trading --skill resend-domain

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of verifying your domain with Resend, including the crucial step of adding necessary DNS records to your provider like Cloudflare.

Core Features & Use Cases

  • Automated Domain Verification: Completes the Resend domain verification flow using Playwright.
  • DNS Record Management: Automatically adds SPF, DKIM, and DMARC records to Cloudflare.
  • Use Case: Quickly set up email sending for a new domain on Resend without manual DNS configuration, ensuring deliverability.

Quick Start

Use the resend-domain skill to verify the domain 'example.com' with Cloudflare.

Frequently Asked Questions about resend-domain

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

FAQPage Schema
How do I automate Resend domain verification and add DNS records to Cloudflare?

Automating Resend domain verification uses Playwright to extract required DNS records and automatically configure them within Cloudflare. This eliminates manual DNS entry, automatically adding SPF, DKIM, and DMARC records to ensure proper email deliverability for your domain.

What DNS records do I need to configure for Resend email deliverability?

Resend email deliverability requires configuring SPF, DKIM, and DMARC DNS records on your domain. This Skill extracts these specific records from the Resend platform and automatically adds them to your Cloudflare DNS settings to verify domain ownership.

Can I use this automation to verify a domain registered with a provider other than Cloudflare?

This automation currently supports configuring DNS records specifically within Cloudflare. However, it supports dynamic argument parsing for registrar selection, meaning you can specify your domain name and choose your registrar during the domain verification process.

Is there a way to set up email sending for a new domain on Resend without manual DNS configuration?

Yes, you can set up email sending for a new domain on Resend without manual DNS configuration by using browser automation. This Skill drives the Resend verification flow using Playwright, automatically extracting and applying the necessary DNS settings to Cloudflare.

Why does Resend domain verification fail when DNS records are not added correctly?

Resend domain verification fails when DNS records are not added correctly because the platform cannot confirm your domain ownership. Automatically extracting the exact SPF, DKIM, and DMARC records from Resend and applying them to Cloudflare ensures proper verification and email deliverability.