Jump to related tools in the same category or review the original source on GitHub.

Search & Research @xejrax Updated 2/26/2026

🌐 Dns Lookup OpenClaw Skill - ClawHub

Do you want your AI agent to automate Dns Lookup workflows? This free skill from ClawHub helps with search & research tasks without building custom tools from scratch.

What this skill does

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

Install

npx clawhub@latest install dns-lookup

Full SKILL.md

Open original
namedescription
dns-lookupResolve hostnames to IP addresses using `dig` from bind-utils.

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
Original URL: https://github.com/openclaw/skills/blob/main/skills/xejrax/dns-lookup

Related skills

If this matches your use case, these are close alternatives in the same category.