Automation & Ops ✓ OpenAI · Official cloudflarewranglerworkerspagesinfrastructure-as-codeedge-computingdeployment

Cloudflare Deployment Assistant

Guides Cloudflare product selection and deployment for applications and infrastructure.

FollowSkills review · FSRS-2.0
Not recommended
38/ 100 5-point scale 1.9 / 5
1 2 3 4 5 6
1Trust10 / 25 · 2.0/5

The documentation requires checking Wrangler authentication before deployment and shows API-token, environment-variable, and secret-management patterns, providing partial authentication and data-flow awareness. Points are deducted because deployment has external effects but explicit user confirmation, least-privilege configuration, change scoping, rollback, and post-deployment verification are not specified; the escalation advice also lacks detailed isolation and risk controls.

2Reliability6 / 20 · 1.5/5

Authentication guidance, product decision trees, configuration examples, and troubleshooting cover many plausible paths. Points are deducted because the static material contains no execution or test evidence, many referenced directories are not included in the supplied material, and some examples appear questionable, such as using await inside a non-async onStart; abnormal-input, deployment-failure, and version-compatibility feedback is thin. Static calibration limits this to 10 or below.

3Adaptability8 / 15 · 2.7/5

The trigger is clear, and the decision trees map compute, storage, AI, networking, and deployment needs to Cloudflare products. Points are deducted because non-fit scenarios, required inputs, output contracts, and trigger boundaries are underdefined; Chinese-language support and mainland-China reachability for Cloudflare, npm, OAuth, and API services are not addressed.

4Convention6 / 15 · 2.0/5

The main document uses progressive sections for prerequisites, decision trees, product indexes, and troubleshooting, with generally clear naming and references. Points are deducted because the supplied license metadata is unknown, and no versioning, changelog, explicit maintenance owner, or update path is shown; the repository README also states that the repository is deprecated, while dependency and complete-reference installation notes are incomplete.

5Effectiveness5 / 15 · 1.7/5

The skill can provide Cloudflare product selection, authentication, configuration, and deployment commands, so it plausibly supports basic deployment preparation. Points are deducted because its scope is very broad, key implementation details depend on many unprovided reference files, and no complete end-to-end output, returned URL, or configuration validation is statically verified; substantial manual checking may remain. Static calibration limits this to 7 or below.

6Verifiability3 / 10 · 1.5/5

The supplied files contain inspectable commands, configuration snippets, code examples, and troubleshooting notes, giving limited auditability. Points are deducted because there is no test suite, CI execution record, third-party reproduction evidence, or corroborating evidence from multiple sources; many claims about behavior and compatibility cannot be independently verified from the supplied files. Static calibration limits this to 5 or below.

Evidence confidence:Low Reviewed Jul 20, 2026 Reviewed revision 49f948faa925
Before you use it
  • Deployment commands create external infrastructure changes; add per-operation user confirmation, least-privilege tokens, change previews, and a verifiable rollback process before use.
  • Do not place API tokens, OAuth credentials, or provider keys from the examples in source code; verify reachability of Cloudflare, npm, OAuth, and related APIs in the target network.
  • The repository is marked deprecated, and the supplied material lacks version pinning, test execution evidence, and complete reference files; verify current official documentation and dependency compatibility before use.
See the full review method →

What does this skill do, and when should you use it?

This skill supports deployment to the Cloudflare platform, including Workers, Pages, and related services. Decision trees map compute, storage, AI, networking, security, media, and infrastructure-as-code needs to Cloudflare products. It requires Wrangler authentication before deployment and supports local OAuth login or a CI/CD API token. The repository is deprecated, so current installation and plugin examples should be taken from the OpenAI Plugins repository.

Maps deployment, hosting, publishing, and Cloudflare setup requests to relevant products; loads detailed material from references/; runs npx wrangler whoami before wrangler deploy, wrangler pages deploy, or npm run deploy; and advises retrying with elevated network access when sandbox networking blocks deployment.

  1. A developer deploying edge serverless functions to Cloudflare Workers.
  2. A team publishing a full-stack web application to Cloudflare Pages through Git deployments.
  3. An engineer choosing among KV, D1, R2, Queues, and Durable Objects for application data.
  4. A developer selecting Workers AI, Vectorize, or the Agents SDK for a Cloudflare AI workload.
  5. An operations engineer managing Cloudflare infrastructure through Terraform, Pulumi, or the REST API.

What are this skill's strengths and limitations?

Pros
  • Covers many Cloudflare product areas with need-based decision trees.
  • Specifies an authentication check before deployment.
  • Supports both local OAuth and CI/CD API-token workflows.
  • Includes guidance for network-related deployment failures.
