cloudflare

Automate Cloudflare Pages deployment management and cache purges via API.

Updated Dec 4, 2025
One-click install
npx skills add https://github.com/cgjen-box/evolea-website --skill cloudflare-cgjen-box
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloudflare
Source: https://github.com/cgjen-box/evolea-website/tree/main/.claude/skills/cloudflare
Command: npx skills add https://github.com/cgjen-box/evolea-website --skill cloudflare-cgjen-box

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Managing Cloudflare Pages deployments, purges, and API interactions can be tedious and error-prone without automation.

Core Features & Use Cases

  • Deployment management: automate queued deployments, trigger new builds, and monitor pipeline status.
  • Cache purging: purge CDN caches to ensure fresh content across domains.
  • API operations: perform Cloudflare API tasks for projects, domains, and deployments.

Quick Start

Run the provided scripts to cancel queued deployments and manage Cloudflare Pages deployments.

Frequently Asked Questions about cloudflare

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

FAQPage Schema
How do I automate Cloudflare Pages deployments?

You can automate Cloudflare Pages deployments by running scripts that cancel queued deployments, trigger builds, and monitor pipeline status using your account ID and API token.

What is the best way to purge Cloudflare cache for my domains?

The best way to purge Cloudflare cache is to run scripts that automate API requests, ensuring fresh content is delivered across your domains without manual intervention.

Do I need curl and jq to manage Cloudflare API operations?

Yes, you need curl and jq installed to execute the scripts that perform API operations for managing Cloudflare Pages projects, domains, and deployments.

Can I use PowerShell to clean queued Cloudflare Pages deployments?

Yes, you can use PowerShell or Bash scripts to clean queued Cloudflare Pages deployments, with safeguards in place to prevent deleting the latest production deployment.

Why does this script avoid deleting my latest production deployment?

The script includes built-in safeguards to prevent deleting the latest production deployment, ensuring your live environment remains stable while cleaning queued deployments.

How do I trigger new builds and monitor Cloudflare deployment status?

You trigger new builds and monitor Cloudflare deployment status by executing the provided scripts, which interact with the API to manage the deployment pipeline automatically.