← 返回 Skills 市场
charlie-morrison

XML Sitemap Generator

作者 charlie-morrison · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
84
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install xml-sitemap-generator
功能描述
Generate XML sitemaps by crawling a website or scanning local files. Auto-discovers pages via link extraction. Supports local HTML/MD file scanning with last...
安全使用建议
This skill is internally coherent for generating sitemaps, but review before running: (1) The crawler disables TLS certificate verification — consider enabling verification to avoid MITM risks (remove or change the ssl context settings). (2) Running the skill will make outgoing HTTP(S) requests to any target you provide and will read any local files in the directory you point it at; only run it against sites and directories you trust, and consider running it in an isolated environment if you plan to crawl untrusted or internal network hosts. (3) If you plan to allow autonomous agent use, be aware it could be instructed to probe internal endpoints — restrict agent permissions or network access if that is a concern. If you want higher assurance, review the rest of the truncated main() logic or run the script locally on a test machine first.
功能分析
Type: OpenClaw Skill Name: xml-sitemap-generator Version: 1.0.0 The sitemap generator in `scripts/sitemap_gen.py` contains a security vulnerability where it explicitly disables SSL certificate verification (`ssl.CERT_NONE`), making it susceptible to man-in-the-middle (MITM) attacks during web crawling. While the tool's local file scanning and network access are aligned with its stated purpose, the combination of broad filesystem access via `os.walk` and the insecure network configuration represents a high-risk profile. No evidence of intentional malicious behavior or data exfiltration was found.
能力评估
Purpose & Capability
Name/description match the included Python script which crawls same-domain URLs and/or scans local HTML/MD files, extracts links, and generates sitemap.xml and robots.txt. No unrelated credentials, binaries, or installs are requested.
Instruction Scope
SKILL.md instructs running the included script against a URL or local directory — that aligns with purpose. The script performs network requests (crawling) and reads local files when run in local mode. One noteworthy implementation detail: the HTTP client disables TLS certificate verification (ssl.check_hostname=False and verify_mode=ssl.CERT_NONE), which weakens TLS checks and can expose you to MITM when crawling HTTPS sites.
Install Mechanism
No install spec and no external downloads; this is an instruction-only skill bundled with a single Python script relying only on the standard library. No archive downloads or external package installs were requested.
Credentials
The skill requests no environment variables, credentials, or config paths. The code does not read environment secrets. Local file scanning legitimately reads files from the supplied directory (expected for this functionality).
Persistence & Privilege
The skill is not always-enabled and does not request persistent platform privileges. It can run network requests and read local files when invoked (normal for this functionality). If you allow autonomous agent invocation, it could be asked to crawl arbitrary URLs — a general platform risk but not a misalignment in this skill itself.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install xml-sitemap-generator
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /xml-sitemap-generator 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug xml-sitemap-generator
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

XML Sitemap Generator 是什么?

Generate XML sitemaps by crawling a website or scanning local files. Auto-discovers pages via link extraction. Supports local HTML/MD file scanning with last... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 84 次。

如何安装 XML Sitemap Generator?

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

XML Sitemap Generator 是免费的吗?

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

XML Sitemap Generator 支持哪些平台?

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

谁开发了 XML Sitemap Generator?

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

💬 留言讨论