cloudflare-features

Configure Cloudflare Email Routing, AI Gateway, Access, and Image Transforms.

1|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/bluewaves-creations/website-foundation --skill cloudflare-features
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloudflare-features
Source: https://github.com/bluewaves-creations/website-foundation/tree/main/.claude/skills/cloudflare-features
Command: npx skills add https://github.com/bluewaves-creations/website-foundation --skill cloudflare-features

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the configuration and utilization of essential Cloudflare services, enabling advanced website functionalities like secure email delivery, AI-powered media generation, protected content access, and optimized image delivery.

Core Features & Use Cases

  • Email Routing: Securely send emails from your contact form using Cloudflare's SEND_EMAIL binding.
  • AI Gateway: Integrate with fal.ai for on-demand image and video generation through Cloudflare's AI Gateway.
  • Cloudflare Access: Protect sensitive pages and API routes using JWT verification for secure authentication.
  • Image Transforms: Optimize images dynamically using Cloudflare's /cdn-cgi/image/ endpoint for faster loading.
  • Use Case: When a user submits your website's contact form, this Skill ensures the email is reliably delivered to your inbox, and if they request AI-generated images, it facilitates that process securely and efficiently.

Quick Start

Use the cloudflare-features skill to configure email routing for your contact form.

Frequently Asked Questions about cloudflare-features

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

FAQPage Schema
How do I send emails from a contact form using Cloudflare Worker bindings?

Configure Cloudflare's SEND_EMAIL Worker binding to securely route contact form submissions to your inbox, ensuring reliable email delivery without managing external SMTP servers.

How does Cloudflare Access protect API routes with JWT authentication?

Cloudflare Access protects sensitive pages and API routes by verifying JSON Web Tokens (JWT), ensuring only authenticated users can securely reach your protected application endpoints.

Can I generate AI images via fal.ai using Cloudflare AI Gateway?

Yes, you can integrate with fal.ai through Cloudflare's AI Gateway to securely facilitate on-demand generation of AI images and videos via configured Worker bindings.

What is the best way to optimize images dynamically with Cloudflare?

Use Cloudflare's /cdn-cgi/image/ endpoint to transform and optimize images on-the-fly, significantly reducing image payload sizes and accelerating webpage loading times.

Does this Cloudflare integration approach require external dependencies?

This approach relies entirely on native Cloudflare Worker bindings and services like Email Routing, AI Gateway, Access, and Image Transforms, requiring zero external dependencies to implement.

When should I use Cloudflare Image Transforms for media optimization?

Use Cloudflare Image Transforms when you need on-the-fly image optimization via the /cdn-cgi/image/ endpoint to accelerate content delivery without pre-processing or storing resized assets.