dns-lookup

star 23

DNS records and WHOIS domain info

scalyclaw By scalyclaw schedule Updated 3/3/2026

name: DNS Lookup description: DNS records and WHOIS domain info script: scripts/main.ts language: javascript install: bun install timeout: 15

DNS Lookup

Look up DNS records for a domain and optionally fetch WHOIS information.

Input

  • domain (string, required): Domain name to look up
  • type (string, optional): Record type - "A", "AAAA", "MX", "NS", "TXT", "CNAME", "SOA", or "all" (default "all")
  • whois (boolean, optional): Whether to include WHOIS data, default false

Output

  • records (object): DNS records organized by type
  • whois_data (string): WHOIS information (if requested)
Install via CLI
npx skills add https://github.com/scalyclaw/scalyclaw --skill dns-lookup
Repository Details
star Stars 23
call_split Forks 5
navigation Branch main
article Path SKILL.md
More from Creator