site-mapper

Crawl websites and generate hierarchical site maps with page summaries.

Updated Apr 20, 2026
One-click install
npx skills add https://github.com/silva2kand/silva-ide --skill site-mapper
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: site-mapper
Source: https://github.com/silva2kand/silva-ide/tree/main/_cowork_os_pack/package/resources/skills/site-mapper
Command: npx skills add https://github.com/silva2kand/silva-ide --skill site-mapper

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps users understand the architecture and content layout of a website by creating detailed site maps and summaries, simplifying website analysis and planning.

Core Features & Use Cases

  • Website Mapping: Crawl target sites to discover all accessible pages hierarchically.
  • Content Summarization: Generate concise summaries for each page to assess content relevance.
  • Use Case: A developer needs to document a client's website structure. They specify the root URL, and the Skill produces a complete site map with page titles and descriptions.

Quick Start

Use the site-mapper skill to analyze the website at https://example.com and generate a detailed page hierarchy with summaries.

Frequently Asked Questions about site-mapper

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a website structure map from a root URL?

Generate a website structure map by specifying a root URL to crawl. The tool parses accessible pages hierarchically and produces a complete site map with page titles and summaries for inventory creation.

What is website crawling and how does it discover pages for a site audit?

Website crawling automates URL discovery by parsing target sites recursively. It finds all accessible pages to build a hierarchical output, useful for understanding site architecture and performing content analysis.

Can I summarize page content automatically during website crawling?

Yes, website crawling can summarize page content automatically. The process parses each discovered URL to generate concise page summaries, allowing you to assess content relevance across the entire site architecture.

Do I need Python to run website crawling scripts for site mapping?

Yes, you need Python to run the website crawling scripts. The site mapping process relies on Python scripts to handle URL crawling, page parsing, and hierarchical site map output generation.

What's the best way to document a client's website architecture?

The best way to document website architecture is using automated crawling to map the site structure. Provide the root URL to generate a detailed page hierarchy with titles and descriptions for client documentation.