markdown-converter

Installation
Summary

Convert documents, spreadsheets, presentations, images, audio, and web content to Markdown for LLM processing.

  • Supports 15+ formats including PDF, Word, PowerPoint, Excel, HTML, CSV, JSON, XML, images with OCR, audio with transcription, ZIP archives, YouTube URLs, and EPub
  • Preserves document structure including headings, tables, lists, and links in the converted Markdown output
  • Optional Azure Document Intelligence integration (-d flag) for improved extraction on complex or scanned PDFs
  • Runs via uvx markitdown with no local installation required; accepts file paths, stdin input, or URL hints via -x and -m flags
SKILL.md

Markdown Converter

Convert files to Markdown using uvx markitdown — no installation required.

Basic Usage

# Convert to stdout
uvx markitdown input.pdf

# Save to file
uvx markitdown input.pdf -o output.md
uvx markitdown input.docx > output.md

# From stdin
cat input.pdf | uvx markitdown

Supported Formats

Related skills

More from intellectronica/agent-skills

Installs
1.2K
GitHub Stars
259
First Seen
Jan 20, 2026