Technical & DevelopmentIntermediate
cloudflare-deploy
Deploy apps to Cloudflare using Workers, Pages, and platform services
Developer Setup
Setup & Installation
bash
npx skills add https://github.com/openai/skills --skill cloudflare-deploynpx skills add https://github.com/openai/skills --skill cloudflare-deployOr paste this URL into your assistant to install:
Overview
What This Skill Does
Deploy apps to Cloudflare using Workers, Pages, and platform services
Application
When to use this Skill
- Integrating cloudflare deploy into your development workflow.
- Following best practices for deploy apps to cloudflare using workers, pages, and platform services.
- Automating repetitive tasks with AI-assisted tooling.
- Building production-grade applications with proper standards.
- Debugging and troubleshooting common implementation issues.
Documentation
Show Skills.md file
Cloudflare Deploy
Consolidated skill for building on the Cloudflare platform. Use decision trees below to find the right product, then load detailed references.
Prerequisites
- When sandboxing blocks the deployment network calls, rerun with
sandbox_permissions=require_escalated. - The deployment might take a few minutes. Use appropriate timeout values.
Authentication (Required Before Deploy)
Verify auth before wrangler deploy, wrangler pages deploy, or npm run deploy:
npx wrangler whoami # Shows account if authenticated
Not authenticated? → references/wrangler/auth.md
- Interactive/local:
wrangler login(one-time OAuth) - CI/CD: Set
CLOUDFLARE_API_TOKENenv var
Quick Decision Trees
"I need to run code"
Lines 1 - 25 of 219
Recommendations