Skip to content

dnsrobot/openclaw-dnsrobot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

🌐 DNS Robot — OpenClaw Skill

Version License: MIT Homepage

Give your AI agent DNS, domain, email security, SSL, and network tools — powered by DNS Robot. No API key required.

DNS Robot offers 53 free online tools for DNS lookups, domain analysis, email authentication, SSL inspection, and network diagnostics. This OpenClaw skill wraps 19 of those tools so your agent can query them directly.

Installation

openclaw install dnsrobot

Available Tools

Tool Endpoint Description
DNS Lookup dns_lookup Query A, AAAA, CNAME, MX, NS, TXT, SOA, CAA, DNSKEY, DS records from any DNS server
NS Lookup ns_lookup Find authoritative nameservers and their hosting providers
MX Lookup mx_lookup Find mail exchange records and identify the email provider
CNAME Lookup cname_lookup Trace the full CNAME chain with circular reference detection
Reverse DNS reverse_dns PTR lookup — find hostnames for an IP address
Domain to IP domain_to_ip Resolve all IPs with CDN detection and geolocation
WHOIS Lookup whois_lookup Domain registration data — registrar, dates, contacts, nameservers
Domain Health domain_health Comprehensive health check (DNS, SSL, email, HTTP — 11 checks)
Subdomain Finder subdomain_finder Discover subdomains via Certificate Transparency logs
SPF Checker spf_check Validate SPF records with full include tree resolution
DKIM Checker dkim_check Validate DKIM records — auto-detects selector from 65+ common names
DMARC Checker dmarc_check Validate DMARC policy and reporting configuration
BIMI Checker bimi_check Check BIMI record for email brand logo display
SMTP Test smtp_test Test SMTP connectivity, STARTTLS, and server capabilities
SSL Checker ssl_check Inspect SSL/TLS certificates, cipher suites, and trust chain
IP Lookup ip_lookup Geolocation, ISP, ASN, and hostname for any IP
HTTP Headers http_headers Fetch headers and audit security header configuration
Port Checker port_check Check if TCP ports are open with service detection
IP Blacklist ip_blacklist Check 47 DNS blacklists + AbuseIPDB reputation

Usage Examples

After installing, just ask your agent naturally:

  • "Look up the DNS records for github.com" — runs A record query via Google DNS
  • "Check the SSL certificate for stripe.com" — inspects cert chain, expiry, TLS version
  • "Who owns openai.com?" — WHOIS lookup with registrar, dates, nameservers
  • "Run a full health check on my-domain.com" — 11 parallel checks, overall score out of 100
  • "Check if 203.0.113.1 is blacklisted" — queries 47 DNSBL engines + AbuseIPDB
  • "Find all subdomains of example.com" — CT log discovery with DNS resolution
  • "Does google.com have SPF, DKIM, and DMARC configured?" — runs all three email auth checks
  • "Test SMTP connectivity to smtp.office365.com on port 587" — checks TLS, capabilities

Other DNS Robot Tools

DNS Robot also provides client-side tools that don't need an API — use them directly at dnsrobot.net:

See all 53 tools at dnsrobot.net/all-tools.

API Details

All API endpoints are free and require no authentication. The base URL is https://dnsrobot.net. Endpoints accept JSON request bodies and return JSON responses. Three endpoints (subdomain_finder, ip_blacklist, port_check with multiple ports) stream results as NDJSON (newline-delimited JSON).

For full endpoint documentation with parameters and response schemas, see the SKILL.md file.

License

MIT

About DNS Robot

DNS Robot is a free DNS and network tools platform with 53 online utilities for developers, sysadmins, and security researchers. Built with Next.js, deployed at dnsrobot.net. Browse all tools at dnsrobot.net/all-tools or read the DNS Robot Blog for guides on DNS, email security, and network troubleshooting.

About

OpenClaw skill for DNS Robot — 19 DNS, domain, email security, SSL, and network tools. No API key required.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors