dns-lookup
✓Verified·Scanned 2/19/2026
Resolve hostnames to IP addresses using dig from bind-utils.
from clawhub.ai·vf4e3594·1.3 KB·0 installs
Scanned from 1.0.0 at f4e3594 · Transparency log ↗
$ vett add clawhub.ai/xejrax/dns-lookup
DNS Lookup Skill
Resolve hostnames to IP addresses using dig. Provided by the bind-utils package.
Basic Lookup
Resolve A records for a hostname:
dig example.com A +short
IPv6 Lookup
Resolve AAAA records:
dig example.com AAAA +short
Full DNS Record
Get the full DNS response with authority and additional sections:
dig example.com ANY
Reverse Lookup
Find the hostname for an IP address:
dig -x 93.184.216.34 +short
Install
sudo dnf install bind-utils