/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
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install dns-lookup - After installation, invoke the skill by name or use
/dns-lookup - Provide required inputs per the skill's parameter spec and get structured output
What is Dns Lookup?
Resolve hostnames to IP addresses using `dig` from bind-utils. It is an AI Agent Skill for Claude Code / OpenClaw, with 1994 downloads so far.
How do I install Dns Lookup?
Run "/install dns-lookup" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Dns Lookup free?
Yes, Dns Lookup is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Dns Lookup support?
Dns Lookup is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Dns Lookup?
It is built and maintained by Xejrax (@xejrax); the current version is v1.0.0.