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
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "cloudflare-deploy" skill in my project. Please run this command in my terminal: # Install skill into your project (5 files) mkdir -p .claude/skills/cloudflare-deploy && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/cloudflare-deploy/SKILL.md "https://raw.githubusercontent.com/openai/skills/main/skills/.curated/cloudflare-deploy/SKILL.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/cloudflare-deploy/LICENSE.txt "https://raw.githubusercontent.com/openai/skills/main/skills/.curated/cloudflare-deploy/LICENSE.txt" && mkdir -p .claude/skills/cloudflare-deploy/agents && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/cloudflare-deploy/agents/openai.yaml "https://raw.githubusercontent.com/openai/skills/main/skills/.curated/cloudflare-deploy/agents/openai.yaml" && mkdir -p .claude/skills/cloudflare-deploy/assets && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/cloudflare-deploy/assets/cloudflare-small.svg "https://raw.githubusercontent.com/openai/skills/main/skills/.curated/cloudflare-deploy/assets/cloudflare-small.svg" && mkdir -p .claude/skills/cloudflare-deploy/assets && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/cloudflare-deploy/assets/cloudflare.png "https://raw.githubusercontent.com/openai/skills/main/skills/.curated/cloudflare-deploy/assets/cloudflare.png" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
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
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster