cloudflare

Consolidate official Cloudflare platform guidance for Workers, Pages, KV, D1, R2, and AI.

2.6k|242|Updated Dec 10, 2025
One-click install
npx skills add https://github.com/cloudflare/skills --skill cloudflare-cloudflare
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloudflare
Source: https://github.com/cloudflare/skills/tree/main/skills/cloudflare
Command: npx skills add https://github.com/cloudflare/skills --skill cloudflare-cloudflare

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Cloudflare Platform Skill consolidates official Cloudflare platform guidance for building on Workers, Pages, KV, D1, R2, AI, and security.

Core Features & Use Cases

It applies to edge compute, storage, deployment workflows, and security patterns, enabling developers to identify the right product and quickly load detailed references.

Quick Start

Load the Cloudflare Skill entry and follow the Quick Decision Trees to identify relevant products (Workers, KV, R2, D1, AI, etc.) and load the associated references.

Frequently Asked Questions about cloudflare

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

FAQPage Schema
How do I choose the right Cloudflare storage product for my application?

To choose the right Cloudflare storage product, load the Cloudflare Skill entry and follow the Quick Decision Trees to identify relevant products like KV, R2, or D1, then load the associated references for detailed guidance.

Can I build edge compute applications using Cloudflare Workers and AI?

Yes, you can build edge compute applications using Cloudflare Workers and AI by consolidating official platform guidance to identify deployment workflows and quickly load detailed references for your specific security and compute patterns.

What is the best way to deploy Cloudflare Pages with proper security patterns?

The best way to deploy Cloudflare Pages with security patterns is to use the Cloudflare Skill, which consolidates official platform guidance for deployment workflows and security patterns to enable quick reference loading.

Does the Cloudflare Skill require specific dependencies to use?

No, the Cloudflare Skill requires no specific dependencies to use, as it operates with an empty dependencies footprint and only needs a SKILL.md frontmatter with a name and description, alongside optional scripts and references directories.

How do I parse dependencies when setting up a Cloudflare Skill?

To parse dependencies when setting up a Cloudflare Skill, include any present scripts in your optional scripts directory; the system will automatically parse the dependencies footprint from these scripts during setup.

When should I not use edge compute for my storage and deployment workflows?

You should not use edge compute for storage workflows if your application requires centralized data processing instead of distributed edge locations, as Cloudflare products like KV and R2 are specifically designed for edge deployment patterns.