Perform DNS lookups, reverse DNS, WHOIS queries, and IP geolocation directly through an AI agent.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install lookup-dns
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 lookup-dns 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 suite of network diagnostic tools designed specifically for AI-driven workflows. By integrating this skill, agents can perform deep inspections of domain records, verify ownership via RDAP, and map IP addresses to physical locations through standardized Openclaw Skills interfaces.
This utility is essential for developers building agents that need to understand web infrastructure or troubleshoot connectivity issues. It bridges the gap between raw network protocols and the high-level reasoning of AI agents, providing clean, structured data for automated decision-making.
To use the dns-lookup functionality within your Openclaw Skills environment, ensure your agent has access to the public API. No initial authentication is required for the free tier.
# Example of testing the DNS lookup endpoint manually
curl -X POST https://dns.agentutil.net/v1/lookup \
-H "Content-Type: application/json" \
-d '{"domain": "example.com", "type": "MX"}'
For high-volume production use, you can integrate the x402 protocol for micro-payments using USDC on the Base network.
The skill organizes its responses in a standardized format to ensure compatibility across different Openclaw Skills implementations.
| Property | Description |
|---|---|
| records | An array of objects containing record type, value, and TTL |
| domain | The target domain that was queried |
| query_type | The specific record type requested (e.g., A, AAAA, MX) |
| request_id | A unique identifier for tracking the specific request |
| service | The source URL of the API providing the data |
Loading
A comprehensive cryptographic utility for generating hashes, HMACs, UUIDs, and identifying unknown hash algorithms via a secure API.

A precision toolkit for converting addresses to coordinates, performing reverse lookups, and calculating global distances.

A comprehensive validation tool for AI agents to verify URL, JSON schema, email, and phone number formatting.

A real-time fact-checking skill that validates claims against live data sources with structured verdicts and confidence scores.

A specialized tool for safe math expression evaluation, descriptive statistics, and percentage calculations via a secure API.

A comprehensive suite of text manipulation tools for AI agents to handle regex, diffs, format conversions, and structured JSON data.








































