# Firecrawl Parse > Efficiently extract and convert the contents of any local file—such as PDF, DOCX, DOC, ODT, RTF, XLSX, XLS, or HTML—into clean, well-formatted markdown saved to disk. Use this skill whenever the user requests to parse, read, or extract information from a file on their computer, including phrases like “parse this PDF”, “convert this document”, “read this file”, “extract text from”, or when a local file path (not a URL) is provided. This skill offers advanced options like generating AI-powered summaries and answering questions based on the file's content. Prefer this tool over `scrape` when handling local files to deliver precise, structured outputs for downstream tasks. Source: https://skillsagentes.com/skills/firecrawl/cli/firecrawl-parse Repository: https://github.com/firecrawl/cli Author: firecrawl License: not specified Updated: hace 3 meses Context cost: 174 tok installed, 686 tok once triggered, 686 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-parse --agent claude-code ``` ## What it does - Convierte archivos locales (PDF, DOCX, DOC, ODT, RTF, XLSX, XLS, HTML) en markdown limpio guardado en disco - Genera resúmenes generados por IA del contenido del archivo con -S - Responde preguntas sobre el contenido del documento con -Q - Guarda siempre la salida en .firecrawl/ con -o para evitar saturar el contexto ## Use it when - Tienes un archivo en disco (no una URL) y quieres su texto como markdown - El usuario sube un PDF/DOCX y pregunta qué dice o pide un resumen - El usuario dice frases como 'parse this PDF', 'convert this document', 'read this file', 'extract text from' ## Don't bother when - La fuente es una URL en lugar de un archivo local (usa scrape en su lugar) ## What triggers it - "Extrae el texto de este PDF y guárdalo como markdown" - "Resume el contenido de ./paper.pdf" - "¿Qué dice este documento DOCX que acabo de subir?" - "Responde qué conclusiones principales tiene este PDF" ## Before you install - Requiere el CLI firecrawl instalado y el archivo debe pesar 50 MB o menos. ## Files - SKILL.md — 3 KB ## SKILL.md Not reproduced here. Read it at https://github.com/firecrawl/cli/blob/main/skills/firecrawl-parse/SKILL.md --- Skills Agentes — https://skillsagentes.com/skills/firecrawl/cli/firecrawl-parse