firecrawl-parse

Extract text from PDF, DOCX, and other files into markdown.

Updated Jun 15, 2026
One-click install
npx skills add https://github.com/ironkid90/lucky5-v8 --skill firecrawl-parse-ironkid90
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: firecrawl-parse
Source: https://github.com/ironkid90/lucky5-v8/tree/main/plugins/skills/firecrawl-parse
Command: npx skills add https://github.com/ironkid90/lucky5-v8 --skill firecrawl-parse-ironkid90

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Extracts and converts local file contents into well-formatted markdown, solving the problem of accessing text from various file formats.

Core Features & Use Cases

  • File Parsing: Converts PDF, DOCX, DOC, ODT, RTF, XLSX, XLS, and HTML files into markdown.
  • AI Summaries: Generates AI-powered summaries of the file content.
  • Question Answering: Answers questions based on the file's content.
  • Use Case: When you need to quickly access the text from a document without manually converting it.

Quick Start

Use the firecrawl parse command to convert a local file into markdown. For example: firecrawl parse ./document.pdf -o ./output.md

Frequently Asked Questions about firecrawl-parse

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert PDF to markdown for text extraction?

To convert PDF to markdown for text extraction, run the parse command on your local file. It processes the document and outputs well-formatted markdown text, making the content immediately accessible for workflows.

What file formats can I parse into markdown besides PDF?

Besides PDF, you can parse DOCX, DOC, ODT, RTF, XLSX, XLS, and HTML files into markdown. The tool extracts text from these various document formats and converts them into editable markdown content.

Can I generate an AI summary from a converted document?

Yes, you can generate an AI summary from a converted document. After parsing the file into markdown, the tool offers options to generate AI-powered summaries or answer questions based on the file's content.

Does this text extraction tool work with local files?

Yes, this text extraction tool works with local files. It is designed to extract and convert local file contents directly into markdown, solving the problem of accessing text from various file formats without manual conversion.

What is the best way to extract text from XLSX or ODT files?

The best way to extract text from XLSX or ODT files is using an automated document parsing command. It converts these spreadsheet and word processing formats into well-formatted markdown text instantly.