markdown-converter

Convert PDF, Word, Excel, HTML, JSON, CSV, XML, ZIP, images, and audio transcripts to Markdown.

321|26|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/mkurman/tamux --skill markdown-converter-mkurman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: markdown-converter
Source: https://github.com/mkurman/tamux/tree/main/skills/productivity/agent-skills/markdown-converter
Command: npx skills add https://github.com/mkurman/tamux --skill markdown-converter-mkurman

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Converts a wide range of documents and data formats into Markdown to streamline preprocessing for LLMs, content analysis, and knowledge extraction.

Core Features & Use Cases

  • Universal format support: PDF, Word (.docx), Excel (.xlsx/.xls), HTML, CSV, JSON, XML, ZIP, images with EXIF/OCR, and audio transcripts.
  • LLM-ready output: clean, well-structured Markdown suitable for prompts and analysis.
  • Use Case: prepare a multi-format archive of reports for a unified Markdown knowledge base and searchable content.

Quick Start

Run uvx markitdown on a sample document to produce a Markdown file.

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 and Word documents to Markdown for LLM analysis?

You can convert PDF and Word documents to Markdown by running the markitdown utility on your files, which transforms them into clean, well-structured Markdown suitable for prompts and analysis.

Can I extract text from images and audio transcripts into Markdown format?

Yes, you can extract text from images using EXIF and OCR data, and process audio transcripts into Markdown format to enable preprocessing for content analysis and knowledge extraction workflows.

What is the best way to convert Excel and CSV files into Markdown for AI prompts?

Converting Excel and CSV files into Markdown is best handled by using a universal format converter like markitdown, which produces LLM-ready output that loads directly into context for AI tasks.

Does this document conversion tool support HTML, JSON, and XML formats?

Yes, this document conversion tool supports HTML, JSON, and XML formats, alongside PDF, Word, Excel, CSV, ZIP archives, images, and audio, converting them all into a unified Markdown knowledge base.

How do I preprocess a multi-format ZIP archive of reports into a searchable Markdown knowledge base?

To preprocess a multi-format ZIP archive, run the markitdown utility on the archive to extract and convert its contents into a unified, searchable Markdown knowledge base for consistent analysis.

What are the limitations of converting complex documents to Markdown for large language models?

Converting complex documents to Markdown targets common formats like PDF, Word, and Excel for consistent LLM analysis, but highly specialized formatting or unsupported file types may not convert perfectly into clean Markdown.