SkillDex
CodexOther skillDevOps / Deploymentactive

Cloudflare Deploy

A Codex Skill for deploying applications and infrastructure to Cloudflare using Workers, Pages, and related platform services.

Overview

Use this reference when a project needs Cloudflare deployment planning, Wrangler checks, Pages deployment boundaries, or production verification notes.

What this Skill can do

  • Routes Cloudflare deployment work toward the relevant product surface.
  • Calls out authentication and Wrangler checks before deployment.
  • Keeps production deploy evidence separate from deployment preparation.

Best use cases

  • Preparing a Cloudflare Pages deployment with explicit build output and verification steps.
  • Checking Wrangler authentication before production deploy.
  • Separating preview, production, and documentation-only release boundaries.

Not suitable for

  • Storing Cloudflare account IDs or API tokens in SkillDex.
  • Claiming a Pages deployment is live before HTTP 200 is verified.
  • Using Cloudflare Workers or databases when a static Pages site is sufficient.

Inputs

  • Target Cloudflare product, build command, output directory, branch, and authentication state.
  • Repository deployment workflow and production URL expectations.

Outputs

  • Deployment path decision and command checklist.
  • Preview or production verification notes when deployment actually runs.
  • Blocked-state explanation when auth or project access is missing.

Compatibility

Tools: Codex

Environments: Codex CLI or compatible Codex skill runtime, Cloudflare Pages or Workers project

  • Requires explicit user approval before production deploys.
  • Requires Cloudflare authentication outside SkillDex; tokens must not be stored in catalog data.

SkillDex links to the source only; it does not deploy to Cloudflare.

Evidence summary

implementedVerified 2026-07-02
  • Source directoryrepo

    Public source directory and Apache-2.0 license file were checked for this catalog entry.

Safe example prompts

Prepare Cloudflare Pages deploy

Use the Cloudflare Deploy reference to verify this static site can deploy to Cloudflare Pages without changing secrets or production settings.

Review deploy boundary

Use the Cloudflare Deploy reference to distinguish preview deployment, production deployment, and documentation-only release evidence.

Installation / usage

Reference the upstream curated Skill directory.

  1. 1Open the GitHub source directory for the Skill.
  2. 2Review the current Wrangler and Cloudflare product decision guidance before applying it.

Source metadata

Author
openai
License
Apache-2.0
Indexed
2026-07-02
Reviewed
2026-07-02