cloudflare

Consolidate Cloudflare platform capabilities into a single entry point.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Cloudflare Platform Skill centralizes the breadth of Cloudflare services into a single, discoverable unit, reducing the need to chase scattered docs and references for multi-service tasks.

Core Features & Use Cases

  • Comprehensive coverage of Workers, Pages, KV, D1, R2, Durable Objects, and AI (Workers AI, Vectorize, Agents SDK).
  • Networking and security capabilities (Tunnel, Spectrum, WAF, DDoS) plus infrastructure-as-code tooling (Terraform, Pulumi).
  • Use-case guided decision trees to identify the right product, load deep references, and compose end-to-end solutions.

Quick Start

Start by loading the Cloudflare skill, then use the Quick Decision Trees to pick a product (e.g., run code with Workers, store data with KV or D1, or deploy with Terraform) and consult the loaded references. Provide a simple example task like: “Create a Workers function that serves a page from Pages.”

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 application?

Use the Cloudflare skill's decision trees to pick the right product: deploy code with Workers, serve static sites with Pages, or manage stateful real-time applications with Durable Objects for end-to-end solutions.

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

The Cloudflare skill provides references for infrastructure-as-code tooling, allowing you to provision and manage Cloudflare networking and security configurations using Terraform and Pulumi templates.

Can I use Cloudflare KV and D1 together for data storage in Workers?

Yes, the skill consolidates KV and D1 capabilities, guiding you to use Cloudflare KV for key-value data and D1 for relational databases within your Workers functions to compose complete solutions.

Does the Cloudflare platform support AI workloads and vector databases?

The skill encompasses Workers AI, Vectorize, and the Agents SDK, enabling you to build and deploy AI-driven applications and manage vector embeddings directly on the Cloudflare platform.

How do I deploy a Cloudflare Pages site from a Workers function?

Load the Cloudflare skill and consult its loaded references to create a Workers function that serves a page from Pages, using the guided decision trees to properly configure your routing and deployment.

When should I use Cloudflare R2 instead of KV for my storage needs?

Consult the skill's decision trees to determine when to use Cloudflare R2 for large object storage versus KV for fast key-value lookups, ensuring you select the right product for your specific scale and context.