cloudflare-deploy

Installation
Summary

Deploy applications and infrastructure to Cloudflare using Workers, Pages, and platform services.

  • Covers 40+ Cloudflare products organized by use case: compute (Workers, Pages, Durable Objects, Workflows), storage (KV, D1, R2, Queues), AI/ML (Workers AI, Vectorize, Agents SDK), networking (Tunnel, Spectrum), and security (WAF, Bot Management, Turnstile)
  • Includes decision trees to route users to the right product based on their need (run code, store data, add AI, networking, security, or media)
  • Requires authentication via wrangler login (local) or CLOUDFLARE_API_TOKEN env var (CI/CD); verify with wrangler whoami before deploying
  • May require escalated sandbox permissions (sandbox_permissions=require_escalated) if network calls are blocked during deployment
SKILL.md

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)
Related skills

More from openai/skills

Installs
1.4K
Repository
openai/skills
GitHub Stars
18.9K
First Seen
Feb 1, 2026