skills.vishalvoidskills/vishalvoid
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-deploy

Overview

What This Skill Does

Deploy apps to Cloudflare using Workers, Pages, and platform services

Application

When to use this Skill

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_TOKEN env var

Quick Decision Trees

"I need to run code"

Lines 1 - 25 of 219

Recommendations

Explore other random skills

All skillsMy patterns