Agent skill · Data & Analytics

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.

LeonChaoXgithub.com/LeonChaoXGitHub ↗
claude-codecan modify filesships scriptsMIT
Install
npx skills add LeonChaoX/qinyan-academic-skills --skill markitdown --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 7
SKILL.md size: 12 KB
Bundled scripts: yes
Allowed tools: ReadWriteEditBash
Path: skills/14-文档处理与数据工具/markitdown/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 759
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Overview
  2. Visual Enhancement with Scientific Schematics
  3. Supported Formats
  4. Quick Start
  5. Installation
  6. Command-Line Usage
  7. Python API
  8. Advanced Features
  9. 1. AI-Enhanced Image Descriptions
  10. 2. Azure Document Intelligence
  11. 3. Plugin System
  12. Optional Dependencies
  13. Common Use Cases
  14. 1. Convert Scientific Papers to Markdown
Ships with 6 files
  • assets/example_usage.md
  • references/api_reference.md
  • references/file_formats.md
  • scripts/batch_convert.py
  • scripts/convert_literature.py
  • scripts/convert_with_ai.py
Commands it runs
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
More from qinyan-academic-skills
All skills →
About this skill
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 LeonChaoX/qinyan-academic-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 LeonChaoX/qinyan-academic-skills, a repository with 759 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.

Keep going