cloudflare-deploy

Deploys applications to Cloudflare Pages, API Gateway, and other services.

5|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/oldwinter/skills --skill cloudflare-deploy-oldwinter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloudflare-deploy
Source: https://github.com/oldwinter/skills/tree/main/devops-skills/cloudflare-deploy
Command: npx skills add https://github.com/oldwinter/skills --skill cloudflare-deploy-oldwinter

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies deploying applications and infrastructure to Cloudflare's platform, including Workers, Pages, and other services, making edge deployment accessible and efficient.

Core Features & Use Cases

  • Cloudflare Platform Deployment: Deploy code to Workers, Pages, Durable Objects, KV, R2, and more.
  • Automated Configuration: Guides users through setting up authentication, choosing the right Cloudflare product (Workers vs. Pages), and configuring deployment settings.
  • Use Case: Deploy a new static website to Cloudflare Pages directly from your Git repository, or deploy a serverless API to Cloudflare Workers with integrated KV storage.

Quick Start

Use the cloudflare-deploy skill to deploy this application to Cloudflare Pages and provide the resulting URL.

Frequently Asked Questions about cloudflare-deploy

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

FAQPage Schema
How do I deploy a serverless API to Cloudflare Workers?

To deploy a serverless API to Cloudflare Workers, you need to configure authentication and deployment settings. This process is automated to guide you through hosting your code directly on the edge network efficiently.

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

Hosting a static website on Cloudflare Pages can be done directly from your Git repository. The deployment process is streamlined to make edge deployment accessible without manual configuration overhead.

When should I use Cloudflare Workers versus Pages for edge deployment?

You should use Cloudflare Workers for serverless APIs and complex applications, while Pages is suited for static websites. The deployment process automates product selection based on your project's specific needs.

Can I deploy applications using Durable Objects and R2 storage on Cloudflare?

Yes, you can deploy applications using Durable Objects and R2 storage on Cloudflare. The platform supports deploying infrastructure to various Cloudflare services, enabling complex applications with integrated storage solutions.

Do I need to manually configure authentication for Cloudflare deployment?

No, manual authentication configuration is not required. The deployment process includes guidance on setting up authentication automatically, ensuring a streamlined process for edge deployment.

What Cloudflare services are supported for edge computing deployment?

Supported Cloudflare services for edge computing deployment include Workers, Pages, Durable Objects, KV, and R2. This allows you to host static sites, serverless APIs, and complex applications efficiently.