Cloudflare/cloudflare-email-service — Agent Skills | officialskills.sh
Back to skills

cloudflare-email-service

Send transactional email and route inbound mail with Cloudflare Email Sending and Email Routing.

Setup & Installation

npx skills add https://github.com/cloudflare/skills --skill cloudflare-email-service
or paste the link and ask your coding assistant to install it
https://github.com/cloudflare/skills/tree/main/skills/cloudflare-email-service
View on GitHub

What This Skill Does

Cloudflare Email Service covers transactional email sending and inbound routing via Workers bindings, REST API, and the Agents SDK. Handles SPF/DKIM/DMARC setup, wrangler email config, MCP email tools, and integrating email into Workers, Node.js, Python, or Go apps.

Setting up transactional email usually means integrating a third-party provider and managing deliverability yourself — this skill covers the Cloudflare-native path end to end, including config that is easy to miss for new sending domains.

When to use it

  • Adding transactional email sending to a Cloudflare Worker via a binding
  • Routing inbound email for a domain to a Worker for processing
  • Sending email from a Node.js or Python app via the REST API
  • Wiring email handling into an Agents SDK agent
  • Configuring SPF, DKIM, and DMARC for a new sending domain