markdown-converter

Converts uploaded files to Markdown via integrated processing.

30|1|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/qianleigood/crawclaw --skill markdown-converter-qianleigood
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: markdown-converter
Source: https://github.com/qianleigood/crawclaw/tree/main/skills-optional/markdown-converter
Command: npx skills add https://github.com/qianleigood/crawclaw --skill markdown-converter-qianleigood

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Convert a broad set of documents into Markdown to simplify downstream processing, analysis, and content integration without manual reformatting.

Core Features & Use Cases

  • Converts PDFs, Word (.docx), PowerPoint (.pptx), Excel (.xlsx, .xls), HTML, CSV, JSON, XML, images (EXIF/OCR), audio (transcription), ZIP archives, YouTube URLs, and EPubs to Markdown for consistent processing.
  • Preserves headings, tables, lists, and links to minimize post-processing effort.
  • Use Case: prepare mixed-document bundles by converting files into a single Markdown repository for quick summarization.

Quick Start

Process input files with uvx markitdown and save the Markdown output to stdout or a 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 workflows?

You can convert PDFs and Word documents to Markdown by processing input files with uvx markitdown, which preserves headings, tables, and links to produce consistent Markdown output for analysis.

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

Yes, image text extraction via EXIF and OCR, alongside audio transcription, are supported by markitdown to convert these media types into Markdown for unified content processing.

Does this document conversion approach support YouTube URLs and ZIP archives?

Yes, the conversion process supports YouTube URLs and ZIP archives, extracting and transforming their content into Markdown to simplify downstream analysis and content integration.

What is the best way to convert Excel and CSV files into Markdown tables?

Using uvx markitdown is an effective way to convert Excel and CSV files into Markdown, preserving table structures to minimize post-processing effort for data analysis.

Do I need uvx markitdown installed to perform document conversion to Markdown?

Yes, uvx markitdown is required to execute the conversion of diverse file formats like HTML, JSON, and EPubs into Markdown output directed to stdout or a file.

How does converting documents to Markdown streamline content processing?

Converting mixed-document bundles into a single Markdown repository using markitdown standardizes the format, eliminating manual reformatting and enabling quick summarization and consistent processing.