cloudflare

Consolidate Cloudflare platform guidance for Workers, Pages, storage, AI, networking, security, and IaC.

Updated Apr 7, 2026
One-click install
npx skills add https://github.com/semaes111/PROYECTO-SKILLS --skill cloudflare-semaes111
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloudflare
Source: https://github.com/semaes111/PROYECTO-SKILLS/tree/main/05-SKILLS-DEVOPS-INFRA/cloudflare-workers-pages
Command: npx skills add https://github.com/semaes111/PROYECTO-SKILLS --skill cloudflare-semaes111

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Consolidates expert guidance and decision trees for building, deploying, and operating applications on the Cloudflare platform so engineers can choose the correct product and follow robust, repeatable workflows instead of searching scattered docs.

Core Features & Use Cases

  • Product decision trees for Workers, Pages, Durable Objects, D1, R2, KV, Vectorize, Workers AI, and AI Gateway to quickly select the right tool for compute, storage, AI, networking, or security tasks.
  • Deployment & authentication checks including Wrangler, Pages deploys, and CI/CD patterns plus account/API token guidance for local and automated pipelines.
  • Operational patterns covering storage tradeoffs (KV vs D1 vs R2), smart placement, networking (Tunnel, Spectrum, VPC/TCP sockets), security (WAF, DDoS, bot management), and Infrastructure-as-Code (Terraform, Pulumi).
  • Use case: Edge developers and platform engineers who must design a low-latency API backed by D1 and R2, secure it with WAF and Secrets Store, and deploy via Wrangler or Terraform.

Quick Start

Use the cloudflare skill to select the appropriate Cloudflare products, verify wrangler authentication, and run a standard deployment for a Worker or Pages project.

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, Pages, and Durable Objects for my app?

Cloudflare Workers are for serverless edge compute, Pages for full-stack static and dynamic hosting, and Durable Objects for stateful real-time coordination. Product decision trees help map compute, storage, and state requirements to the correct platform service.

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

Managing Cloudflare infrastructure with Terraform or Pulumi uses infrastructure-as-code patterns to provision WAF, R2, and DNS configurations. This provides repeatable deployment workflows and operational consistency across environments instead of manual console configuration.

Can I deploy a Cloudflare Worker using wrangler in a CI/CD pipeline?

Yes, you can deploy Cloudflare Workers using wrangler within CI/CD pipelines. Authentication is handled via account and API token guidance, enabling automated deployments for Workers and Pages projects directly from your version control workflows.

How do Cloudflare storage options compare: KV, D1, and R2?

Cloudflare KV is optimized for fast reads and eventual consistency, D1 provides relational SQL database capabilities, and R2 offers object storage for large files. Operational patterns evaluate these storage tradeoffs based on latency and data structure needs.

Does Cloudflare support AI integrations for serverless applications?

Cloudflare supports AI integrations through Workers AI, AI Gateway, and Vectorize. These services enable serverless functions to run machine learning models, route requests, and store vector embeddings directly at the network edge for low-latency inference.

How do I secure a Cloudflare Pages app with WAF and DDoS protection?

Securing a Cloudflare Pages app involves configuring Web Application Firewall (WAF), DDoS, and Bot Management security controls. These networking and security features protect edge applications from malicious traffic and volumetric attacks automatically.