Convert local files and office documents into Markdown using Microsoft MarkItDown. Use when the user asks to convert a PDF, DOCX, PPTX, XLSX, HTML, CSV, JSON, XML, EPUB, or similar local file into Markdown, including generic requests to "use MarkItDown" or "convert this document/file to Markdown".
Use this skill to convert a local file into reusable Markdown in any workspace.
Default behavior:
bash scripts/run_markitdown.sh "<source-path>" from this skill directory to get the raw MarkItDown conversion..converted before .md.bash scripts/run_markitdown.sh "/absolute/path/to/source.pdf"
Optional output override for raw dumps:
bash scripts/run_markitdown.sh "/absolute/path/to/source.pdf" --output "/absolute/path/to/output.md"
markitdown is installed globally.uv if available; otherwise use python3 -m venv.