dns-lookup
DNS record lookups, reverse DNS, WHOIS via RDAP, and IP geolocation.
Why use this skill?
Enhance your OpenClaw agent with professional-grade DNS record lookups, RDAP WHOIS data, and accurate IP geolocation tools for network diagnostics and security.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/cutthemustard/lookup-dnsWhat This Skill Does
The dns-lookup skill is a versatile networking utility designed for OpenClaw AI agents to interact with the domain name system and IP infrastructure. It provides comprehensive capabilities for querying DNS records (including A, AAAA, MX, TXT, CNAME, NS, and SOA), performing reverse DNS lookups, retrieving domain ownership details via the RDAP protocol, and pinpointing physical locations using IP geolocation. By integrating this skill, your agent gains the ability to verify domain configuration, diagnose network connectivity issues, map IP addresses to their service providers or locations, and perform reconnaissance tasks. All data operations are ephemeral and privacy-focused, ensuring that your agent handles network information without persistent logging on the external provider's end.
Installation
To integrate this utility into your workspace, run the following command in your terminal:
clawhub install openclaw/skills/skills/cutthemustard/lookup-dns
Use Cases
- Network Troubleshooting: Use the tool to verify that your DNS records are correctly propagated after a server migration or to diagnose issues with mail server routing (MX records).
- Security Auditing: Analyze domain information via WHOIS/RDAP to identify registrar details or verify the legitimacy of suspicious domains.
- Application Personalization: Utilize IP geolocation to determine the regional location of a visitor to provide localized content, time-zone settings, or regulatory compliance disclosures.
- OSINT Research: Automate the collection of network infrastructure data for digital forensics or security research.
Example Prompts
- "Check the MX records for outlook.com to ensure our email deliverability isn't being affected by misconfigured DNS."
- "Perform a reverse DNS lookup on 8.8.8.8 and give me the geolocation data for the returned address."
- "Retrieve the WHOIS information for example.com to identify when the domain was registered."
Tips & Limitations
- Rate Limiting: The free tier is restricted to 10 queries per day. For enterprise or heavy-use scenarios, ensure you are set up for the $0.001/query paid tier using the x402 protocol on Base.
- Data Privacy: Because this tool utilizes an external API, avoid querying sensitive internal IP ranges that should not be exposed to the public internet.
- Query Complexity: While the skill supports the 'ANY' query type, note that many DNS servers limit or block 'ANY' queries for security reasons. Stick to specific types (e.g., A, CNAME) for higher reliability.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-cutthemustard-lookup-dns": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
docs-lookup
Search pre-indexed developer documentation across 10 platforms — Cloudflare, Stripe, Anthropic, OpenAI, Next.js, and more.
text-transform
Text transformation, regex, diff, format conversion, and JSON manipulation.
hash-generate
Hash, HMAC, encode/decode, UUID generation, and hash identification.
geocode-lookup
Forward/reverse geocoding and great-circle distance calculations.
weather-check
Current weather conditions and multi-day forecasts for any location worldwide.