SkillDex
Codex其他 SkillDevOps / 部署active

Cloudflare Deploy

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

概览

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

这个 Skill 可以做什么

  • 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.

最佳使用场景

  • 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.

不适合

  • 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.

输入

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

输出

  • 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.

兼容性

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.

证据摘要

implementedVerified 2026-07-02
  • Source directoryrepo

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

安全示例提示词

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.

安装 / 使用

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.

来源元数据

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