← 返回 Skills 市场
hugogu

Web Site or Domain Name Basic Information Scanner

作者 Hugo Gu · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
123
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install website-scanner
功能描述
Comprehensive website analysis and scanning tool. Analyzes IP (IPv4/IPv6), DNS records, WHOIS data, website content (including Schema.org JSON-LD, robots.txt...
安全使用建议
This skill appears to do what it says: DNS/WHOIS lookups, content parsing, and optional deep crawling. Before installing/running: (1) review the full scripts/scan.py (the distributed file is large and was truncated in the manifest) to ensure there are no unexpected remote endpoints or telemetry; (2) be aware the scanner will make outbound HTTP requests (including to ipapi.co for geolocation) and may scrape search engines—do not point it at internal, sensitive, or private network addresses unless you trust the environment; (3) deep scans via Playwright can execute site JavaScript and generate a lot of traffic—use rate limits and max-pages flags; (4) run in an isolated/test environment if you have any doubt about data leakage; (5) confirm any legal/terms-of-service constraints before scraping third-party services (Google) or scanning sites you do not own.
功能分析
Type: OpenClaw Skill Name: website-scanner Version: 1.0.0 The skill bundle is a legitimate website analysis tool that performs DNS lookups, WHOIS queries, and content scraping. It uses subprocess.run with list arguments to safely execute system utilities (dig, whois) and employs standard libraries like requests and BeautifulSoup for web analysis. While the tool possesses high-risk capabilities such as network access and local command execution, these are strictly aligned with its stated purpose as a scanner, and no evidence of malicious intent, data exfiltration, or prompt injection was found in scripts/scan.py or SKILL.md.
能力评估
Purpose & Capability
The name/description match the included SKILL.md and scripts/scan.py. The code uses DNS (dig), WHOIS, HTTP requests, and content parsing—all expected for a website scanner. The requirements.txt and SKILL.md dependencies (requests, bs4, lxml) are proportional to the stated features.
Instruction Scope
SKILL.md instructs the agent to run dig and whois and to fetch robots.txt, sitemap.xml, llms.txt, etc., which the code implements. The skill performs external network calls (HTTP requests to target sites and third-party services) and may deep-scan client-side pages via Playwright (optional). These behaviors are within the scanner's stated scope but give the tool broad ability to fetch many pages and execute remote JS—so users should be careful when scanning private/internal hosts or in sensitive environments.
Install Mechanism
There is no automated install spec; the skill is instruction-only with an included requirements.txt. This is low risk because nothing is being downloaded/executed automatically by an installer; the user must pip-install and run the script manually.
Credentials
The skill requests no environment variables or credentials. It does call external APIs (e.g., ipapi.co for IP geolocation) and may scrape third-party services (Google index approximation), which is consistent with its purpose. No hidden credential access or unrelated env variables are requested.
Persistence & Privilege
always:false and the skill doesn't request persistent system-wide privileges. It does use subprocess to call dig/whois (expected) and runs HTTP requests; nothing suggests modification of other skills or global agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install website-scanner
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /website-scanner 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the website-scanner skill. - Comprehensive website analysis: scans IP, DNS records, WHOIS, content (Schema.org, robots.txt, llms.txt, sitemap.xml), SEO, and third-party data. - Deep scanning support with Playwright for client-side rendered pages. - Generates detailed technical reports in console, JSON, and markdown formats. - Includes actionable SEO audit, structured data extraction, and technology stack detection. - Designed for easy integration with OpenClaw and handles multiple pages in audits.
元数据
Slug website-scanner
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Web Site or Domain Name Basic Information Scanner 是什么?

Comprehensive website analysis and scanning tool. Analyzes IP (IPv4/IPv6), DNS records, WHOIS data, website content (including Schema.org JSON-LD, robots.txt... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 123 次。

如何安装 Web Site or Domain Name Basic Information Scanner?

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

Web Site or Domain Name Basic Information Scanner 是免费的吗?

是的,Web Site or Domain Name Basic Information Scanner 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Web Site or Domain Name Basic Information Scanner 支持哪些平台?

Web Site or Domain Name Basic Information Scanner 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Web Site or Domain Name Basic Information Scanner?

由 Hugo Gu(@hugogu)开发并维护,当前版本 v1.0.0。

💬 留言讨论