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