cloudflare-dns

Manage Cloudflare DNS records via command line with flarectl.

361|58|Updated Mar 1, 2026
One-click install
npx skills add https://github.com/OpenMinis/MinisSkills --skill cloudflare-dns-openminis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloudflare-dns
Source: https://github.com/OpenMinis/MinisSkills/tree/main/cloudflare-dns
Command: npx skills add https://github.com/OpenMinis/MinisSkills --skill cloudflare-dns-openminis

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables you to manage Cloudflare DNS records from the command line using flarectl, including listing zones and DNS records, creating, updating, and deleting them, and retrieving zone information.

Core Features & Use Cases

  • List zones and DNS records for quick inventory and verification.
  • Create, update, and delete DNS records (A/AAAA/CNAME/MX/TXT) with safe defaults and dry-run guidance.
  • Retrieve detailed zone information to validate configurations and monitor DNS health.

Quick Start

Use flarectl to connect to Cloudflare and start listing zones and DNS records for your domains.

Frequently Asked Questions about cloudflare-dns

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

FAQPage Schema
How do I manage Cloudflare DNS records from the command line?

You can manage Cloudflare DNS records from the command line using flarectl to list, create, update, and delete entries across multiple domains within your account. This Skill supports A/AAAA/CNAME/MX/TXT record types for zone management and automation workflows.

What do I need to automate Cloudflare DNS management with flarectl?

To automate Cloudflare DNS management, you need flarectl installed and valid Cloudflare API credentials configured. These prerequisites allow you to interact with zones and perform DNS record operations safely.

Can I list zones and DNS records across multiple Cloudflare domains?

Yes, you can list zones and DNS records across multiple Cloudflare domains within your account. This allows for quick inventory checks, configuration validation, and monitoring of DNS health across your infrastructure.

Does flarectl support creating and updating DNS records with safe defaults?

Yes, flarectl supports creating, updating, and deleting DNS records with safe defaults and dry-run options. This ensures you can validate changes for A/AAAA/CNAME/MX/TXT records before applying them to your live Cloudflare zones.

What is the best way to retrieve detailed zone information for DNS health monitoring?

The best way to retrieve detailed zone information for DNS health monitoring is using flarectl to query your Cloudflare account. This validates configurations and provides the necessary data to verify DNS records across your managed domains.

Why should I use dry-run options when deleting Cloudflare DNS records?

You should use dry-run options when deleting Cloudflare DNS records to prevent accidental misconfigurations. This safe default allows you to verify the deletion parameters for A/AAAA/CNAME/MX/TXT records before committing changes to the live zone.