5.3k★by julianengel
domaindetails – OpenClaw Skill
domaindetails is an OpenClaw Skills integration for data analytics workflows. Look up domain WHOIS/RDAP info and check marketplace listings. Free API, no auth required.
Skill Snapshot
| name | domaindetails |
| description | Look up domain WHOIS/RDAP info and check marketplace listings. Free API, no auth required. OpenClaw Skills integration. |
| owner | julianengel |
| repository | julianengel/domaindetails |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @julianengel/domaindetails |
| last updated | Feb 7, 2026 |
Maintainer

name: domaindetails description: Look up domain WHOIS/RDAP info and check marketplace listings. Free API, no auth required. metadata: {"clawdbot":{"emoji":"🌐","requires":{"bins":["curl"]}}}
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
No README available.
Permissions & Security
Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.
Requirements
- OpenClaw CLI installed and configured.
- Language: Markdown
- License: MIT
- Topics:
FAQ
How do I install domaindetails?
Run openclaw add @julianengel/domaindetails in your terminal. This installs domaindetails into your OpenClaw Skills catalog.
Does this skill run locally or in the cloud?
OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.
Where can I verify the source code?
The source repository is available at https://github.com/openclaw/skills/tree/main/skills/julianengel/domaindetails. Review commits and README documentation before installing.
