cloudflare

Guide Cloudflare product selection and implementation using decision trees and documentation retrieval.

2|Updated Apr 26, 2026
One-click install
npx skills add https://github.com/iadr-dev/colab --skill cloudflare-iadr-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloudflare
Source: https://github.com/iadr-dev/colab/tree/main/skills/coding/cloudflare-skills/skills/cloudflare
Command: npx skills add https://github.com/iadr-dev/colab --skill cloudflare-iadr-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill solves the problem of designing and implementing correct, production-ready solutions across Cloudflare’s many products by guiding you to the right services and helping you retrieve up-to-date API/documentation details.

Core Features & Use Cases

  • Comprehensive Cloudflare platform coverage 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).
  • Decision-tree driven selection so you quickly pick the best product based on your task (feature flags, compute, storage, AI, networking, security, media, analytics, IaC).
  • Retrieval-first guidance that explicitly warns about outdated knowledge and instructs you to verify limits, pricing, and API signatures in official Cloudflare documentation before relying on specifics.
  • Product indexing navigation to jump directly to focused references for Flagship, Workers, KV, D1, R2, Vectorize, AI Search/Gateway, and more.

Quick Start

Use the cloudflare skill to implement an OAuth refresh flow using Cloudflare Workers while consulting the Workers and Flagship references for the required APIs and current configuration details.

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?

Choosing the right Cloudflare storage product requires mapping your task to specific services using decision trees. You navigate product indexing references to select between KV, D1, and R2 storage based on your data structure and access patterns.

What is the best way to implement feature flags using Cloudflare Workers?

Implementing feature flags with Cloudflare Workers involves consulting the Flagship reference for required APIs. You use decision-tree driven selection to integrate Flagship alongside your Workers build targets for current configuration details.

Does this approach retrieve up-to-date Cloudflare API limits and pricing?

Retrieving up-to-date Cloudflare API limits and pricing is a core retrieval-first feature. It explicitly warns about outdated knowledge and instructs you to verify limits, pricing, and API signatures in official documentation before relying on specifics.

Can I use Terraform to manage Cloudflare WAF security and Tunnel networking?

Using Terraform to manage Cloudflare WAF security and Tunnel networking is fully supported through infrastructure-as-code workflows. You apply decision trees to map your security and networking tasks to appropriate sub-references for deterministic implementation.

How do I build an AI search application using Cloudflare Vectorize and Workers AI?

Building an AI search application using Cloudflare Vectorize and Workers AI requires navigating focused references for the Agents SDK. You use retrieval-first guidance to verify current API signatures and map your AI tasks to the appropriate Cloudflare sub-references.

Why should I verify Cloudflare API signatures before deploying my Workers code?

Verifying Cloudflare API signatures before deploying Workers code prevents integration failures due to outdated knowledge. The retrieval-first approach ensures you check official Cloudflare documentation to confirm current limits, pricing, and API behaviors for deterministic implementation.