← 返回 Skills 市场
203
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install whois-toolkit
功能描述
Domain WHOIS lookup toolkit for querying registrar, creation/expiry dates, nameservers, status, and registrant info. Use when looking up domain ownership, ch...
安全使用建议
This skill appears to be what it says: a standalone WHOIS lookup tool. Before running, note that: (1) WHOIS queries go over the network to remote WHOIS servers and those servers (and any intermediary) can log the querying IP and requested domain names; (2) the --server option will send queries to whatever host you provide, so avoid pointing it to untrusted endpoints; (3) WHOIS responses can include personal/identifying information depending on the domain and privacy settings; (4) parsing is heuristic and may miss or misinterpret some registrar formats—treat results as informational. If you plan to run it at scale or in an automated agent, consider rate limits and privacy implications. If you have strict security requirements, review the script locally before use and run it in a controlled environment.
功能分析
Type: OpenClaw Skill
Name: whois-toolkit
Version: 1.0.0
The whois-toolkit skill is a standard implementation of a WHOIS client that uses Python's built-in socket library to query domain registration data. The code in scripts/whois_lookup.py performs direct TCP connections to legitimate WHOIS servers (port 43), parses the text responses using regular expressions, and contains no external dependencies, shell execution, or unauthorized data access.
能力评估
Purpose & Capability
Name/description match the included Python script: the code performs socket-based WHOIS queries and parses registrar, dates, nameservers, and registrant fields. No unexplained credentials, binaries, or external deps are requested.
Instruction Scope
SKILL.md directs the agent to run the bundled script with command-line flags. The instructions and script only perform WHOIS queries and formatting; they do not read unrelated files, environment variables, or send data to unexpected endpoints. The server override flag lets a user point to an arbitrary WHOIS server (user-specified input).
Install Mechanism
No install spec or external downloads; the skill is instruction-only with an included script. Nothing is written to disk by an installer step beyond the existing bundle.
Credentials
No environment variables, credentials, or config paths are required. The script does not access hidden secrets or unrelated config.
Persistence & Privilege
The skill does not request persistent/always-enabled presence, does not modify other skills or system configs, and uses no privileged operations.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install whois-toolkit - 安装完成后,直接呼叫该 Skill 的名称或使用
/whois-toolkit触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
whois-toolkit 1.0.0
- Initial release of the WHOIS lookup toolkit.
- Supports querying registrar, creation/expiry dates, nameservers, status, and registrant info.
- No external dependencies or API keys required.
- Handles batch WHOIS queries and structured output, including JSON and raw mode.
- Provides expiry alerts with color-coded warnings.
- Built-in WHOIS server mapping for 25+ major TLDs.
元数据
常见问题
Whois Toolkit 是什么?
Domain WHOIS lookup toolkit for querying registrar, creation/expiry dates, nameservers, status, and registrant info. Use when looking up domain ownership, ch... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 203 次。
如何安装 Whois Toolkit?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install whois-toolkit」即可一键安装,无需额外配置。
Whois Toolkit 是免费的吗?
是的,Whois Toolkit 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Whois Toolkit 支持哪些平台?
Whois Toolkit 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Whois Toolkit?
由 John Wang(@johnnywang2001)开发并维护,当前版本 v1.0.0。
推荐 Skills