← Back to Skills Marketplace
mcp-domain-intel
by
HaveBlue997
· GitHub ↗
· v1.0.0
· MIT-0
121
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install mcp-domain-intel
Description
Domain intelligence — WHOIS lookups and domain availability checks via L402 API. Use for brand research, cybersecurity investigations, and domain acquisition...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install mcp-domain-intel - After installation, invoke the skill by name or use
/mcp-domain-intel - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial publish
Metadata
Frequently Asked Questions
What is mcp-domain-intel?
Domain intelligence — WHOIS lookups and domain availability checks via L402 API. Use for brand research, cybersecurity investigations, and domain acquisition... It is an AI Agent Skill for Claude Code / OpenClaw, with 121 downloads so far.
How do I install mcp-domain-intel?
Run "/install mcp-domain-intel" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is mcp-domain-intel free?
Yes, mcp-domain-intel is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does mcp-domain-intel support?
mcp-domain-intel is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created mcp-domain-intel?
It is built and maintained by HaveBlue997 (@haveblue997); the current version is v1.0.0.
More Skills