Skill

Email Service

Skill

Send and route mail on Cloudflare, the documented way.

Official skill for Email Sending and Email Routing. Not a random SMTP snippet.

spec·Apache-2.0·Updated this quarter·github.com/cloudflare/skills

Claude CodeCursorDesktop
Scanned
npx skills add cloudflare/cloudflare-email-service

By Cloudflare

Input

A transactional or inbound mail job.

Output

A Worker + Email config.

cf-email.skill/invoke

You say

Send the receipt from the Worker.

It returns

Email Sending binding. From a verified domain.

Prompt notebook

Prompts this skill is built for.

  • You say

    Send the receipt from the Worker.

    It returns

    Email Sending binding. From a verified domain.

  • You say

    Pipe inbound to a Worker.

    It returns

    Email Routing rule. Worker handles the message.

What it teaches

  1. 01Sending
  2. 02Routing
  3. 03Workers