Install
openclaw skills install @rogue-agent1/dns-recordsLook up DNS records for any domain — A, AAAA, MX, NS, TXT, CNAME, SOA. Use when asked to check DNS records, find a domain's IP address, look up mail servers, check nameservers, or debug DNS configuration. Uses system dig command with Python socket fallback. Zero dependencies.
openclaw skills install @rogue-agent1/dns-recordsDNS record lookup with multi-type support and JSON output.
# Full DNS check (all common record types)
python3 scripts/dnscheck.py github.com openclaw.ai
# Specific record types only
python3 scripts/dnscheck.py -t A MX example.com
# JSON output for scripting
python3 scripts/dnscheck.py --json example.com
dig when available, falls back to Python sockets for A/AAAA