Skill Detail

Generate XML sitemaps and robots.txt from route inventories before SEO launch

Use sitemap when an agent already knows the site routes or content URLs and needs valid sitemap XML, sitemap indexes, or robots.txt references before launch. This is a publishing-artifact skill, not a crawler or SEO platform.

Content Writing & SEOMulti-Framework
Content Writing & SEO Multi-Framework Security Reviewed
โญ 1.7k GitHub stars โฌ‡ 12.5M/wk npm
INSTALL WITH ANY AGENT
npx skills add agentskillexchange/skills --skill generate-xml-sitemaps-and-robots-txt-from-route-inventories-before-seo-launch Copy
Works best when you want a reusable capability, not another fragile one-off prompt.
At a glance
Tools required
Node.js, npm
Install & setup
npm install sitemap
Author
Eugene Kalinin
Last updated
Apr 12, 2026
Quick brief

This skill uses sitemap (sitemap.js), the Node.js library and CLI for generating sitemap XML from known URLs and for managing sitemap indexes at larger scales. In agent workflows, it shines when the site structure is already available from a CMS export, route manifest, database query, or content inventory and the missing piece is the final sitemap output that search engines expect. Rather than hand-writing XML or leaning on a broad SEO platform, the agent can emit valid sitemap artifacts directly from the route list it already has.

How it works

What this skill actually does

The concrete job-to-be-done is sitemap generation before a launch, migration, bulk content publish, or SEO QA pass. Invoke it when an automation needs to turn a trusted list of URLs into sitemap.xml, split large inventories across indexed sitemap files, or validate and update sitemap outputs as content changes. The upstream project also documents CLI usage for one-shot sitemap generation from plain URL lists, which is especially useful for agents operating in build pipelines or release checklists.

The scope boundary is what keeps this skill from collapsing into a generic SEO product card. sitemap generates sitemap and sitemap-index artifacts, plus related robots.txt references, but it does not crawl the web, score rankings, audit backlinks, or replace a technical SEO suite. Integration points are Node.js build steps, static-site deploy pipelines, CMS export jobs, CI release tasks, and scripts that already have the canonical URLs in hand. When the agent needs deterministic XML output from a route inventory, this is the right tool and the right scope.