← 返回 Skills 市场
rogue-agent1

Whoislookup

作者 rogue-agent1 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
116
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install whoislookup
功能描述
Look up domain WHOIS registration info — registrar, creation date, expiry date, nameservers, and domain status. Use when asked to check who owns a domain, wh...
安全使用建议
This skill appears internally consistent and does what it says: it contacts WHOIS servers via sockets and parses responses. Before installing, consider: (1) source is unknown — prefer code from a trusted source or inspect the scripts (they are short and included). (2) WHOIS queries go to third-party servers and may be logged by registrars — don't query sensitive/private hostnames. (3) The --server option lets callers specify arbitrary hosts, so avoid running this in environments where making arbitrary outbound TCP connections to internal services would be dangerous. If you have concerns, run the script manually in a restricted/isolated environment to verify behavior.
功能分析
Type: OpenClaw Skill Name: whoislookup Version: 1.0.0 The skill bundle provides a standard WHOIS lookup utility implemented using the Python standard library's socket and re modules. The code in scripts/whoislookup.py correctly implements the WHOIS protocol (port 43) to query registrar information for various TLDs and contains no evidence of data exfiltration, unauthorized network calls, or malicious execution logic.
能力评估
Purpose & Capability
Name/description, SKILL.md, and included Python scripts all implement direct WHOIS lookups via sockets. No unrelated binaries, credentials, or config paths are requested. The pair of identical Python files is redundant but consistent with the stated purpose.
Instruction Scope
Instructions only run the included Python script(s) to query WHOIS servers and parse results. This legitimately contacts external WHOIS servers. Note: a --server option allows contacting arbitrary WHOIS servers (user-specified host), so the tool can be used to make outbound TCP connections to arbitrary hosts if misused or if run in a sensitive internal network.
Install Mechanism
No install spec — instruction-only with included scripts. Nothing is downloaded or written to disk by an installer; the user runs the provided Python script directly.
Credentials
The skill requests no environment variables, credentials, or config paths and the code does not read any. That is proportional to the simple WHOIS lookup functionality.
Persistence & Privilege
always:false and no self-modifying or persistent behavior. The skill does not request elevated privileges or modify other skills or system configuration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install whoislookup
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /whoislookup 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of whoislookup. - Look up domain WHOIS registration info including registrar, creation/expiry dates, nameservers, and domain status. - Supports 15+ TLDs (com, net, org, io, dev, app, ai, co, and more) with auto-detection of WHOIS servers. - Provides parsed output and raw/JSON modes via CLI. - Zero external dependencies; uses only Python standard library.
元数据
Slug whoislookup
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Whoislookup 是什么?

Look up domain WHOIS registration info — registrar, creation date, expiry date, nameservers, and domain status. Use when asked to check who owns a domain, wh... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 116 次。

如何安装 Whoislookup?

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

Whoislookup 是免费的吗?

是的,Whoislookup 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Whoislookup 支持哪些平台?

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

谁开发了 Whoislookup?

由 rogue-agent1(@rogue-agent1)开发并维护,当前版本 v1.0.0。

💬 留言讨论