A specialized skill for configuring high-performance, secure, and reliable DNS records with expert-level migration and authentication strategies.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install dns
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install dns using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The DNS Configuration skill provides a comprehensive framework for managing domain records effectively, ensuring minimal downtime during migrations and maximum email deliverability. It covers critical technical aspects including TTL management, multi-provider resolution testing, and the essential trifecta of email authentication: SPF, DKIM, and DMARC.
By leveraging these Openclaw Skills, developers can prevent common infrastructure pitfalls such as unauthorized certificate issuance via CAA records and broken web traffic caused by improper apex or www handling. The skill focuses on professional-grade standards used by DevOps engineers to maintain domain health and security across various providers like Cloudflare and traditional registrars.
To implement these DNS best practices within your workflow, ensure your environment has the necessary network tools installed. Use the following commands to begin auditing your current configuration:
# Check current cached TTL and records
dig +nocmd +noall +answer yourdomain.com
# Trace the full resolution chain from root nameservers
dig +trace yourdomain.com
Integrate these Openclaw Skills into your deployment pipeline to automate DNS verification during site launches.
The skill organizes DNS configuration data into functional modules to ensure every record type is accounted for:
| Module | Record Types | Key Objective |
|---|---|---|
| Migration | A, CNAME, ALIAS | Manage TTL transitions and propagation monitoring. |
| Email Security | TXT (SPF, DKIM, DMARC) | Ensure 10/10 mail-tester scores and prevent spoofing. |
| Certificate Safety | CAA | Restrict CA issuance to specific providers like Let's Encrypt. |
| Routing | A, AAAA, CNAME | Handle apex vs. www and wildcard subdomain logic. |
| Cloudflare | Proxied Records | Manage Orange/Grey cloud behavior and CNAME flattening. |
dig @ns1.provider.com) to bypass local ISP caching.Loading
A cognitive workflow skill that enables AI agents to evaluate complex problems through multiple distinct personas before synthesizing a final solution.

A comprehensive growth marketing system for planning, launching, and optimizing revenue-focused digital campaigns and funnel operations.

A technical AI skill for structured meal planning, precise calorie targeting, and macro-nutrient optimization based on physiological data.

An AI-powered visualization tool for generating technical diagrams, system architectures, and workflows using Mermaid, PlantUML, and ASCII.

Define and manage multi-container applications with precise dependency handling, networking, and volume management.

A comprehensive framework for creating, maintaining, and scaling high-quality technical documentation that developers actually want to read.








































