From robtex
DNS lookup and analysis — forward/reverse records, passive DNS history, nameserver and mail server infrastructure
How this skill is triggered — by the user, by Claude, or both
Slash command
/robtex:robtex-dnsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Perform DNS analysis for: **$ARGUMENTS**
Perform DNS analysis for: $ARGUMENTS
Auto-detect what the user wants based on the input:
lookup_dns — all record types (A, AAAA, MX, NS, TXT, CNAME, SOA)parse_hostname — eTLD, registered domain, subdomain breakdownpdns_forward — passive DNS history (what IPs it has pointed to)domain_shared_ns — other domains on the same nameserversdomain_shared_mx — other domains on the same mail serversdns_ptr — reverse DNS (PTR record)reverse_lookup_ip — hostnames pointing to this IPpdns_reverse — passive DNS reverse lookuphistoric_reverse_lookup_ip — historical hostnamesreverse_lookup_ns or reverse_lookup_mx — domains using this serverhistoric_reverse_lookup_ns or historic_reverse_lookup_mx — historical usageRun lookups in parallel. Present results in a clean table format. Highlight any unusual findings (mismatched records, missing expected records, suspiciously recent changes in passive DNS).
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub robtex/skills --plugin robtex