cloudflare-deploy

Deploy Cloudflare Workers and Pages via wrangler with authentication and domain setup.

22|4|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/joelhooks/atproto-agent-network --skill cloudflare-deploy-joelhooks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloudflare-deploy
Source: https://github.com/joelhooks/atproto-agent-network/tree/main/.codex/skills/cloudflare-deploy
Command: npx skills add https://github.com/joelhooks/atproto-agent-network --skill cloudflare-deploy-joelhooks

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Deploy Cloudflare applications and infrastructure with a unified workflow, simplifying setup and ongoing management across workers, pages, and related services.

Core Features & Use Cases

  • Deploy workers and pages with a cohesive workflow, including environment configuration and authentication.
  • Use cases include initializing new projects, previews in CI/CD pipelines, and configuring production domain routing.
  • Example: You want to publish a new Workers site and securely set up domain routing for production from a single declarative workflow.

Quick Start

Use wrangler to authenticate and deploy your Cloudflare project, following guidance in the skill to set up and run deployments.

Frequently Asked Questions about cloudflare-deploy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy a Cloudflare Workers app using wrangler?

Deploy a Cloudflare Workers app by using the wrangler tooling to authenticate your Cloudflare account and execute the deployment commands. This workflow handles publishing your workers and configuring the necessary environment variables.

What's the best way to automate Cloudflare Pages deployments in CI/CD pipelines?

Automate Cloudflare Pages deployments in CI/CD pipelines by configuring the CLOUDFLARE_API_TOKEN environment variable and using wrangler to trigger preview and production deployments programmatically.

Do I need a specific API token to deploy Cloudflare infrastructure from automated pipelines?

You need a Cloudflare account and the CLOUDFLARE_API_TOKEN environment variable to deploy Cloudflare infrastructure from automated pipelines. This token allows wrangler to securely authenticate and manage your deployments.

Can I manage both preview and production environments when deploying to Cloudflare Workers?

You can manage both preview and production environments when deploying to Cloudflare Workers. The deployment workflow supports configuring distinct environment variables and routing across different project environments.

How does domain routing work for Cloudflare Pages deployments?

Domain routing for Cloudflare Pages deployments works by configuring production domain settings through a declarative workflow. This allows you to securely map your deployed pages to custom domains from a single configuration.