Jump to related tools in the same category or review the original source on GitHub.

DevOps & Cloud @julianengel Updated 2/26/2026

🌐 Domaindetails OpenClaw Skill - ClawHub

Do you want your AI agent to automate Domaindetails workflows? This free skill from ClawHub helps with devops & cloud tasks without building custom tools from scratch.

What this skill does

Look up domain WHOIS/RDAP info and check marketplace listings. Free API, no auth required.

Install

npx clawhub@latest install domaindetails

Full SKILL.md

Open original
namedescription
domaindetailsLook up domain WHOIS/RDAP info and check marketplace listings. Free API, no auth required.

domaindetails

Domain lookup and marketplace search. Free API, just curl.

Domain Lookup

curl -s "https://mcp.domaindetails.com/lookup/example.com" | jq

Returns: registrar, created/expires dates, nameservers, DNSSEC, contacts.

Marketplace Search

curl -s "https://api.domaindetails.com/api/marketplace/search?domain=example.com" | jq

Returns listings from: Sedo, Afternic, Atom, Dynadot, Namecheap, NameSilo, Unstoppable Domains.

Rate Limits

  • 100 requests/minute (no auth needed)

CLI (Optional)

npx domaindetails example.com
Original URL: https://github.com/openclaw/skills/blob/main/skills/julianengel/domaindetails

Related skills

If this matches your use case, these are close alternatives in the same category.