# Firecrawl Crawl > Bulk extract content from an entire website or site section. Use this skill when the user wants to crawl a site, extract all pages from a docs section, bulk-scrape multiple pages following links, or says "crawl", "get all the pages", "extract everything under /docs", "bulk extract", or needs content from many pages on the same site. Handles depth limits, path filtering, and concurrent extraction. Source: https://skillsagentes.com/skills/firecrawl/cli/firecrawl-crawl Repository: https://github.com/firecrawl/cli Author: firecrawl License: not specified Updated: hace 4 meses Context cost: 100 tok installed, 676 tok once triggered, 676 tok with every bundled file Bundle: 1 file, 3 KB Permissions requested: bash(firecrawl *), bash(npx firecrawl *) ## Install ```bash npx -y skills add firecrawl/cli --skill firecrawl-crawl --agent claude-code ``` ## What it does - Ejecuta firecrawl crawl para extraer en bloque contenido de un sitio o sección siguiendo enlaces - Aplica límites de profundidad, filtros de rutas y concurrencia durante la extracción - Permite esperar el resultado con --wait o consultar el estado de un job asíncrono con su job-id ## Use it when - Necesitas contenido de muchas páginas de un sitio (por ejemplo, todo /docs/) - Quieres extraer una sección entera de un sitio - Es el paso 4 del patrón de escalado: search → scrape → map → crawl → interact ## What triggers it - "Crawlea todo el sitio bajo /docs y guárdalo en un JSON" - "Extrae todas las páginas de esta sección de documentación" - "Haz un crawl con profundidad máxima 3 y muéstrame el progreso" ## Before you install - Requiere el CLI firecrawl (o npx firecrawl) y consume créditos por página crawleada. ## Files - SKILL.md — 3 KB ## SKILL.md Not reproduced here. Read it at https://github.com/firecrawl/cli/blob/main/skills/firecrawl-crawl/SKILL.md --- Skills Agentes — https://skillsagentes.com/skills/firecrawl/cli/firecrawl-crawl