firecrawl-parse

Parse local PDF, DOCX, and HTML documents into Markdown files.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/harsh-pandhe/pod-transit --skill firecrawl-parse
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: firecrawl-parse
Source: https://github.com/harsh-pandhe/pod-transit/tree/main/.agents/skills/firecrawl-parse
Command: npx skills add https://github.com/harsh-pandhe/pod-transit --skill firecrawl-parse

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill converts local documents into clean Markdown stored on disk, enabling easy sharing, offline analysis, and AI-assisted processing of offline files.

Core Features & Use Cases

  • Convert PDFs, DOCX, DOC, ODT, RTF, XLSX, XLS, and HTML/HTM/XHTML files into well-formatted Markdown.
  • Keep outputs compact and readable for AI pipelines, note-taking, and archival tasks.
  • Use AI-generated summaries or Q&A on the content to extract key insights from documents.

Quick Start

Parse a local file and save the resulting Markdown to the .firecrawl directory using an explicit output path.

Frequently Asked Questions about firecrawl-parse

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

FAQPage Schema
How do I convert local PDF and DOCX files to Markdown for offline reference?

This Skill parses local PDF, DOCX, and other files into clean Markdown and saves the output to disk under a dedicated directory for offline reference and AI-assisted analysis.

What local document formats can I parse into clean Markdown?

You can parse PDF, DOCX, DOC, ODT, RTF, XLSX, XLS, and HTML/HTM/XHTML formats into well-formatted Markdown text for AI pipelines and archival.

Can I generate AI summaries or ask questions about content extracted from local documents?

Yes, after parsing local documents into Markdown, you can enable optional AI-generated summaries or question-answering features to extract key insights from the content.

Does the document parser save converted Markdown files within my active project directory?

No, converted Markdown outputs are written under a hidden .firecrawl directory to keep your project files clean and avoid bloating the main workspace.

What's the best way to extract text from Excel and HTML files for note-taking pipelines?

The best approach is to parse XLSX, XLS, and HTML files into compact, well-formatted Markdown stored on disk, making the extracted text immediately readable for note-taking and AI pipelines.