Dns Lookup

v1.0.0

Resolve hostnames to IP addresses using `dig` from bind-utils.

1· 2k· 1 versions· 5 current· 5 all-time· Updated 3h ago· MIT-0

Install

openclaw skills install 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

Version tags

latestvk97bqze17fbnf25qymh47yattd80fr1f

Runtime requirements

🌐 Clawdis
Binsdig