ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Dns Resolver

Perform detailed DNS lookups, check record types, and verify DNS propagation across multiple servers.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/sa9saq/dns-resolver
Or

DNS Lookup

Query and analyze DNS records for any domain.

Capabilities

  • Record Lookup: Query A, AAAA, MX, TXT, CNAME, NS, SOA, PTR records
  • Propagation Check: Query multiple public DNS servers to verify propagation
  • Reverse DNS: Look up PTR records for IP addresses
  • WHOIS: Basic domain registration info

Usage

Ask the agent to:

  • "Look up DNS records for example.com"
  • "Check MX records for gmail.com"
  • "Has DNS propagated for newsite.com?"
  • "Reverse DNS lookup for 8.8.8.8"

How It Works

Uses dig, nslookup, and whois:

dig example.com ANY +noall +answer
dig @8.8.8.8 example.com A
dig @1.1.1.1 example.com A
dig -x 8.8.8.8

Requirements

  • dig or nslookup (from dnsutils/bind-utils)
  • Optional: whois
  • No API keys needed

Metadata

Author@sa9saq
Stars1133
Views0
Updated2026-02-18
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-sa9saq-dns-resolver": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.