cloudflare-deploy

Deploy applications to Cloudflare Workers and Pages with Wrangler.

779|80|Updated Jun 20, 2025
One-click install
npx skills add https://github.com/Haohao-end/openagent --skill cloudflare-deploy-haohao-end
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloudflare-deploy
Source: https://github.com/Haohao-end/openagent/tree/main/api/internal/core/skills/catalog/cloudflare-deploy
Command: npx skills add https://github.com/Haohao-end/openagent --skill cloudflare-deploy-haohao-end

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Cloudflare deployment guidance for Workers, Pages, and related Cloudflare services, so you can reliably publish and host your application instead of getting stuck on setup, authentication, and choosing the right product.

Core Features & Use Cases

  • Deployment product selection: Helps you choose the correct Cloudflare component (Workers, Pages, Durable Objects, Workflows, KV/D1/R2/Queues, Workers AI, etc.) based on what you need to build.
  • Authentication and publishing workflow: Ensures you are authenticated before running deployment commands like Wrangler deploy or Pages deploy.
  • Operational troubleshooting: Provides guidance for sandbox/network restrictions and how to rerun with escalated permissions when deployments require outbound access.

Quick Start

Ask your agent to deploy your project to Cloudflare Workers or Pages and then verify the required authentication and environment configuration before running the appropriate deployment command.

Frequently Asked Questions about cloudflare-deploy

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

FAQPage Schema
How do I deploy my application to Cloudflare Workers or Pages?

To deploy to Cloudflare Workers or Pages, you must first ensure you are authenticated and your environment is configured. The deployment process verifies authentication and runs the appropriate Wrangler or Pages commands to publish your application.

How do I choose the right Cloudflare product for my project?

Choosing the right Cloudflare product involves matching your build requirements to services like Workers, Pages, Durable Objects, Workflows, KV, D1, R2, Queues, or Workers AI for compute, storage, and networking.

Why does my Wrangler deploy fail in a sandboxed environment?

Your Wrangler deploy may fail in a sandboxed environment due to network restrictions preventing outbound access. You can resolve this by rerunning the deployment steps with escalated network permissions to bypass the sandbox limitations.

Do I need to authenticate before publishing to Cloudflare?

Yes, you need authenticated access before publishing to Cloudflare. The deployment workflow explicitly requires you to verify your authentication and environment configuration prior to running any Wrangler deploy or Pages deploy commands.

Can I set up Cloudflare infrastructure like D1 and R2 using this deployment process?

Yes, you can set up Cloudflare infrastructure like D1 and R2. The deployment process applies to scenarios where you need to deploy, host, or set up projects using related platform services including compute, storage, security, and networking.