email

Automate transactional email sending and inbound routing with Resend and Cloudflare.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/mlamla123/openclaw-starter-kit --skill email-mlamla123
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: email
Source: https://github.com/mlamla123/openclaw-starter-kit/tree/main/skills/email
Command: npx skills add https://github.com/mlamla123/openclaw-starter-kit --skill email-mlamla123

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the sending of transactional emails and the reception of inbound mail using Resend and Cloudflare Email Routing, enabling reliable notifications, verification workflows, and domain-based email workflows.

Core Features & Use Cases

  • Sending: Dispatch transactional emails via Resend with domain setup (DKIM/SPF) guidance.
  • Receiving: Use Cloudflare Email Routing + Worker to capture inbound mail and optionally extract verification codes for downstream automation.
  • Use Case: Ideal for onboarding notifications, order confirmations, password resets, and verification flows for apps with a custom domain.

Quick Start

Configure your domain in Resend, set up the necessary Cloudflare DNS records, deploy the receive worker, and then send a test transactional email.

Frequently Asked Questions about email

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

FAQPage Schema
How do I send and receive transactional emails using Resend and Cloudflare?

To send and receive transactional emails, this automation utilizes the Resend API for outbound delivery and Cloudflare Email Routing with Workers for inbound capture, requiring domain configuration and DNS setup.

What DNS records do I need to configure for domain-based email delivery?

Domain-based email delivery requires configuring Cloudflare DNS records, specifically DKIM and SPF entries, to ensure reliable outbound transactional email dispatch via the Resend API.

Can I extract verification codes from inbound emails automatically?

Yes, inbound mail captured through the Cloudflare Email Routing Worker can be processed to automatically extract verification codes for downstream transactional workflow automation.

Does this email automation approach work for custom domain onboarding notifications?

Yes, this approach supports custom domain email workflows, making it ideal for onboarding notifications, order confirmations, password resets, and verification flows across various apps.

Do I need a Cloudflare Worker to receive inbound emails?

An optional Cloudflare Worker is required to receive inbound mail and enable automated routing and verification code extraction, while outbound dispatch relies solely on the Resend API.