_dns-cloudflare

Verify and create Cloudflare DNS zones via the REST API.

34|6|Updated Jun 30, 2026
One-click install
npx skills add https://github.com/flavien-ia/hypervibe-harness --skill dns-cloudflare-flavien-ia
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: _dns-cloudflare
Source: https://github.com/flavien-ia/hypervibe-harness/tree/main/skills/_dns-cloudflare
Command: npx skills add https://github.com/flavien-ia/hypervibe-harness --skill dns-cloudflare-flavien-ia

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires node, and includes scripts (resource) components.

What problem does it solve?

This skill automates the verification and creation of Cloudflare DNS zones for users whose domain registrar is already Cloudflare, removing the need for manual nameserver configuration.

Core Features & Use Cases

  • Automated Zone Verification: Checks if a domain's DNS zone is already active within the user's Cloudflare account via REST API.
  • Seamless Integration: Automatically creates missing zones if necessary and signals the parent workflow to skip nameserver propagation steps.
  • Use Case: When a user adds a domain to their project that is already registered with Cloudflare, this skill ensures the infrastructure is ready for Vercel deployment without requiring the user to manually update DNS settings.

Quick Start

Trigger the dns-cloudflare skill by running the add-domain command for a domain already registered with Cloudflare.

Frequently Asked Questions about _dns-cloudflare

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

FAQPage Schema
How do I automate Cloudflare DNS zone verification for project bootstrapping?

You can automate Cloudflare DNS zone verification by using the Cloudflare REST API to check if a domain's zone is active, automatically creating missing zones if necessary to ensure DNS readiness.

Do I need a Cloudflare API token to automate DNS zone creation?

Yes, automating DNS zone creation requires valid Cloudflare API tokens stored in the secure vault to authenticate requests to the Cloudflare REST API.

Can I skip manual nameserver configuration when my domain registrar is already Cloudflare?

Yes, when your domain registrar is already Cloudflare, this automation verifies existing registrar settings and signals the parent workflow to skip manual nameserver propagation steps.

Does Cloudflare DNS automation require Node.js to run?

Yes, Cloudflare DNS automation requires the Node.js runtime to execute scripts and interact with the Cloudflare REST API for domain configuration tasks.

What is the best way to prepare Vercel deployment DNS settings for a Cloudflare domain?

The best way to prepare Vercel deployment DNS settings is to automate zone detection via the Cloudflare REST API, ensuring infrastructure readiness without manual updates.

Why does automated DNS zone verification fail to detect my existing Cloudflare domain?

Automated DNS zone verification might fail if the Cloudflare API token stored in the secure vault lacks sufficient permissions to query existing domain registrar settings.