# Firecrawl Agent > AI-powered autonomous data extraction that navigates complex sites and returns structured JSON. Use this skill when the user wants structured data from websites, needs to extract pricing tiers, product listings, directory entries, or any data as JSON with a schema. Triggers on "extract structured data", "get all the products", "pull pricing info", "extract as JSON", or when the user provides a JSON schema for website data. More powerful than simple scraping for multi-page structured extraction. Source: https://skillsagentes.com/skills/firecrawl/cli/firecrawl-agent Repository: https://github.com/firecrawl/cli Author: firecrawl License: not specified Updated: hace 4 meses Context cost: 125 tok installed, 689 tok once triggered, 689 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-agent --agent claude-code ``` ## What it does - Ejecuta el comando firecrawl agent para navegar sitios complejos con IA y extraer datos estructurados en JSON - Acepta un --schema o --schema-file para forzar un formato de salida predecible - Permite fijar URLs iniciales con --urls y limitar el gasto con --max-credits ## Use it when - Necesitas datos estructurados de sitios complejos con varias páginas - El scraping manual requeriría navegar por muchas páginas - Quieres que la IA descubra dónde está la información ## Don't bother when - Para extracción simple de una sola página, mejor usa scrape, que es más rápido y barato ## What triggers it - "Extrae todos los planes de precios de este sitio como JSON" - "Obtén el listado de productos con su nombre y precio en un schema" - "Consigue la lista de funciones de esta página en JSON" ## Before you install - Requiere el CLI firecrawl (o npx firecrawl) instalado y configurado. ## Files - SKILL.md — 3 KB ## SKILL.md Not reproduced here. Read it at https://github.com/firecrawl/cli/blob/main/skills/firecrawl-agent/SKILL.md --- Skills Agentes — https://skillsagentes.com/skills/firecrawl/cli/firecrawl-agent