← 返回 Skills 市场
mcp-domain-intel
作者
HaveBlue997
· GitHub ↗
· v1.0.0
· MIT-0
121
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install mcp-domain-intel
功能描述
Domain intelligence — WHOIS lookups and domain availability checks via L402 API. Use for brand research, cybersecurity investigations, and domain acquisition...
安全使用建议
This skill's purpose (WHOIS and availability checks) is consistent with the code, but there are clear mismatches you should resolve before installing:
- SKILL.md/README ask you to set L402_API_BASE_URL, but the program actually reads NAUTDEV_BASE_URL and otherwise defaults to https://api.nautdev.com. If you intend to point the tool at a private L402 endpoint, set NAUTDEV_BASE_URL instead (or verify the package behavior).
- Tool names differ between the docs (whois_lookup / check_availability) and the code (lookup / available). Make sure the agent will call the correct tool names.
- The package naming in docs (different author/namespace variants) is inconsistent; verify the exact npm package you will run (e.g., @vbotholemu/mcp-domain-intel) and inspect its npm publisher and repository before running via npx.
Recommendations before installing:
- Inspect the package on the npm registry (publisher, versions, README, repository) and preferably the source repo to confirm origin and integrity.
- Test in an isolated environment; run the binary with NAUTDEV_BASE_URL pointed to a known test endpoint to confirm behavior.
- Do not provide secrets or payment credentials to this skill until you confirm the service's billing/micropayment model and trust the publisher.
If the publisher/repo is not verifiable or these inconsistencies are not corrected, treat the skill as untrusted.
功能分析
Type: OpenClaw Skill
Name: mcp-domain-intel
Version: 1.0.0
The skill provides domain WHOIS and availability intelligence by wrapping the L402 API at api.nautdev.com. The implementation in src/index.ts is a standard Model Context Protocol (MCP) server that uses fetch to query specific endpoints with sanitized inputs. While there are minor documentation inconsistencies regarding environment variable names (L402_API_BASE_URL vs NAUTDEV_BASE_URL) and tool names between SKILL.md and the source code, there is no evidence of malicious intent, data exfiltration, or unauthorized execution.
能力评估
Purpose & Capability
The code implements two MCP tools that call a remote API to perform domain lookup and availability checks, which matches the declared purpose. Dependencies (MCP SDK, zod) and required binary (npx) are reasonable for an MCP server packaged as an npm tool.
Instruction Scope
SKILL.md declares different tool names (whois_lookup / check_availability) while the code exposes 'lookup' and 'available'. SKILL.md and README instruct using an env var named L402_API_BASE_URL, but the code reads NAUTDEV_BASE_URL (and falls back to https://api.nautdev.com). Because the runtime instructions and examples don't match the actual binary's expectations, an agent following SKILL.md may misconfigure the service or unknowingly use the default endpoint.
Install Mechanism
This is an instruction-only skill with shipped package source files; it expects to be run with npx which will fetch the package from the npm registry. That's a common install pattern (moderate risk). There are no downloads from arbitrary URLs or extract operations in the manifest.
Credentials
The skill declares L402_API_BASE_URL as a required env var in SKILL.md, but the code uses NAUTDEV_BASE_URL (and defaults to api.nautdev.com). This mismatch means the declared required env var is ineffective and could lead the agent to believe it has configured a custom endpoint when the code ignores it. No secrets or unrelated credentials are requested, which is appropriate.
Persistence & Privilege
The skill does not request permanent presence (always:false), does not modify other skills or system config, and doesn't require elevated privileges. Autonomous invocation is allowed (platform default) but not combined here with broad privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install mcp-domain-intel - 安装完成后,直接呼叫该 Skill 的名称或使用
/mcp-domain-intel触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial publish
元数据
常见问题
mcp-domain-intel 是什么?
Domain intelligence — WHOIS lookups and domain availability checks via L402 API. Use for brand research, cybersecurity investigations, and domain acquisition... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 121 次。
如何安装 mcp-domain-intel?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install mcp-domain-intel」即可一键安装,无需额外配置。
mcp-domain-intel 是免费的吗?
是的,mcp-domain-intel 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
mcp-domain-intel 支持哪些平台?
mcp-domain-intel 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 mcp-domain-intel?
由 HaveBlue997(@haveblue997)开发并维护,当前版本 v1.0.0。
推荐 Skills