A specialized skill for performing deep DNS record queries, propagation checks, and WHOIS lookups using standard CLI utilities.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install dns-resolver
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install dns-resolver using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The DNS Lookup skill provides a robust interface for AI agents to interact with the Domain Name System. It serves as a vital component for developers managing infrastructure, allowing for real-time verification of DNS changes and configuration accuracy. By integrating this capability into Openclaw Skills, users can automate the tedious process of checking multiple record types and verifying global consistency across different nameservers.
This tool is designed to provide high-fidelity networking data without the need for external API subscriptions. It relies on battle-tested system utilities to fetch records directly from authoritative and recursive nameservers, making it an indispensable part of any Openclaw Skills collection for devops and systems administration.
To use this skill, ensure your environment has DNS utilities installed. No external API keys are required as it uses standard networking protocols.
# Install on Debian/Ubuntu
sudo apt-get update && sudo apt-get install dnsutils whois
# Install on macOS
brew install bind
The skill processes and returns data structured by record type and source nameserver. Key components include:
| Data Point | Description |
|---|---|
| Record Map | A list of A, MX, CNAME, and TXT values returned |
| Resolver Metadata | Information on which DNS server provided the answer |
| TTL Values | Time-to-live data for understanding caching behavior |
| Registration Details | Parsed WHOIS output for domain status and expiry |
Loading
A comprehensive tool for querying DNS records, verifying propagation, and troubleshooting network configurations.

A comprehensive framework for creating, marketing, and automating the sale of high-margin digital assets like templates, eBooks, and presets.

A comprehensive framework for autonomous code development, quality assurance, and automated script generation across multiple languages.

A specialized AI skill for identifying outdated packages and security vulnerabilities in JavaScript and Python projects.

A professional AI skill for creating high-converting email sequences, welcome series, sales funnels, and newsletters designed to convert subscribers into customers.

A professional framework for AI agents to manage complaints, disputes, and urgent escalations using standardized protocols.








































