Local document contents may be uploaded to Firecrawl's external service
Source references: 5The instructions run `firecrawl parse` on local files. The stated upload-size limit, per-page credits, and authenticated balance check indicate an upload-backed account service rather than purely local parsing. Because the trigger covers any file path, contracts, financial sheets, or internal documents could enter this workflow.
Document text, tables, and metadata may leave the device for third-party processing and consume account credits. Files containing personal data, trade secrets, or credentials could breach confidentiality or data-residency requirements.
The skill explicitly triggers for any local file path and directs Firecrawl to parse that file. Its 50 MB “upload” limit, per-page credits, and authenticated balance check together support processing by an external, metered account service. Contracts, spreadsheets, or internal documents could therefore leave the device; the instructions do not require upload consent or exclude sensitive files. Before use, the user can confirm data destination, retention, and terms, and prohibit sensitive inputs.
description: | Convert a local file (PDF, DOCX, XLSX, HTML, …) to markdown, or answer questions about its content. Use whenever the input is a file path, not a URL.allowed-tools:Show 4 other places
# AI summaryfirecrawl parse ./paper.pdf -S -o .firecrawl/paper-summary.md# Ask a question about the docfirecrawl parse ./paper.pdf -Q "What are the main conclusions?" \ -o .firecrawl/paper-qa.md```- Quote paths with spaces: `firecrawl parse "./My Doc.pdf" -o .firecrawl/mydoc.md`.- Max upload size: **50 MB** per file.- Credits: ~1 per PDF page; HTML is 1 flat.- Check `.firecrawl/` before re-parsing the same file.- To check your credit balance (recommended for batch processing and similar workflows), use `firecrawl credit-usage` (requires authentication).# File → markdownfirecrawl parse ./paper.pdf -o .firecrawl/paper.md- Check `.firecrawl/` before re-parsing the same file.- To check your credit balance (recommended for batch processing and similar workflows), use `firecrawl credit-usage` (requires authentication).