cloudflare

Provide expert guidance and documentation for Cloudflare platform services.

Updated Jan 9, 2026
One-click install
npx skills add https://github.com/maplin-co/ai-course --skill cloudflare-maplin-co
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloudflare
Source: https://github.com/maplin-co/ai-course/tree/main/.opencode/skill/cloudflare
Command: npx skills add https://github.com/maplin-co/ai-course --skill cloudflare-maplin-co

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides comprehensive, expert-level guidance for navigating and utilizing the vast array of Cloudflare's services, enabling developers to build, deploy, and manage applications efficiently and securely on Cloudflare's global network.

Core Features & Use Cases

  • Platform Coverage: Covers compute (Workers, Pages), storage (KV, R2, D1), AI (Workers AI, Vectorize), networking (Tunnel, Spectrum), security (WAF, DDoS), and infrastructure-as-code (Terraform, Pulumi).
  • Decision Trees: Quickly identify the right Cloudflare product for your needs.
  • Detailed References: Access in-depth guides, API docs, patterns, and troubleshooting for each service.
  • Use Case: A developer needs to build a serverless API using Cloudflare Workers, store data in D1, and serve static assets from R2. This Skill provides the necessary references for each component and how they integrate.

Quick Start

Use the Cloudflare skill to find out how to deploy a static website using Cloudflare Pages.

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 service for my application?

Cloudflare storage choices are guided by decision trees mapping data needs to specific services like D1 for relational data, R2 for object storage, and KV for key-value pairs, ensuring efficient application architecture.

Can I build a serverless API using Cloudflare Workers and D1 together?

Yes, you can build a serverless API using Cloudflare Workers and D1 together by following detailed integration references that demonstrate connecting compute resources to relational storage for data-driven applications.

What is the best way to deploy a static website on Cloudflare Pages?

Deploying a static website on Cloudflare Pages is achieved by following quick start references that guide you through connecting your repository and configuring build settings for global asset delivery.

Does Cloudflare support infrastructure-as-code tools like Terraform and Pulumi?

Cloudflare supports infrastructure-as-code tools like Terraform and Pulumi, providing documentation and references to define, provision, and manage networking, security, and compute resources programmatically.

How does Cloudflare Vectorize integrate with Workers AI applications?

Cloudflare Vectorize integrates with Workers AI by providing vector storage capabilities, allowing developers to build and query AI-driven applications efficiently within the global network compute environment.

When should I use Cloudflare Tunnel for networking instead of standard DNS routing?

Cloudflare Tunnel is used for secure networking when connecting private infrastructure to Cloudflare without exposing public ingress ports, relying on outbound connections for enhanced security and simplified access.