convert-to-markdown
Installation
SKILL.md
Convert Files and URLs to Markdown
Run commands via uvx — it fetches Python deps on the fly, no permanent install needed. All scripts live in scripts/.
Tool Selection
| Input type | Command | Script location |
|---|---|---|
.pdf, .docx, .pptx, .xlsx, .xls, .csv, .json, .xml, .epub, images (.jpg/.png/etc.), audio (.mp3/.wav/etc.), .html, .txt, .md |
uvx markitdown <path> |
built-in CLI |
| YouTube URL or video ID | ./scripts/youtube-transcript <url_or_id> |
scripts/youtube-transcript |
| Regular web URL (Crawl4AI server running) | ./scripts/web-to-md <url> |
scripts/web-to-md |
.mhtml file or MHTML URL |
./scripts/mhtml-to-md <source> |
scripts/mhtml-to-md |
YouTube Transcript
./scripts/youtube-transcript <url_or_video_id> [--info] [--lang <code>] [--raw]