← 返回 Skills 市场
300
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install sitemap-generator
功能描述
Generate XML sitemaps by crawling a website. Use when a user needs to create a sitemap.xml for SEO, audit site structure, discover all pages on a domain, or...
安全使用建议
This skill appears to be what it claims: a local Python crawler that generates sitemap.xml. Before using it, ensure you have permission to crawl the target site (and respect robots.txt even though the script doesn't), avoid pointing it at internal/private URLs you don't want probed, and be careful with the output path (it will overwrite files). Install the declared pip dependencies in a controlled environment. If you need robots.txt compliance or more aggressive rate-limiting/URL canonicalization, review or modify the script before running.
功能分析
Type: OpenClaw Skill
Name: sitemap-generator
Version: 1.0.0
The sitemap-generator skill is a standard utility for crawling a website and generating a sitemap.xml file. The implementation in scripts/sitemap_gen.py uses well-known libraries (requests, BeautifulSoup) and includes responsible crawling features such as domain restriction, configurable delays, and depth limits. No evidence of malicious intent, data exfiltration, or prompt injection was found.
能力评估
Purpose & Capability
Name/description match the included script and SKILL.md. The Python crawler uses requests and BeautifulSoup as declared, only fetches same-domain HTML pages, skips binary resources, and outputs a sitemap — all expected for this purpose.
Instruction Scope
Instructions are limited to running the provided script with options. The script issues HTTP requests to the target URL(s) and writes an output file; it does not read other system files or environment variables. Notes: it does not check robots.txt (so may crawl pages a site disallows), and it will crawl whatever URL you provide (including internal/private addresses if you pass them), so exercise caution about targets and permissions.
Install Mechanism
No install spec; the skill is instruction+script only. Dependencies are standard pip packages (requests, beautifulsoup4) and are declared in SKILL.md. Nothing is downloaded from arbitrary URLs or installed silently.
Credentials
The skill requests no environment variables or credentials. The script operates with only network access to the user-specified target and local filesystem write access for the output file.
Persistence & Privilege
No special persistence is requested (always:false). The skill does not modify other skills or system config. It runs only when invoked.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install sitemap-generator - 安装完成后,直接呼叫该 Skill 的名称或使用
/sitemap-generator触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of sitemap-generator.
- Crawl any website and generate a standards-compliant XML sitemap.
- Supports configurable crawl depth, maximum pages, delay between requests, and output path.
- Allows setting SEO hints such as changefreq and priority.
- Skips external links and binary file types for efficient sitemap generation.
- Outputs ready for direct submission to search engines; follows sitemaps.org protocol.
元数据
常见问题
Sitemap Generator 是什么?
Generate XML sitemaps by crawling a website. Use when a user needs to create a sitemap.xml for SEO, audit site structure, discover all pages on a domain, or... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 300 次。
如何安装 Sitemap Generator?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install sitemap-generator」即可一键安装,无需额外配置。
Sitemap Generator 是免费的吗?
是的,Sitemap Generator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Sitemap Generator 支持哪些平台?
Sitemap Generator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Sitemap Generator?
由 John Wang(@johnnywang2001)开发并维护,当前版本 v1.0.0。
推荐 Skills