dns-zonefile-config

Configure DNS zone files with SPF, DKIM, DMARC, DNSSEC, and CAA records.

145|28|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/guia-matthieu/clawfu-skills --skill dns-zonefile-config
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dns-zonefile-config
Source: https://github.com/guia-matthieu/clawfu-skills/tree/main/skills/devops/dns-zonefile-config
Command: npx skills add https://github.com/guia-matthieu/clawfu-skills --skill dns-zonefile-config

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps you correctly configure DNS zone files to ensure email deliverability, enhance domain security, and automate DNS management, preventing emails from landing in spam and protecting your domain from spoofing.

Core Features & Use Cases

  • Email Authentication: Sets up SPF, DKIM, and DMARC records to improve email sending reputation.
  • Domain Security: Implements DNSSEC and CAA records for robust protection against spoofing and unauthorized certificate issuance.
  • Automation: Provides examples for automating DNS record management using OVH API and Cloudflare with Terraform.
  • Troubleshooting: Offers tools and common error solutions for diagnosing DNS issues.
  • Use Case: You're launching a new product and need to ensure all marketing emails reach inboxes and aren't marked as spam. This Skill guides you through setting up the necessary SPF, DKIM, and DMARC records.

Quick Start

Use the dns-zonefile-config skill to set up SPF, DKIM, and DMARC records for your domain example.com.

Frequently Asked Questions about dns-zonefile-config

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

FAQPage Schema
How do I configure SPF, DKIM, and DMARC records to stop my emails going to spam?

To stop emails going to spam, configure SPF, DKIM, and DMARC DNS records to verify your domain and improve sending reputation. This skill guides you through setting up these email authentication records using best practices for optimal deliverability.

Can I automate DNS zone file management using Terraform and Cloudflare?

Yes, you can automate DNS zone file management using Cloudflare with Terraform. This skill provides automation examples and scripts to manage your DNS records programmatically, alongside support for the OVH API.

What DNS records do I need to secure my domain against spoofing and unauthorized certificates?

To secure your domain against spoofing and unauthorized certificates, implement DNSSEC and CAA records. This skill configures these specific DNS zone file entries to provide robust protection and enforce certificate authority restrictions.

Why is my DMARC configuration not working and how do I troubleshoot DNS issues?

If your DMARC configuration is not working, troubleshoot DNS issues using the diagnostic tools and common error solutions included in this skill. These references help identify misconfigured DNS zone file entries and resolve delivery failures.