LaunchKit · 2026
Back to Skills

markdown-converter

Convert documents and files to Markdown.

117
23.5k downloads
by @steipete

Setup & Installation

openclaw skills install @steipete/markdown-converter

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install markdown-converter

What This Skill Does

Converts PDF, Word, PowerPoint, Excel, HTML, CSV, JSON, XML, images, audio, ZIP archives, YouTube URLs, and EPubs to Markdown. Runs via `uvx markitdown` with no prior installation needed. Output preserves document structure including headings, tables, and lists.

Handles a wider range of input formats than most converters, including media files with OCR and audio transcription, without requiring any local installation.

When to use it

  • Preparing PDF reports for LLM ingestion
  • Extracting readable text from PowerPoint slides
  • Converting Excel spreadsheets to Markdown tables for analysis
  • Transcribing audio files to text output
  • Pulling YouTube video transcripts into Markdown

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Convert report.pdf to Markdown

AGENT
  1. 1Accept the PDF file path from the user
  2. 2Run `uvx markitdown report.pdf -o output.md`
  3. 3Read and return the generated Markdown content
OUTPUT

Markdown file with preserved headings, tables, and structure from the original PDF

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

Azure Document Intelligence endpoint and API key (only needed for enhanced PDF extraction with the -d flag)