Limitations
  • The repository is explicitly deprecated and should not be the sole source for current examples.
  • The supplied material mainly provides routing and operational guidance; detailed product references are not included here.
  • The source provides no test-suite, platform-coverage, or deployment-success evidence.
  • Deployment may require elevated network access and authenticated Cloudflare account access.

How do you install this skill?

The skill is located at skills/.curated/cloudflare-deploy. The README gives this curated-skill installation command: $skill-installer cloudflare-deploy. Restart Codex after installation. The provided sources do not document additional environment setup.

How do you use this skill?

Give the agent a request such as “Deploy this project to Cloudflare Workers” or “Publish this website to Cloudflare Pages.” Before deployment, run npx wrangler whoami; use wrangler login for local OAuth authentication or set CLOUDFLARE_API_TOKEN in CI/CD. The supplied sources do not provide complete product-specific deployment commands or configuration examples.

FAQ

What permissions are required?
The source requires Wrangler authentication before deployment: OAuth login locally or `CLOUDFLARE_API_TOKEN` in CI/CD. Restricted network environments may also require elevated network access.
Does it support only Workers?
No. It also covers Pages, storage, AI, networking, security, media, real-time communication, developer tools, and infrastructure as code across Cloudflare products.
Is the repository still recommended?
No. The README says the repository is deprecated and directs users to the OpenAI Plugins repository for current examples.
Does it document deployment costs?
No. The supplied source material contains no pricing or cost information.

More skills from this repository

All from openai/skills

Automation & Ops ✓ OpenAI · Official

Render Deployment Assistant

Analyze an application and produce a Render deployment path or Blueprint.

Automation & Ops ✓ OpenAI · Official

Vercel Preview Deploy

Deploy an app or website to Vercel and return its preview link.

Design & Frontend ✓ OpenAI · Official

Figma Code Connect Mapper

Link Figma components to their code implementations for traceable design-code consistency.

Design & Frontend ✓ OpenAI · Official

Figma Design Implementer

Turn Figma specifications into production-ready frontend code with verifiable visual fidelity.

Design & Frontend ✓ OpenAI · Official

Figma Design-to-Code Assistant

Fetch Figma design context and turn selected nodes into production code.

Automation & Ops ✓ OpenAI · Official

Netlify Deployment Assistant

Connect, preview, and publish web projects on Netlify through the Netlify CLI.

Automation & Ops ✓ OpenAI · Official

Security Ownership Map

Use Git history to reveal who really owns sensitive code and where bus-factor risk is concentrated.

Productivity & Collaboration ✓ OpenAI · Official

Notion Research & Documentation

Turn multiple Notion sources into cited briefs and structured reports.

Dev & Engineering ✓ OpenAI · Official

GitHub PR Comment Handler

Use GitHub CLI to review and act on comments in the open PR for the current branch.

Dev & Engineering ✓ OpenAI · Official

Codex Migration Assistant

Move Claude Code instructions, skills, agents, and MCP configuration into Codex.

Dev & Engineering ✓ OpenAI · Official

Yeet GitHub PR Flow

A controlled workflow for staging, committing, pushing, and opening a GitHub pull request in one request.

Productivity & Collaboration ✓ OpenAI · Official

Notion Knowledge Capture

Turn conversations and notes into structured, linkable Notion knowledge pages.

Productivity & Collaboration ✓ OpenAI · Official

Goal Definition Assistant

Turn vague intentions into measurable, verifiable goals with clear scope and stopping conditions.

Dev & Engineering ✓ OpenAI · Official

Codex CLI Builder

Turn APIs, scripts, and existing tools into durable, composable command-line interfaces.

Design & Frontend ✓ OpenAI · Official

Codex Image Studio

Generate and edit production-ready raster assets for projects.

Dev & Engineering ✓ OpenAI · Official

OpenAI Developer Docs Assistant

Current, official guidance for building with OpenAI products, APIs, and Codex.

Dev & Engineering ✓ OpenAI · Official

OpenAI Skill Creator Guide

A practical guide to designing, writing, validating, and iterating reusable Codex skills.

Dev & Engineering ✓ OpenAI · Official

ASP.NET Core Engineering Guide

Guides developers through building, reviewing, and upgrading ASP.NET Core apps.

Dev & Engineering ✓ OpenAI · Official

ChatGPT Apps Builder

Build documented ChatGPT apps that pair an MCP server with a widget UI.

Design & Frontend ✓ OpenAI · Official

Figma Blank File Creator

Create a blank Figma Design or FigJam file in the selected drafts folder.

Related skills