kramme:markdown-converter

Convert PDF, Word, PowerPoint, Excel, HTML, CSV, JSON, XML, images, and audio into Markdown.

2|2|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/Abildtoft/kramme-cc-workflow --skill kramme-markdown-converter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kramme:markdown-converter
Source: https://github.com/Abildtoft/kramme-cc-workflow/tree/main/skills/kramme%3Amarkdown-converter
Command: npx skills add https://github.com/Abildtoft/kramme-cc-workflow --skill kramme-markdown-converter

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Converting diverse documents into Markdown format to streamline ingestion for LLMs, archiving, and content reuse.

Core Features & Use Cases

  • Format support: handles PDF, Word, PowerPoint, Excel, HTML, CSV, JSON, XML, images with EXIF/OCR, and audio with transcription.
  • Seamless workflow: ideal for preparing documents for LLM prompts, content repositories, and data pipelines.
  • Use Case: Convert a batch of reports from different formats into Markdown for unified review and analysis.

Quick Start

uvx markitdown input.pdf -o output.md cat input.docx | uvx markitdown -o output.md

Frequently Asked Questions about kramme: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 PDF and Word documents to Markdown by running the uvx markitdown utility with an input file or standard input. This transforms diverse formats into consistent Markdown text for downstream LLM ingestion and content pipelines.

What file formats can I convert to Markdown without installing external libraries?

Supported formats include PDF, Word, PowerPoint, Excel, HTML, CSV, JSON, XML, images with EXIF/OCR, and audio with transcription. The utility runs via uvx with zero external library installation required beyond the provided tool.

Can I use markitdown to batch convert reports in different formats for unified analysis?

Yes, markitdown supports batch or on-demand conversions for content pipelines. You can convert a batch of reports from different formats into Markdown to achieve unified review, analysis, and archiving.

Does the markitdown utility support piping standard input for document processing?

Yes, markitdown supports piping standard input for document processing. You can pipe a file like input.docx directly into the utility to generate Markdown output without passing a file path argument.

What options are available for converting documents to Markdown with format hints?

The converter accepts common options for output, input hints, and MIME/charset hints. These parameters help accurately parse diverse document types into Markdown during automated content pipeline ingestion.