What problem does it solve? Managing DNS records through the Cloudflare dashboard is slow and hard to automate. This Skill lets you list, create, update, and delete Cloudflare DNS records directly through the Cloudflare API from the command line. ## Core Features & Use Cases - Full DNS Record CRUD: List, add, update, and delete A, AAAA, CNAME, MX, and TXT records via the Cloudflare v4 API. - Zone Management: Query zone lists and resolve domain names to zone IDs automatically. - Upsert & Batch Operations: Create-or-update records idempotently and batch-delete records sharing the same name. - Use Case: You need to point a new subdomain to a server IP and enable the Cloudflare proxy. The Skill resolves the zone ID, creates the A record with proxied: true, and lists the zone records to confirm the change. ## Quick Start Ask the AI to add an A record for a subdomain pointing to your server IP in your Cloudflare zone, with your CF_API_TOKEN environment variable set.