cloudflare

Retrieve current Cloudflare docs to guide multi-product architecture and troubleshooting.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ecomm360-sl/isaacbosch-emdash-web --skill cloudflare-ecomm360-sl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloudflare
Source: https://github.com/ecomm360-sl/isaacbosch-emdash-web/tree/main/.agents/skills/cloudflare
Command: npx skills add https://github.com/ecomm360-sl/isaacbosch-emdash-web --skill cloudflare-ecomm360-sl

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Consolidates authoritative Cloudflare platform guidance across Workers, Pages, storage (KV, D1, R2), AI (Workers AI, Vectorize, Agents SDK), networking (Tunnel, Spectrum), security (WAF, DDoS), and infrastructure-as-code (Terraform, Pulumi) to accelerate multi-product development and decision-making.

Core Features & Use Cases

  • Comprehensive coverage of Workers, Pages, KV, D1, R2, Durable Objects, AI (Workers AI, Vectorize, Agents SDK), networking (Tunnel, Spectrum), and security (WAF, DDoS), plus infrastructure-as-code tooling (Terraform, Pulumi).
  • Decision-tree style guidance for common needs (run code, store data, AI workflows, private networking, security protections, IaC) with practical use-case examples.
  • Retrieval-first approach that prioritizes Cloudflare docs and official references over pre-trained knowledge to ensure accuracy.

Quick Start

Load this skill to outline the best product path for your Cloudflare task and fetch the latest docs.

Quick Start

(Activate this skill by querying for the best Cloudflare product path and pulling the most current documentation.)

Frequently Asked Questions about cloudflare

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

FAQPage Schema
How do I choose between Cloudflare Workers and Pages for my application?

To choose between Cloudflare Workers and Pages, evaluate your architecture needs: Workers handles API routing and edge compute logic, while Pages optimizes static frontend deployment. This skill provides decision-tree guidance for product selection across the Cloudflare platform.

What's the best way to manage Cloudflare infrastructure using Terraform and Pulumi?

Managing Cloudflare infrastructure with Terraform and Pulumi requires mapping resources like R2, D1, and KV into declarative configurations. This skill retrieves current infrastructure-as-code documentation to guide multi-service integration and provisioning workflows.

Can I build AI workflows using Cloudflare Workers AI and Vectorize?

Yes, you can build AI workflows using Cloudflare Workers AI and Vectorize by combining edge inference with vector storage. This skill outlines product paths for AI architecture planning, including the Agents SDK for complex orchestration.

Does Cloudflare support private networking through Tunnel and Spectrum?

Cloudflare supports private networking through Tunnel for secure origin connections and Spectrum for TCP/UDP proxying. This skill provides up-to-date guidance for networking configurations and troubleshooting across these products.

How do I configure Cloudflare WAF and DDoS protection for my web application?

Configuring Cloudflare WAF and DDoS protection involves defining firewall rules and mitigating attack traffic at the edge. This skill retrieves official Cloudflare security documentation to assist with architecture planning and threat mitigation strategies.

When should I use Cloudflare R2, KV, or D1 for data storage?

Choosing between Cloudflare R2, KV, and D1 depends on your data structure: R2 stores large blobs, KV handles key-value pairs globally, and D1 provides relational SQLite databases. This skill offers decision-tree guidance for storage product selection.