← 返回 Skills 市场
julianengel

Domain Details

作者 julianengel · GitHub ↗ · v1.2.0
cross-platform ⚠ suspicious
2713
总下载
4
收藏
2
当前安装
3
版本数
在 OpenClaw 中安装
/install domaindetails
功能描述
Look up domain WHOIS/RDAP info and check marketplace listings. Free API, no auth required.
使用说明 (SKILL.md)

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
安全使用建议
This skill appears to do what it says (curl two public endpoints and parse JSON), but: (1) confirm the API hostnames (mcp.domaindetails.com, api.domaindetails.com) are trustworthy — the skill has no homepage or known publisher; (2) the SKILL.md uses curl and jq but the registry metadata doesn't list required binaries — ensure your environment has curl/jq before use; (3) avoid running 'npx domaindetails' unless you inspect the npm package first, because npx will download and execute code from the npm registry; (4) ask the skill author for provenance (homepage, source repo, or package manifest) and for the declared required binaries to be aligned with SKILL.md; and (5) if you plan to query sensitive domains, remember requests go to the external API (no local-only lookup). If you cannot verify the service origins, treat the skill as untrusted and prefer manual curl calls to inspect responses before automating.
功能分析
Type: OpenClaw Skill Name: domaindetails Version: 1.2.0 The skill bundle is benign. It provides clear instructions for an AI agent to use `curl` to query `domaindetails.com` for domain information and marketplace listings, which aligns perfectly with its stated purpose. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, prompt injection attempts, or obfuscation. The `curl` binary is required for network access, but its usage is limited to the specified API endpoints and is necessary for the skill's functionality.
能力评估
Purpose & Capability
Name/description match the runtime instructions: the SKILL.md shows simple HTTP lookups to domain-related endpoints returning WHOIS/RDAP and marketplace listings. However the SKILL.md metadata requires 'curl' (and examples use 'jq') while the registry metadata declared no required binaries — this mismatch should be clarified.
Instruction Scope
Instructions are narrowly scoped to calling the two external APIs and parsing JSON. They do not request local files, credentials, or other system state. Caveat: the README suggests an optional 'npx domaindetails' CLI — running npx will fetch and execute code from the npm registry, which is not the same as a simple API call and increases risk if you run it without vetting the package.
Install Mechanism
There is no install spec and the skill is instruction-only, so nothing is written to disk by the skill package itself. The only install-related action in the docs is an optional 'npx' invocation which would dynamically fetch code from npm; that is not part of an install spec and should be treated as running third-party code.
Credentials
The skill declares no environment variables or credentials and the runtime instructions do not require secrets. This is proportionate for a read-only WHOIS/marketplace lookup skill.
Persistence & Privilege
The skill does not request persistent presence (always=false) and there is no evidence it modifies agent/system configuration. Autonomous invocation is allowed by default (normal).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install domaindetails
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /domaindetails 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.2.0
Added marketplace search API - curl only, no browser needed
v1.1.0
Simplified: curl-only for lookup, combined marketplace search, removed bin dependency
v1.0.0
Initial release - WHOIS/RDAP domain lookup via CLI and API
元数据
Slug domaindetails
版本 1.2.0
许可证
累计安装 2
当前安装数 2
历史版本数 3
常见问题

Domain Details 是什么?

Look up domain WHOIS/RDAP info and check marketplace listings. Free API, no auth required. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2713 次。

如何安装 Domain Details?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install domaindetails」即可一键安装,无需额外配置。

Domain Details 是免费的吗?

是的,Domain Details 完全免费(开源免费),可自由下载、安装和使用。

Domain Details 支持哪些平台?

Domain Details 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Domain Details?

由 julianengel(@julianengel)开发并维护,当前版本 v1.2.0。

💬 留言讨论