Dns Resolver
Perform detailed DNS lookups, check record types, and verify DNS propagation across multiple servers.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/sa9saq/dns-resolverDNS Lookup
Query and analyze DNS records for any domain.
Capabilities
- Record Lookup: Query A, AAAA, MX, TXT, CNAME, NS, SOA, PTR records
- Propagation Check: Query multiple public DNS servers to verify propagation
- Reverse DNS: Look up PTR records for IP addresses
- WHOIS: Basic domain registration info
Usage
Ask the agent to:
- "Look up DNS records for example.com"
- "Check MX records for gmail.com"
- "Has DNS propagated for newsite.com?"
- "Reverse DNS lookup for 8.8.8.8"
How It Works
Uses dig, nslookup, and whois:
dig example.com ANY +noall +answer
dig @8.8.8.8 example.com A
dig @1.1.1.1 example.com A
dig -x 8.8.8.8
Requirements
digornslookup(fromdnsutils/bind-utils)- Optional:
whois - No API keys needed
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-sa9saq-dns-resolver": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
threat-model
Threat modeling and attack scenario design. Identify risks before they become vulnerabilities. STRIDE, attack trees, risk matrix.
Sns Auto Poster
Schedule and automate social media posts to X/Twitter with cron-based queue management.
security-review
Comprehensive security review for code, configs, and operations. OWASP, prompt injection, crypto security. Auto-triggers on security-related changes.
Process Monitor
Monitor system processes, identify top CPU/memory consumers, and alert on resource thresholds.
Readme Generator
Auto-generate comprehensive README.md files by analyzing project structure and configuration.