Documentation
README
Markdown Converter
Original portable workflow by Rylai.
Use this skill for semantic extraction to Markdown. It is not a layout-preserving document editor.
Check The Runtime
Run from this skill directory:
python scripts/markitdown_local.py doctor
The wrapper prefers an installed `markitdown` executable and falls back to `uvx markitdown`.
## Convert One Local File
```powershell
python scripts/markitdown_local.py convert input.pdf output.md
python scripts/markitdown_local.py convert report.docx report.md
python scripts/markitdown_local.py convert workbook.xlsx workbook.md
Use `--overwrite` only when replacing an existing Markdown file is intentional.
## Convert A Folder
This is the opening of the README. Read the full README on GitHub.