Relume sitemap
Skill kvalifik-workflows/relume-sitemap/plugins/claude/relume-sitemap/skills/relume-sitemap
Generate Relume-ready visual sitemap clipboard payloads by crawling XML sitemaps or live pages with the relume-sitemap CLI.From its SKILL.md
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.
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 342 of the 364 authors here whose files we hold, read 2026-09-06
- Read product marketing context before asking questionsin 38 of 342, across 16 files
- Use one clear H1 per pagein 25 of 342, across 13 files
- Measure Core Web Vitals against stated thresholdsin 23 of 342, across 16 files
- Verify robots.txt allows AI crawlersin 22 of 342, across 16 files
- Use descriptive anchor text for internal linksin 22 of 342, across 16 files
- Keep title tags around 50-60 charactersin 19 of 342, across 16 files
- Add a self-referencing canonical URL to every pagein 16 of 342, across 14 files
- Lead every section with a direct answerin 15 of 342, across 9 files
- Submit the sitemap to Google Search Consolein 15 of 342, across 12 files
- Keep key answer passages to 40-60 wordsin 14 of 342, across 8 files
- Add statistics with cited sourcesin 14 of 342, across 8 files
- Give each page one primary search intentin 13 of 342, across 7 files
Said here and by no other author read
- Inspect the source sitemap or URL list before crawling
- Ask which language or path scope to cover
- Ask whether to include page sections
- Crawl pages from the selected scope
- Build the sitemap tree from crawl.json
- Follow URL folder structure when building the tree
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.