markitdown
Convert files and office documents to Markdown. Supports PDF, DOCX, PPTX, XLSX, images (with OCR), audio (with transcription), HTML, CSV, JSON, XML, ZIP, YouTube URLs, EPubs and more.
npx skills add FreedomIntelligence/OpenClaw-Medical-Skills --skill markitdown --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# MarkItDown - File to Markdown Conversion ## Overview MarkItDown is a Python tool developed by Microsoft for converting various file formats to Markdown. It's particularly useful for converting documents into LLM-friendly text format, as Markdown is token-efficient and well-understood by modern language models. **Key Benefits**: - Convert documents to clean, structured Markdown - Token-efficient format for LLM processing - Supports 15+ file formats - Optional AI-enhanced image descriptions - OCR for images and scanned documents - Speech transcription for audio files ## Visual Enhancement with Scientific Schematics **When creating documents with this skill, always consider adding scientific diagrams and schematics to enhance visual communication.** If your document does not already contain schematics or diagrams: - Use the **scientific-schematics** skill to generate AI-powered publication-quality diagrams - Simply describe your desired diagram in natural language - Nano Banana Pro will automatically generate, review, and refine the schematic **For new documents:** Scientific schematics should be generated by default to visually represent key concepts, workflows, architectures, or r
- Overview
- Visual Enhancement with Scientific Schematics
- Supported Formats
- Quick Start
- Installation
- Command-Line Usage
- Python API
- Advanced Features
- 1. AI-Enhanced Image Descriptions
- 2. Azure Document Intelligence
- 3. Plugin System
- Optional Dependencies
- Common Use Cases
- 1. Convert Scientific Papers to Markdown
python scripts/generate_schematic.py "your diagram description" -o figures/output.png Install with all features pip install 'markitdown[all]' Or from source git clone https://github.com/microsoft/markitdown.git cd markitdown pip install -e 'packages/markitdown[all]' Basic conversion markitdown document.pdf > output.md Specify output file
What does the markitdown skill do?
Convert files and office documents to Markdown. Supports PDF, DOCX, PPTX, XLSX, images (with OCR), audio (with transcription), HTML, CSV, JSON, XML, ZIP, YouTube URLs, EPubs and more.
How do I install it?
Run `npx skills add FreedomIntelligence/OpenClaw-Medical-Skills --skill markitdown --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From FreedomIntelligence/OpenClaw-Medical-Skills, a repository with 2,909 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
