dns-lookup
name: dns-lookup
by cutthemustard · published 2026-03-22
$ claw add gh:cutthemustard/cutthemustard-lookup-dns---
name: dns-lookup
description: DNS record lookups, reverse DNS, WHOIS via RDAP, and IP geolocation.
version: 1.0.0
metadata:
openclaw:
emoji: "🌐"
homepage: https://dns.agentutil.net
always: false
---
# dns-lookup
DNS record lookups (A, AAAA, MX, TXT, CNAME, NS, SOA), reverse DNS (PTR), WHOIS/RDAP domain info, and IP geolocation.
Data Handling
This skill sends domain names and IP addresses to an external API. The service does not store or log input data beyond the immediate response.
Endpoints
DNS Lookup
curl -X POST https://dns.agentutil.net/v1/lookup \
-H "Content-Type: application/json" \
-d '{"domain": "example.com", "type": "MX"}'Types: A, AAAA, MX, TXT, CNAME, NS, SOA, ANY. Default: A.
Reverse DNS
curl -X POST https://dns.agentutil.net/v1/reverse \
-H "Content-Type: application/json" \
-d '{"ip": "8.8.8.8"}'WHOIS
curl -X POST https://dns.agentutil.net/v1/whois \
-H "Content-Type: application/json" \
-d '{"domain": "example.com"}'IP Geolocation
curl -X POST https://dns.agentutil.net/v1/geoip \
-H "Content-Type: application/json" \
-d '{"ip": "8.8.8.8"}'Response Format
{
"records": [{"type": "A", "value": "93.184.216.34", "ttl": 300}],
"domain": "example.com",
"query_type": "A",
"request_id": "abc-123",
"service": "https://dns.agentutil.net"
}Pricing
Privacy
No authentication required for free tier. No personal data collected. Rate limiting uses IP hashing only.
More tools from the same signal band
Order food/drinks (点餐) on an Android device paired as an OpenClaw node. Uses in-app menu and cart; add goods, view cart, submit order (demo, no real payment).
Sign plugins, rotate agent credentials without losing identity, and publicly attest to plugin behavior with verifiable claims and authenticated transfers.
The philosophical layer for AI agents. Maps behavior to Spinoza's 48 affects, calculates persistence scores, and generates geometric self-reports. Give your...