cloudflare-management

Manage Cloudflare services and configurations using Wrangler CLI and REST API scripts.

1|1|Updated Dec 28, 2025
One-click install
npx skills add https://github.com/watzon/claude-code --skill cloudflare-management
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloudflare-management
Source: https://github.com/watzon/claude-code/tree/main/skills/cloudflare-management
Command: npx skills add https://github.com/watzon/claude-code --skill cloudflare-management

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, jq, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

Cloudflare service management across Workers, Pages, DNS, SSL, WAF, and Zero Trust is complex and error-prone without a cohesive toolkit.

Core Features & Use Cases

  • Wrangler CLI as the primary tool for deployment and local development, complemented by REST API scripts for non-Wrangler services.
  • Unified workflows covering Workers, DNS, SSL, security rules, and analytics, enabling automation and consistency across environments.
  • Use case: orchestration of multi-service Cloudflare configurations for a production-ready deployment pipeline.

Quick Start

Install Wrangler, authenticate, and start managing Cloudflare resources using the included scripts.

Frequently Asked Questions about cloudflare-management

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

FAQPage Schema
How do I manage multiple Cloudflare services like Workers, Pages, and DNS together?

Unified Cloudflare service management uses Wrangler CLI for deployments and REST API scripts for configurations. This approach ensures consistent automation across development, deployment, and operations workflows for Workers, Pages, and DNS.

What's the best way to automate Cloudflare DNS and WAF configurations?

Automating Cloudflare DNS and WAF configurations is best achieved using REST API scripts within a unified workflow. This enables consistent application of security rules and DNS updates across multiple environments.

Do I need Wrangler CLI to manage Cloudflare Workers and Pages deployments?

Yes, Wrangler CLI is required as the primary tool for Cloudflare Workers and Pages deployments and local development. REST API scripts complement Wrangler for managing non-Wrangler services like DNS and SSL.

Can I orchestrate a production-ready Cloudflare deployment pipeline with this approach?

Yes, you can orchestrate a production-ready Cloudflare deployment pipeline by combining Wrangler CLI and REST API scripts. This enables end-to-end management of Workers, DNS, SSL, and WAF configurations.

What dependencies are required for automated Cloudflare service management?

Automated Cloudflare service management requires curl and jq for handling REST API scripts, along with the Wrangler CLI. Proper authentication tokens and clearly defined environment bindings are also required.

How does unified tooling handle Cloudflare Zero Trust and SSL configurations?

Unified tooling handles Cloudflare Zero Trust and SSL configurations through dedicated REST API scripts. This ensures error-free automation and consistent application of security policies across your environments.