Agent skill · Security

sitemapkit

Discover and extract sitemaps from any website using SitemapKit. Use this skill whenever the user wants to find pages on a website, get a list of URLs from a domain, audit a site's structure, crawl a sitemap, check what pages exist on a site, or do anything involving sitemaps or site URL discovery — even if they don't explicitly say "sitemap". Requires the sitemapkit MCP server configured with a valid SITEMAPKIT_API_KEY.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill sitemapkit --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Path: skills/analysis/sitemapkit/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# SitemapKit Use the SitemapKit MCP tools to discover and extract URLs from any website's sitemaps. ## Tools available - **discover_sitemaps** — finds all sitemap files for a domain (checks robots.txt, common paths, sitemap indexes). Use this first when you just want to know what sitemaps exist. - **extract_sitemap** — fetches all URLs from a specific sitemap URL. Use when the user gives you a direct sitemap URL. - **full_crawl** — discovers all sitemaps for a domain and returns every URL across all of them in one call. Use this when the user wants the complete list of pages on a site. ## When to use which tool | User says | Use | |-----------|-----| | "find sitemaps for X" / "does X have a sitemap?" | `discover_sitemaps` | | "extract URLs from X/sitemap.xml" | `extract_sitemap` | | "get all pages on X" / "crawl X" / "list all URLs on X" | `full_crawl` | ## Usage guidelines - Always pass a full URL including protocol: `https://example.com` - `full_crawl` and `discover_sitemaps` only use the domain — paths are ignored - `extract_sitemap` needs the exact sitemap URL, e.g. `https://example.com/sitemap.xml` - Default `max_urls` is 1000. If the user wants more, pass a higher value (up t

What's inside
Steps it walks through
  1. Tools available
  2. When to use which tool
  3. Usage guidelines
  4. Error handling
  5. Example interactions
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the sitemapkit skill do?

Discover and extract sitemaps from any website using SitemapKit. Use this skill whenever the user wants to find pages on a website, get a list of URLs from a domain, audit a site's structure, crawl a sitemap, check what pages exist on a site, or do anything involving sitemaps or site URL discovery — even if they don't explicitly say "sitemap". Requires the sitemapkit MCP server configured with a valid SITEMAPKIT_API_KEY.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill sitemapkit --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going