agentsclimarketplace

Relume sitemap

Skill kvalifik-workflows/relume-sitemap/skills/relume-sitemap

Generate Relume-compatible sitemap clipboard payloads from XML sitemaps and crawled pages.

Install
npx -y skills add kvalifik-workflows/relume-sitemap --skill relume-sitemap

Assembled 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:

  1. relume-sitemap if it is already available on PATH.
  2. node ./bin/relume-sitemap.mjs when working inside this repository.
  3. npx -y @kvalifik/relume-sitemap@latest when the CLI is not installed.

Do not hand-author escaped Relume payload JSON unless patching the CLI itself.

Workflow

  1. Inspect the source sitemap or discovered URL list before crawling.
  2. If multiple language/path scopes are present, ask which language/path to cover before building. Do not combine languages unless explicitly requested.
  3. Ask whether the Relume sitemap should include page sections or only page nodes.
  4. Crawl pages from the selected source sitemap/path scope.
  5. Build the visual sitemap tree from crawl.json using the actual URL/folder structure.
  6. Validate the generated Relume payload.
  7. Copy the HTML payload to the clipboard when the environment supports it.
  8. 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.md for 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.json
  • sitemap-tree.json
  • relume-payload.json
  • relume-payload.html
  • sitemap.md
  • copy-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.

Keep looking

Skills are one crate of 327,069. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.