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
Trust10 / 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.

Reliability6 / 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.

Adaptability8 / 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.

Convention6 / 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.

Effectiveness5 / 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.

Verifiability3 / 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 it does & when to 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.

Pros & cons

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 to install

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 to use

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

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

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 Code Connect Mapper

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

Design & Frontend ✓ OpenAI · Official

Figma Blank File Creator

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

Design & Frontend ✓ OpenAI · Official

Figma Design Implementer

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

Dev & Engineering ✓ OpenAI · Official

Playwright Browser Automation Skill

Drive a real browser from the terminal for web interaction, extraction, and UI debugging.

Automation & Ops ✓ OpenAI · Official

Security Best Practices Review

Security review and secure-by-default guidance for Python, JavaScript/TypeScript, and Go projects.

Design & Frontend ✓ OpenAI · Official

Hatch Pet Animation Workshop

Turn character or brand cues into validated, packageable Codex animated pets.

Productivity & Collaboration ✓ OpenAI · Official

Linear Workflow Manager

Manage Linear tickets, projects, and team workflows directly through Codex.

Automation & Ops ✓ OpenAI · Official

Repository Threat Modeler

Builds evidence-grounded, actionable AppSec threat models for code repositories.

Automation & Ops ✓ OpenAI · Official

Sentry Production Error Explorer

Inspect Sentry issues, events, and basic production health through the Sentry CLI.

Design & Frontend ✓ OpenAI · Official

Figma Design System Rules Builder

Generates project-specific rules for consistent Figma-to-code implementation.

Writing & Content ✓ OpenAI · Official

Audio Transcribe

Turn audio or video speech into text with optional speaker labels.

Design & Frontend ✓ OpenAI · Official

Figma Design System Builder

Build and validate a professional Figma design system from code.

Design & Frontend ✓ OpenAI · Official

Figma Design-to-Code Assistant

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

Related skills