What problem does it solve? Managing Cloudflare DNS records through the web dashboard is slow and hard to automate. This Skill lets you list, create, update, and delete DNS records directly from the command line using the flarectl CLI, with proper authentication handling and safe workflows. ## Core Features & Use Cases - Full DNS Record Management: List, create, update, upsert, and delete A, AAAA, CNAME, MX, and TXT records across your Cloudflare zones. - Zone Discovery & Filtering: List available zones and filter records by type or name, with JSON output for easy parsing of record IDs. - Batch Operations: Delete multiple records sharing the same name, and use create-or-update for idempotent record management. - Use Case: You need to point a new subdomain to a server IP and enable Cloudflare's proxy. The Skill verifies your API token, creates the A record with the orange cloud proxy enabled, and shows the updated record list. ## Quick Start Add an A record for sub.example.com pointing to 1.2.3.4 on Cloudflare with the proxy enabled.