cloudflare-email-routing

Community

Automate Cloudflare Email Routing with Workers.

Authorjackspace
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill consolidates Cloudflare Email Routing knowledge and practical patterns to enable secure, reliable email receiving and sending from Workers, reducing setup time and avoiding common pitfalls.

Core Features & Use Cases

  • Email Receiving: Parse, route, and forward emails using Email Workers with allowlists/blocklists and replies.
  • Sending from Workers: Send emails via the send_email binding to verified destinations.
  • DX and Troubleshooting: Production-ready patterns protect against 8 common issues.
  • DNS & Security: Guidance on MX, SPF, DKIM, and domain verification.

Quick Start

Enable Email Routing in Cloudflare, create and verify a destination address, install dependencies, implement an email worker, and deploy to handle real emails automatically.

Dependency Matrix

Required Modules

None required

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: cloudflare-email-routing
Download link: https://github.com/jackspace/ClaudeSkillz/archive/main.zip#cloudflare-email-routing

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository