cloudflare-ops

Automate Cloudflare DNS, Workers, KV namespaces, and R2 buckets via API v4.

4|3|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/qhkm/zeptoclaw-skills --skill cloudflare-ops
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloudflare-ops
Source: https://github.com/qhkm/zeptoclaw-skills/tree/main/cloudflare-ops
Command: npx skills add https://github.com/qhkm/zeptoclaw-skills --skill cloudflare-ops

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manage Cloudflare resources (DNS, Workers, KV namespaces, and R2 storage) programmatically to reduce manual toil and errors.

Core Features & Use Cases

  • Resource provisioning: Create, update, and delete DNS records, worker scripts, and KV namespaces across zones.
  • Operational automation: Batch operations across multiple domains to maintain consistency and reduce manual steps.
  • Use Case: Automate onboarding of new domains by tagging records, deploying workers, and initializing KV namespaces with default values.

Quick Start

Use a single AI prompt to provision or update Cloudflare resources across your domains.

Frequently Asked Questions about cloudflare-ops

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

FAQPage Schema
How do I automate Cloudflare DNS record management across multiple zones?

Automate Cloudflare DNS records via API v4 to list, create, update, and delete entries across multiple domains. This reduces manual toil by using curl and jq to batch operational tasks and maintain consistency across zones.

How do I programmatically provision Cloudflare Workers and KV namespaces?

Programmatically provision Cloudflare Workers and KV namespaces by sending API v4 requests via curl. You can deploy worker scripts and initialize KV namespaces with default values to automate domain onboarding.

What credentials do I need to manage Cloudflare resources via API?

Managing Cloudflare resources via API requires a valid API token with minimum scopes, a Zone ID for DNS operations, and an Account ID when managing Workers, KV namespaces, or R2 buckets.

Can I audit and update R2 bucket storage using the Cloudflare API?

Yes, you can audit and update R2 bucket storage using the Cloudflare API v4. This allows you to programmatically list, create, update, and delete R2 buckets alongside DNS and Workers resources.

What is the best way to batch operational tasks across multiple Cloudflare domains?

The best way to batch operations across multiple Cloudflare domains is using API v4 automation via curl and jq. This approach programmatically provisions, updates, and audits resources to reduce manual steps and errors.