fleet-dns

Manage Cloudflare DNS records via API for listing, adding, removing, and verifying entries.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/phyter1/seed --skill fleet-dns
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fleet-dns
Source: https://github.com/phyter1/seed/tree/main/.claude/skills/fleet-dns
Command: npx skills add https://github.com/phyter1/seed --skill fleet-dns

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Managing DNS records manually can be time-consuming and error-prone. This Skill streamlines DNS operations by providing programmatic control over Cloudflare DNS records, reducing manual effort and risk.

Core Features & Use Cases

  • Listing DNS Records: Quickly view all DNS entries for a domain.
  • Adding Records: Easily add new DNS records such as A, CNAME, or other types with specific content.
  • Removing Records: Delete outdated or incorrect DNS records to maintain clean configurations.
  • Verifying Subdomains: Check if subdomains resolve correctly via DNS queries or HTTP requests, ensuring proper setup for websites or services. For example, a user can run a command to list all current DNS records for their domain and then add a CNAME record pointing a new subdomain to a hosting provider in one seamless process.

Quick Start

Use the skill to list all DNS records for your domain by running the appropriate command after configuring your Cloudflare credentials.

Frequently Asked Questions about fleet-dns

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

FAQPage Schema
How do I automate Cloudflare DNS record management via API?

You can automate Cloudflare DNS management by using scripts that interface with the Cloudflare API to list, add, remove, and verify DNS entries. This programmatic control reduces manual effort and configuration errors.

What do I need to configure before listing DNS records through Cloudflare automation?

To list DNS records through Cloudflare automation, you need to configure valid Cloudflare API tokens and zone identifiers. These credentials ensure secure operation when querying and modifying your domain entries.

Can I verify subdomain resolution using Cloudflare API integration?

You can verify subdomain resolution by performing DNS queries or HTTP requests through Cloudflare API integration. This checks if subdomains resolve correctly, ensuring proper setup for websites or services.

What is the best way to add and remove DNS records for infrastructure changes?

The best way to add and remove DNS records for infrastructure changes is using API automation to update DNS settings. This allows you to easily add new A or CNAME records and delete outdated ones.

Does this DNS management approach work for troubleshooting subdomain setup?

This DNS management approach works for troubleshooting subdomain setup by verifying DNS entries via queries or HTTP requests. It helps maintain clean configurations and ensures proper domain resolution.