skills$openclaw/domaindetails
julianengel5.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.

5.3k stars7.3k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026data analytics

Skill Snapshot

namedomaindetails
descriptionLook up domain WHOIS/RDAP info and check marketplace listings. Free API, no auth required. OpenClaw Skills integration.
ownerjulianengel
repositoryjulianengel/domaindetails
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @julianengel/domaindetails
last updatedFeb 7, 2026

Maintainer

julianengel

julianengel

Maintains domaindetails in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
.
_meta.json
284 B
SKILL.md
786 B
SKILL.md

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.

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
README.md

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.