Agent Skillsfirecrawl/cli › firecrawl-parse

firecrawl-parse

GitHub

将本地文档(PDF/DOCX等)转换为Markdown。支持AI摘要、问答及指定输出路径,适用于解析本地文件而非URL的场景。

skills/firecrawl-parse/SKILL.md firecrawl/cli

Trigger Scenarios

用户要求解析、阅读或提取本地文件内容 提供本地文件路径 包含“parse this PDF”、“convert this document”等指令

Install

npx skills add firecrawl/cli --skill firecrawl-parse -g -y
More Options

Use without installing

npx skills use firecrawl/cli@firecrawl-parse

指定 Agent (Claude Code)

npx skills add firecrawl/cli --skill firecrawl-parse -a claude-code -g -y

安装 repo 全部 skill

npx skills add firecrawl/cli --all -g -y

预览 repo 内 skill

npx skills add firecrawl/cli --list

SKILL.md

Frontmatter
{
    "name": "firecrawl-parse",
    "description": "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.\n",
    "allowed-tools": [
        "Bash(firecrawl *)",
        "Bash(npx firecrawl *)"
    ]
}

firecrawl parse

Turn a local document into clean markdown on disk. Supports PDF, DOCX, DOC, ODT, RTF, XLSX, XLS, HTML/HTM/XHTML.

When to use

  • You have a file on disk (not a URL) and want its text as markdown
  • User drops a PDF/DOCX and asks what it says, or to summarize it
  • Use scrape instead when the source is a URL

Quick start

Always save to .firecrawl/ with -o — parsed docs can be hundreds of KB and blow up context if streamed to stdout. Add .firecrawl/ to .gitignore.

mkdir -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.md

Then head, grep, rg etc., or incrementally read the file - don't load the whole thing at once.

Options

Option Description
-S, --summary AI-generated summary
-Q, --query <prompt> Ask a question about the parsed content
-o, --output <path> Output file path — always use this
-f, --format <fmt> markdown (default), html, summary
--timeout <ms> Timeout for the parse job
--timing Show request duration

Tips

  • 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 the firecrawl credit-usage command.

See also

Version History

  • 6c50c5d Current 2026-07-24 11:49

Same Skill Collection

skills/firecrawl-agent/SKILL.md
skills/firecrawl-crawl/SKILL.md
skills/firecrawl-download/SKILL.md
skills/firecrawl-map/SKILL.md
skills/firecrawl-scrape/SKILL.md
skills/firecrawl-search/SKILL.md
skills/firecrawl-cli/SKILL.md
skills/firecrawl-interact/SKILL.md
skills/firecrawl-monitor/SKILL.md

Metadata

Files
0
Version
a151277
Hash
c6f694ca
Indexed
2026-07-24 11:49

Accueil - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-09 00:49
浙ICP备14020137号-1 $Carte des visiteurs$