MarkItDown文档转换中文版

PassAudited by ClawScan on Apr 23, 2026.

Overview

The skill's code, instructions, and requirements are consistent with a MarkItDown-based document-to-Markdown converter and do not request unnecessary credentials or install arbitrary remote code.

This skill appears to be a straightforward wrapper around the markitdown Python library. Before installing: (1) verify you trust the markitdown package source (pip/pypi or the linked GitHub); (2) run installs inside a virtual environment (avoid sudo for pip installs) to limit system impact; (3) only point the scripts at directories/files you trust — the scripts will read any file under the provided input path and write output files to the specified output path; (4) installing optional system deps (poppler, tesseract) requires package manager privileges — confirm those commands on your OS. If you need extra assurance, review the upstream Microsoft markitdown repository and inspect the package you will install.