cloudflare

Develop and deploy applications on Cloudflare Workers, Pages, KV, D1, and R2.

6|1|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/RepairYourTech/cfsa-antigravity --skill cloudflare-repairyourtech
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloudflare
Source: https://github.com/RepairYourTech/cfsa-antigravity/tree/main/.agent/skill-library/stack/hosting/cloudflare
Command: npx skills add https://github.com/RepairYourTech/cfsa-antigravity --skill cloudflare-repairyourtech

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a comprehensive toolkit for developing and deploying applications and services on the Cloudflare platform, simplifying complex infrastructure management.

Core Features & Use Cases

  • Edge Compute: Deploy serverless functions (Workers) and full-stack applications (Pages) at the network edge.
  • Data Storage: Utilize various storage solutions like KV, D1 (SQL), and R2 (object storage).
  • AI & ML: Integrate AI capabilities with Workers AI and Vectorize.
  • Networking & Security: Manage network connectivity (Tunnel, Spectrum) and security features (WAF, DDoS).
  • Use Case: Develop a global, low-latency web application using Cloudflare Pages for the frontend, Workers for the backend API, and D1 for the database.

Quick Start

Use the cloudflare skill to deploy a new Worker.

Frequently Asked Questions about cloudflare

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

FAQPage Schema
How do I build and deploy serverless applications on Cloudflare's edge network?

To build and deploy serverless applications on the Cloudflare edge network, use Workers for backend compute functions and Pages for full-stack frontend deployment. This combination enables global, low-latency application delivery directly at the network edge.

What Cloudflare storage options are available for data-intensive services?

Cloudflare storage options for data-intensive services include KV for key-value data, D1 for SQL databases, and R2 for object storage. These solutions integrate directly with Workers to build stateful edge applications with persistent data.

Can I integrate AI models into my Cloudflare Workers backend?

Yes, you can integrate AI models into your Cloudflare Workers backend using Workers AI and Vectorize. This enables edge inference and machine learning capabilities directly within your serverless compute environment without external API calls.

Does Cloudflare provide built-in networking and security features for edge infrastructure?

Cloudflare provides built-in networking and security features for edge infrastructure including Tunnel for private network connectivity, Spectrum for protocol protection, WAF for web application firewall rules, and DDoS mitigation to secure deployed applications.

What is the best way to architect a global web application using Cloudflare?

The best way to architect a global web application using Cloudflare is combining Pages for the frontend, Workers for the backend API, and D1 for the database. This stack minimizes latency by processing requests and storing data at the edge.

What do I need to know to effectively utilize the Cloudflare platform?

To effectively utilize the Cloudflare platform, you need understanding of its product suite including Workers, Pages, KV, D1, R2, Workers AI, Tunnel, and WAF. Familiarity with these components is required for full infrastructure utilization.