# Site Mapper

> Crawl a website and build a structured content map with page summaries.

- Skill: `cowork-os/site-mapper` (Agent Skill)
- Install (CLI): `npx skillmds@latest add cowork-os/site-mapper`
- Raw SKILL.md: https://api.skillmd.com/api/skills/cowork-os/site-mapper/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: cowork-os (https://skillmd.com/u/cowork-os)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/cowork-os/site-mapper

---


# Site Mapper

## Purpose

Crawl a website and build a structured content map with page summaries.

## Routing

- Use when: Use when the user wants to understand a website's structure, discover all pages, or create a site inventory.
- Do not use when: Don't use for single-page scraping or when the user only needs content from one specific URL.
- Outputs: Hierarchical site map with page titles, URLs, and content summaries.
- Success criteria: Discovers and maps the main pages of the target website with accurate structure.

## Trigger Examples

### Positive

- Use the site-mapper skill for this request.
- Help me with site mapper.
- Use when the user wants to understand a website's structure, discover all pages, or create a site inventory.
- Site Mapper: provide an actionable result.

### Negative

- Don't use for single-page scraping or when the user only needs content from one specific URL.
- Do not use site-mapper for unrelated requests.
- This request is outside site mapper scope.
- This is conceptual discussion only; no tool workflow is needed.

## Parameters

| Name | Type | Required | Description |
|---|---|---|---|
| url | string | Yes | Root URL of the website to map |

## Runtime Prompt

- Current runtime prompt length: 972 characters.
- Runtime prompt is defined directly in `../site-mapper.json`. 

