Relume sitemap
Skill kvalifik-workflows/relume-sitemap/plugins/codex/relume-sitemap/skills/relume-sitemap
Generate Relume-compatible sitemap clipboard payloads from XML sitemaps and crawled pages.
npx -y skills add kvalifik-workflows/relume-sitemap --skill relume-sitemapAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Generate Relume-ready visual sitemap clipboard payloads by crawling XML sitemaps or live pages with the relume-sitemap CLI.
SKILL.md
2.8 KB, 644 tokens by cl100k_base, as published. Nobody here has run it
Relume Sitemap
Use this skill when a user asks to create, import, paste, reverse engineer, or stress-test a Relume sitemap from a website.
The CLI is the source of truth. Prefer commands in this order:
relume-sitemapif it is already available onPATH.node ./bin/relume-sitemap.mjswhen working inside this repository.npx -y @kvalifik/relume-sitemap@latestwhen the CLI is not installed.
Do not hand-author escaped Relume payload JSON unless patching the CLI itself.
Workflow
- Inspect the source sitemap or discovered URL list before crawling.
- If multiple language/path scopes are present, ask which language/path to cover before building. Do not combine languages unless explicitly requested.
- Ask whether the Relume sitemap should include page sections or only page nodes.
- Crawl pages from the selected source sitemap/path scope.
- Build the visual sitemap tree from
crawl.jsonusing the actual URL/folder structure. - Validate the generated Relume payload.
- Copy the HTML payload to the clipboard when the environment supports it.
- Tell the user to paste into Relume's sitemap canvas.
Commands
Inspect:
relume-sitemap inspect --sitemap https://www.example.com/sitemap.xml
Discover when the sitemap is missing or sparse:
relume-sitemap discover --url https://www.example.com --out ./work/example
Crawl one language/path scope:
relume-sitemap crawl \
--sitemap https://www.example.com/sitemap.xml \
--include / \
--exclude /da,/de \
--out ./work/example-en
Build with sections:
relume-sitemap build \
--crawl ./work/example-en/crawl.json \
--out ./work/example-en \
--sections include \
--copy
Build without sections:
relume-sitemap build \
--crawl ./work/example-en/crawl.json \
--out ./work/example-en \
--sections none
Validate:
relume-sitemap validate --payload ./work/example-en/relume-payload.html
Quality Checks
- Crawl status counts should be mostly or entirely
200. - Payload validation must pass.
- The generated root and page count should match expectations.
- Review
sitemap.mdfor hierarchy sanity. - Multilingual sites should be scoped to one language/path unless all languages were explicitly requested.
- The tree should follow URL/folder structure unless the user explicitly asks for custom grouping.
- Section mode must match the user's choice.
Outputs
The build command writes:
crawl.jsonsitemap-tree.jsonrelume-payload.jsonrelume-payload.htmlsitemap.mdcopy-to-clipboard.html
Prefer showing sitemap.md for review and using relume-payload.html for Relume paste.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.
Gives 0 of the 12 instructions most seo skills give in 644 tokens
Counted across 454 of the 460 authors here whose files we hold, read 2026-08-07
- Implement structured data using JSON-LDin 29 of 454, across 25 files
- Write unique meta descriptions under 160 charactersin 25 of 454, across 20 files
- Verify one H1 exists per pagein 24 of 454, across 15 files
- Maintain a single H1 per pagein 24 of 454, across 15 files
- Use JSON-LD format for all schema markupin 23 of 454, across 16 files
- Use descriptive anchor text for internal linksin 22 of 454, across 18 files
- Add descriptive alt text to imagesin 19 of 454, across 15 files
- Read product marketing context before auditingin 19 of 454, across 11 files
- Write unique title tags under 60 charactersin 19 of 454, across 14 files
- Add unique title and meta description per pagein 19 of 454, across 17 files
- Fetch robots.txt and sitemap.xmlin 19 of 454, across 18 files
- Place the primary keyword in the first 100 wordsin 18 of 454, across 17 files
Said here and by no other author read
- Use the CLI as the source of truth
- Inspect the source sitemap before crawling
- Ask which language or path to cover before building
- Ask whether to include page sections or page nodes
- Build the sitemap tree using the actual URL structure
- Validate the generated Relume payload
Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once. Length counted with cl100k_base; the agent that loads this file may tokenize it differently.