Install
openclaw skills install domaindetailsLook up domain WHOIS/RDAP info and check marketplace listings. Free API, no auth required.
openclaw skills install domaindetailsDomain lookup and marketplace search. Free API, just curl.
curl -s "https://mcp.domaindetails.com/lookup/example.com" | jq
Returns: registrar, created/expires dates, nameservers, DNSSEC, contacts.
curl -s "https://api.domaindetails.com/api/marketplace/search?domain=example.com" | jq
Returns listings from: Sedo, Afternic, Atom, Dynadot, Namecheap, NameSilo, Unstoppable Domains.
npx domaindetails example.com