| name | convert-to-markdown |
| description | This skill should be used when the user asks to "convert a document to markdown", "extract text from PDF", "convert Word/PowerPoint/Excel to markdown", or needs to transform documents into markdown format. |
| version | 0.1.0 |
Document to Markdown Converter
Convert various document formats to Markdown using markitdown and pandoc.
Supported Formats
| Format | Extension | Notes |
|---|
| PDF | .pdf | Text + OCR hybrid mode available |
| Word | .docx | Full support |
| PowerPoint | .pptx | Extracts text from slides |
| Excel | .xlsx | Converts tables |
| HTML | .html, .htm | Full support |
| EPUB | .epub | Via pandoc |
| Images | .jpg, .png, .gif, .webp | OCR extraction |
| Google Docs | URL | Public docs, exports as docx |
Usage
uvx --with markitdown python ~/.claude/skills/convert-to-markdown/scripts/convert.py INPUT
Options
| Flag | Description |
|---|
-o, --output PATH | Output path (default: input.md next to original) |