markdown-converter

Convert documents and media into Markdown for AI processing.

Updated Aug 12, 2018
One-click install
npx skills add https://github.com/ivanov-i/dots --skill markdown-converter-ivanov-i
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: markdown-converter
Source: https://github.com/ivanov-i/dots/tree/main/codex/skills/markdown-converter
Command: npx skills add https://github.com/ivanov-i/dots --skill markdown-converter-ivanov-i

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Convert documents and media into Markdown for AI processing.

Core Features & Use Cases

  • Converts PDFs, Word, PPTX, Excel, HTML, CSV, JSON, XML, images (with EXIF/OCR), and audio (with transcription) to Markdown.
  • Preserves document structure: headings, tables, lists, and links for reliable downstream processing.
  • Supports ZIP archives, YouTube URLs, and EPubs to extract and format content for LLM workflows.

Quick Start

Convert a sample document to Markdown using uvx markitdown to obtain a clean, AI-ready Markdown 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 a PDF to Markdown for LLM processing?

To convert PDFs to Markdown for LLM processing, this Skill uses the markitdown tool to extract text and preserve document structure like headings and tables. It outputs a clean Markdown file ready for AI workflows.

Can I convert Word, PPTX, and Excel files into Markdown?

Yes, you can convert Word, PPTX, and Excel files into Markdown. The Skill transforms these document formats while preserving lists, tables, and links to ensure reliable downstream AI processing.

Does document conversion to Markdown support images and audio transcripts?

Document conversion to Markdown supports images with EXIF and OCR data, as well as audio file transcription. It extracts content from media formats and converts it into clean Markdown text for LLM workflows.

How do I extract content from a ZIP archive or YouTube URL for AI workflows?

To extract content from ZIP archives or YouTube URLs for AI workflows, the Skill processes these sources directly and formats the extracted media or video content into clean Markdown suitable for LLM processing.

What is the best way to convert HTML, CSV, and JSON to Markdown?

The best way to convert HTML, CSV, and JSON to Markdown is using this Skill, which leverages markitdown via uvx. It reliably transforms structured data and web content into clean Markdown for AI processing.

Does converting EPubs to Markdown preserve document structure?

Converting EPubs to Markdown preserves document structure including headings, tables, and links. This ensures the extracted text remains formatted and reliable for downstream LLM workflows.