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.
npx skills add majiayu000/claude-skill-registry --skill sitemapkit --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- Tools available
- When to use which tool
- Usage guidelines
- Error handling
- Example interactions
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.
