cloudflare

Guide Cloudflare platform usage across compute, storage, networking, AI, and security services.

1|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/Kuass/kiro-gateway-plus --skill cloudflare-kuass
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloudflare
Source: https://github.com/Kuass/kiro-gateway-plus/tree/main/.opencode/skill/cloudflare
Command: npx skills add https://github.com/Kuass/kiro-gateway-plus --skill cloudflare-kuass

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides comprehensive guidance for navigating and utilizing the extensive Cloudflare platform, enabling users to efficiently build, deploy, and manage applications and infrastructure.

Core Features & Use Cases

  • Platform Coverage: Covers compute (Workers, Pages), storage (KV, R2, D1), networking (Tunnel, Spectrum), AI (Workers AI), security (WAF, DDoS), and infrastructure-as-code (Terraform, Pulumi).
  • Task Guidance: Offers decision trees, quick starts, and detailed references for specific Cloudflare products.
  • 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 documentation and patterns for each component.

Quick Start

Use the cloudflare skill to learn how to deploy a Cloudflare Worker with D1 database integration.

Frequently Asked Questions about cloudflare

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

FAQPage Schema
How do I build a serverless API using Cloudflare Workers and D1?

To build a serverless API with Cloudflare Workers and D1, you need to deploy a Worker and configure D1 database integration to store and query relational data at the edge. This Skill provides deployment patterns and references for connecting these compute and storage components.

What is the best way to choose between Cloudflare R2 and KV for application storage?

Choosing between Cloudflare R2 and KV depends on your storage requirements: R2 is designed for large object storage like static assets, while KV is optimized for fast, eventual consistency key-value lookups. This Skill provides decision trees to help select the correct service.

Can I manage Cloudflare infrastructure using Terraform and Pulumi?

Yes, you can manage Cloudflare infrastructure using Terraform and Pulumi for infrastructure-as-code deployments. This Skill offers detailed references to help you provision, configure, and automate networking, security, and compute resources across the Cloudflare platform.

Does Cloudflare Workers AI support integrating machine learning models into edge applications?

Yes, Cloudflare Workers AI supports integrating machine learning models directly into edge applications. This Skill provides expert guidance on utilizing Workers AI alongside compute and storage services to build intelligent applications without managing backend infrastructure.

How do I configure Cloudflare WAF and DDoS protection for my deployed application?

Configuring Cloudflare WAF and DDoS protection involves applying security rules and network policies to shield your deployed application from malicious traffic. This Skill provides detailed references for setting up and managing these security features effectively.