# Firecrawl Map > Discover and list all URLs on a website, with optional search filtering. Use this skill when the user wants to find a specific page on a large site, list all URLs, see the site structure, find where something is on a domain, or says "map the site", "find the URL for", "what pages are on", or "list all pages". Essential when the user knows which site but not which exact page. Source: https://skillsagentes.com/skills/firecrawl/cli/firecrawl-map Repository: https://github.com/firecrawl/cli Author: firecrawl License: not specified Updated: hace 4 meses Context cost: 94 tok installed, 538 tok once triggered, 538 tok with every bundled file Bundle: 1 file, 2 KB Permissions requested: bash(firecrawl *), bash(npx firecrawl *) ## Install ```bash npx -y skills add firecrawl/cli --skill firecrawl-map --agent claude-code ``` ## What it does - Ejecuta `firecrawl map` para descubrir y listar todas las URLs de un sitio web - Permite filtrar URLs con `--search` para localizar una página concreta - Soporta salida en JSON o texto con opciones como `--limit`, `--sitemap` e `--include-subdomains` ## Use it when - El usuario necesita encontrar una subpágina específica en un sitio grande - Se quiere una lista de todas las URLs de un sitio antes de scrapear o crawlear - El usuario dice "mapea el sitio", "busca la URL de", "qué páginas hay en" o "lista todas las páginas" - Se sabe el sitio pero no la página exacta ## What triggers it - "Mapea https://docs.example.com y busca la página de autenticación" - "Lista todas las URLs de este sitio en JSON" - "Encuentra la URL de la sección de precios en este dominio" ## Before you install - Requiere el CLI `firecrawl` (o `npx firecrawl`) instalado y disponible. ## Files - SKILL.md — 2 KB ## SKILL.md Not reproduced here. Read it at https://github.com/firecrawl/cli/blob/main/skills/firecrawl-map/SKILL.md --- Skills Agentes — https://skillsagentes.com/skills/firecrawl/cli/firecrawl-map