AI SummaryStreamlines Cloudflare deployments by guiding users through Workers, Pages, and platform services with decision trees and authentication verification. Developers building on Cloudflare benefit from consolidated, quick-start deployment guidance.
Install
# Add to your project root as SKILL.md curl -o SKILL.md "https://raw.githubusercontent.com/openai/skills/main/skills/.curated/cloudflare-deploy/SKILL.md"
Description
Deploy applications and infrastructure to Cloudflare using Workers, Pages, and related platform services. Use when the user asks to deploy, host, publish, or set up a project on Cloudflare.
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.
Developer Tools
| Product | Reference | |---------|-----------| | Wrangler | references/wrangler/ | | Miniflare | references/miniflare/ | | C3 | references/c3/ | | Observability | references/observability/ | | Analytics Engine | references/analytics-engine/ | | Web Analytics | references/web-analytics/ | | Sandbox | references/sandbox/ | | Workerd | references/workerd/ | | Workers Playground | references/workers-playground/ |
Cloudflare Deploy
Consolidated skill for building on the Cloudflare platform. Use decision trees below to find the right product, then load detailed references.
Authentication (Required Before Deploy)
Verify auth before wrangler deploy, wrangler pages deploy, or npm run deploy: `bash 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_TOKEN env var
Quality Score
Good
84/100
Trust & Transparency
No License Detected
Review source code before installing
Verified Open Source
Hosted on GitHub — publicly auditable
Actively Maintained
Last commit Today
10.2k stars — Strong Community
569 forks