cloudflare

Automate Cloudflare API operations for zones, DNS records, workers, and tunnels.

1|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/1337hero/claude-toolkit --skill cloudflare-1337hero
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloudflare
Source: https://github.com/1337hero/claude-toolkit/tree/main/skills/cloudflare
Command: npx skills add https://github.com/1337hero/claude-toolkit --skill cloudflare-1337hero

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Cloudflare API management can be verbose and error-prone when administering zones, DNS records, workers, and tunnels. This skill centralizes those tasks and provides a repeatable automation surface.

Core Features & Use Cases

  • Manage zones: list, view details, and validate zone configurations.
  • Manage DNS records: list, create, update, and delete records for zones.
  • Manage Workers: list, upload, and deploy worker scripts.
  • Manage Tunnels: list and configure tunnels and related resources.
  • Use Case: Automate onboarding of a new domain by provisioning DNS records, creating a worker, and setting up a tunnel in a single workflow.

Quick Start

Load your Cloudflare API token and run a curl request to list zones.

Frequently Asked Questions about cloudflare

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

FAQPage Schema
How do I automate Cloudflare API tasks for managing DNS records and Workers?

Automate Cloudflare API tasks by using a valid API token to execute REST calls that list, create, update, and delete DNS records or deploy Workers scripts across your domains.

Can I manage Cloudflare zones and tunnels across multiple accounts?

Yes, you can manage Cloudflare zones and tunnels across multiple accounts. The skill performs REST API operations to list, view, and configure tunnel resources for various domains.

What do I need to start automating Cloudflare API operations?

You need a valid Cloudflare API token and standard HTTP tooling to authenticate and execute REST calls for automating administration tasks like zone validation and script uploads.

What is the best way to provision a new domain on Cloudflare?

The best way to provision a new domain on Cloudflare is automating a single workflow that creates DNS records, deploys a Worker, and configures a tunnel through centralized REST API calls.

Why does automating Cloudflare API management help reduce errors?

Automating Cloudflare API management helps reduce errors by providing a centralized, repeatable automation surface for verbose tasks like zone administration, DNS record updates, and tunnel configuration.

Does this Cloudflare automation approach work for deploying worker scripts?

Yes, this approach works for deploying worker scripts by automating Cloudflare API operations to list, upload, and deploy Workers alongside managing zones and DNS records.