What problem does it solve? Wrangler CLI and MCP servers handle single Cloudflare operations well but fall short on bulk DNS updates, fleet-wide zone settings, custom hostnames, email routing, and cross-database D1 queries. This Skill produces direct REST API commands and scripts for those gaps. ## Core Features & Use Cases - Bulk and Fleet Operations: Batch DNS record creation, find-and-replace IP migrations, zone settings applied across dozens of zones, and account-wide resource audits. - Features Wrangler Lacks: Custom hostnames for white-label SaaS domains, email routing rules, WAF and rate-limit rules, bulk redirect rules, and cache purge by tag or prefix. - Developer Platform APIs: D1 cross-database queries and exports, R2 bulk object operations, KV bulk read/write, Vectorize queries, and Queue message injection. - Use Case: Migrating a domain with 50 DNS records? Generate a script that reads records from a CSV, creates them via the API with rate-limit handling, and verifies each call succeeded. ## Quick Start Ask the agent to generate a script that bulk-imports DNS records from a CSV file into a Cloudflare zone using the REST API.