What problem does it solve? Wrangler CLI and MCP servers handle single Cloudflare operations well but fall short on bulk changes, fleet-wide configuration, and features they don't expose, forcing tedious one-at-a-time work across zones, DNS records, and account resources. ## Core Features & Use Cases - Bulk DNS and Redirect Operations: Batch create, export, and find-and-replace DNS records, plus generate bulk 301 redirect rules from CSV files. - Zone and Security Management: Configure custom hostnames for white-label domains, email routing rules, cache purges, WAF rules, rate limiting, and fleet-wide zone settings. - Developer Platform APIs: Query D1 databases across an account, bulk read/write KV namespaces, manage R2 buckets via the S3 API, query Vectorize indexes, and inject Queue messages. - Use Case: You need to migrate 50 DNS records to a new IP and apply strict SSL settings across 20 zones. This Skill generates a rate-limited bash script that updates every record and zone in one run. ## Quick Start Ask the AI to generate a script that exports all DNS records from your zone and updates every A record pointing to an old IP address using the Cloudflare API.