cloudflare

Automate Cloudflare REST API tasks for DNS, Pages, and domains.

6|2|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/dandaka/skills --skill cloudflare-dandaka
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloudflare
Source: https://github.com/dandaka/skills/tree/main/cloudflare
Command: npx skills add https://github.com/dandaka/skills --skill cloudflare-dandaka

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Cloudflare management often requires manual REST API calls across accounts, domains, and pages projects. This skill centralizes that workflow to automate common Cloudflare tasks.

Core Features & Use Cases

  • Manage DNS records, Pages projects, custom domains, and Workers via REST API.
  • Trigger automation on mentions of Cloudflare, DNS, Pages deployments, or CDN configuration.
  • Use cases include bulk DNS record updates, domain provisioning, and project deployments.

Quick Start

Configure a new DNS record for a domain using Cloudflare's REST API.

Frequently Asked Questions about cloudflare

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

FAQPage Schema
How do I automate Cloudflare DNS record updates across multiple accounts?

You can automate Cloudflare DNS record updates by using the Cloudflare REST API to programmatically manage zones and records. This approach centralizes bulk updates and domain provisioning across multiple accounts securely without manual web console interaction.

What is the best way to deploy Cloudflare Pages projects via REST API?

Deploying Cloudflare Pages projects via REST API involves using account-scoped endpoints to manage project deployments and configurations. This method replaces manual dashboard clicks with automated API requests triggered by your deployment workflow.

Can I manage Cloudflare Workers and custom domains using API automation?

Yes, you can manage Cloudflare Workers and custom domains through API automation. By making authenticated REST API calls, you can programmatically configure Workers and map custom domains to your Pages projects.

Do I need specific API token permissions to automate Cloudflare Pages and DNS tasks?

Yes, automating Cloudflare Pages and DNS tasks requires API tokens with specific account-scoped permissions. The process uses token verification guidance to ensure secure management of zones, DNS records, and Pages projects.

How does automating domain provisioning with the Cloudflare REST API work?

Automating domain provisioning with the Cloudflare REST API works by sending scripted HTTP requests to account-scoped endpoints. This creates and configures zones and DNS records automatically, eliminating manual dashboard setup.