Loading...
Loading...
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.
npx skill4agent add firecrawl/cli firecrawl-parsescrape.firecrawl/-o.firecrawl/.gitignoremkdir -p .firecrawl
# File → markdown
firecrawl parse ./paper.pdf -o .firecrawl/paper.md
# AI summary
firecrawl parse ./paper.pdf -S -o .firecrawl/paper-summary.md
# Ask a question about the doc
firecrawl parse ./paper.pdf -Q "What are the main conclusions?" \
-o .firecrawl/paper-qa.mdheadgreprg| Option | Description |
|---|---|
| AI-generated summary |
| Ask a question about the parsed content |
| Output file path — always use this |
| |
| Timeout for the parse job |
| Show request duration |
firecrawl parse "./My Doc.pdf" -o .firecrawl/mydoc.md.firecrawl/firecrawl credit-usage