cloudflare

Analyze Cloudflare platform tasks and generate implementation guidance for Workers, Pages, storage, AI, networking, security, and infrastructure as code.

Updated Jan 30, 2026
One-click install
npx skills add https://github.com/Rayzerrek/dotfiles --skill cloudflare-rayzerrek
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloudflare
Source: https://github.com/Rayzerrek/dotfiles/tree/main/.pi/agent/skills/cloudflare
Command: npx skills add https://github.com/Rayzerrek/dotfiles --skill cloudflare-rayzerrek

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps engineers choose, configure, and implement the right Cloudflare product without relying on stale assumptions or scattered documentation.

Core Features & Use Cases

  • Platform-wide guidance: Covers Workers, Pages, storage, AI, networking, security, observability, and infrastructure as code.
  • Retrieval-first workflow: Encourages checking live Cloudflare docs, types, and schemas before citing limits, APIs, or configuration details.
  • Use Case: A developer building an edge app can use this Skill to decide between KV, D1, R2, Durable Objects, Workers AI, Tunnel, WAF, or Terraform and then follow the correct reference path.

Quick Start

Ask for the Cloudflare product you want to use and the task you need to complete, and the Skill will route you to the right setup, API, and implementation guidance.

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 KV, D1, and R2 for my Workers application?

Choosing between Cloudflare KV, D1, and R2 depends on your data structure and access patterns. KV handles key-value pairs, D1 provides relational SQL databases, and R2 stores large objects, ensuring you select the correct storage binding for your edge app.

What is the best way to configure Cloudflare WAF and Tunnel for secure infrastructure?

The best way to configure Cloudflare WAF and Tunnel involves following specific setup references for networking and security. This ensures your infrastructure is protected by web application firewalls while securely exposing local services through encrypted tunnels.

How do I deploy a Cloudflare Pages project using Wrangler?

To deploy a Cloudflare Pages project using Wrangler, you need to follow the correct configuration schemas and deployment steps. This ensures your frontend application is properly built, bound to necessary edge services, and published to the global network.

Can I use Terraform to manage Cloudflare Workers and Durable Objects infrastructure as code?

Yes, you can use Terraform to manage Cloudflare Workers and Durable Objects infrastructure as code. This approach allows you to provision, configure, and maintain your edge compute resources declaratively, ensuring consistent deployments across your environments.

Why does my Cloudflare Workers API return inaccurate limits or binding errors?

Cloudflare Workers API errors often occur when relying on stale assumptions instead of current documentation. Checking live Wrangler schemas, worker types, and product references ensures API accuracy and resolves binding configuration issues.

Does Cloudflare Workers AI support retrieval-driven decisions for edge applications?

Yes, Cloudflare Workers AI supports retrieval-driven decisions for edge applications. By integrating AI bindings with your Workers code, you can execute model inference and generate intelligent responses directly at the network edge.