What problem does it solve? LLMs and text analysis pipelines work best with Markdown, but source content often lives in PDFs, Word documents, spreadsheets, presentations, HTML, or media files. This Skill converts those formats into clean Markdown without requiring any local installation. ## Core Features & Use Cases - Broad Format Support: Convert PDF, Word (.docx), PowerPoint (.pptx), Excel (.xlsx, .xls), HTML, CSV, JSON, XML, EPub, ZIP archives, and YouTube URLs to Markdown. - Media Extraction: Pull EXIF metadata and OCR text from images, plus transcription from audio files. - Zero-Install Execution: Runs via uvx markitdown, so dependencies are fetched and cached automatically on first use. - Use Case: You receive a quarterly report as a .docx and a data appendix as .xlsx. Convert both to Markdown in seconds and feed them directly into an LLM for summarization or analysis. ## Quick Start Convert the attached report.pdf to Markdown and save the result as report.md.