markdown-converter

Convert PDFs, Word, HTML, CSV, and JSON documents to Markdown.

1|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/isaaceliape/FASE --skill markdown-converter-isaaceliape
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: markdown-converter
Source: https://github.com/isaaceliape/FASE/tree/main/skills/markdown-converter
Command: npx skills add https://github.com/isaaceliape/FASE --skill markdown-converter-isaaceliape

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Convert documents to Markdown to streamline content processing and enable easier analysis and integration with LLM workflows.

Core Features & Use Cases

  • Broad format support: PDF, Word (.docx), PowerPoint (.pptx), Excel (.xlsx, .xls), HTML, CSV, JSON, XML, images with EXIF/OCR, and more.
  • Output preservation: maintains structure like headings, tables, lists, and links.
  • Use Case: convert a set of reports into Markdown for easy publishing and scraping.

Quick Start

Run uvx markitdown on your input to produce Markdown output.

Frequently Asked Questions about markdown-converter

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

FAQPage Schema
How do I convert PDF documents to Markdown for content migration?

To convert PDFs to Markdown, this Skill uses the uvx markitdown tool to transform PDFs into structured Markdown text. It preserves headings, tables, and lists for easy publishing and LLM integration.

What document formats can I convert to Markdown besides PDF?

You can convert Word, PowerPoint, Excel, HTML, CSV, JSON, and XML files to Markdown. It also supports images with EXIF or OCR data extraction for comprehensive document processing.

Do I need Azure Document Intelligence to extract text from complex documents?

Azure Document Intelligence is not required for basic extraction, but the Skill can leverage it for enhanced extraction on complex documents. The primary engine is the uvx markitdown tool.

Will converting Word documents to Markdown preserve my tables and lists?

Converting Word documents to Markdown preserves structural elements like tables, lists, headings, and links. This ensures the output remains structured for downstream scraping and analysis workflows.

What is the best way to batch convert HTML files to Markdown?

The best way to batch convert HTML files to Markdown is using the uvx markitdown tool. It applies to content migration workflows by transforming multiple HTML documents into structured Markdown output.

Why use Markdown for document processing and LLM workflows?

Using Markdown for document processing streamlines content analysis and integration with LLM workflows. Converting diverse formats like PDFs and CSVs into Markdown makes text easily readable for language models.