markdown-converter

Convert PDFs, DOCX, HTML, images, audio, and more into Markdown.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the process of converting various file formats into Markdown, making them easily processable by LLMs and for text analysis.

Core Features & Use Cases

  • Universal Conversion: Supports a wide array of formats including PDF, Word, Excel, PowerPoint, HTML, CSV, JSON, XML, images, audio, ZIP archives, YouTube URLs, and EPubs.
  • LLM Ready Output: Generates Markdown that preserves document structure like headings, tables, and lists.
  • Use Case: Convert a complex PDF report into a clean Markdown file to easily feed into an LLM for summarization or question-answering.

Quick Start

Convert the file 'report.pdf' to Markdown format and save it as 'report.md'.

Frequently Asked Questions about markdown-converter

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

FAQPage Schema
How do I convert a PDF file to Markdown for LLM processing?

To convert a PDF file to Markdown for LLM processing, you can use a conversion tool that supports diverse document types and outputs clean text. This Skill utilizes the `uvx markitdown` command-line tool to transform PDFs into LLM-ready Markdown format.

Can I convert YouTube URLs and audio files into text transcripts?

Yes, you can convert YouTube URLs and audio files into text transcripts. The Skill supports extracting text from YouTube links and transcribing audio files directly into Markdown format, making the extracted content immediately available for LLM analysis.

Does this file conversion approach support Excel and PowerPoint documents?

Yes, this file conversion approach supports both Excel (XLSX) and PowerPoint (PPTX) documents. It converts these Office formats, alongside DOCX and CSV, into structured Markdown that preserves document elements like headings, tables, and lists.

What is the best way to extract text from images and EPUB files?

The best way to extract text from images and EPUB files is using an automated conversion tool with OCR capabilities. This Skill processes images via OCR and extracts EPUB content into Markdown, utilizing Azure Document Intelligence integration for enhanced accuracy.

How do I convert HTML and JSON data into a structured Markdown document?

You can convert HTML and JSON data into a structured Markdown document by running them through a universal conversion utility. This Skill processes web data formats like HTML, XML, and JSON, transforming them into structured Markdown for text analysis.

Can I process multiple files stored in a ZIP archive at once?

Yes, you can process multiple files stored in a ZIP archive at once. The Skill supports ZIP archive conversions, automatically extracting and converting the contained files into Markdown format so you can feed the combined text into an LLM.