跳到主要内容
知仓学习社ZHICANG

markdown-converter

Convert PDF, Office, HTML, data, media, ZIP to Markdown.

不碰外部(只输出文字)无严重或高危命中notque/vexjoy-agent

它会碰到什么

扫了多少1 个文本文件,2 KB
它会碰到什么不碰外部(只输出文字)
命中总数0 处
命中统计严重 0 · 高 0 · 中 0 · 低 0

这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。

技能内容

Markdown Converter

Convert a file to Markdown with markitdown, zero install:

uvx 'markitdown[all]' input.pdf -o output.md   # to file
uvx 'markitdown[all]' input.docx               # to stdout
cat blob | uvx 'markitdown[all]' -x .pdf       # stdin, with extension hint

When uvx is missing, run pipx run 'markitdown[all]' … with the same arguments. First run downloads dependencies; later runs hit the cache. Output preserves headings, tables, lists, and links.

For video transcripts, use the video-transcript skill.

Formats

| Input | Notes |

|---|---|

| PDF, .docx, .pptx, .xlsx, .xls | Document structure preserved |

| HTML, CSV, JSON, XML | Structured Markdown |

| Images | EXIF metadata + OCR text |

| Audio | EXIF metadata + speech transcription |

| ZIP, EPub | Iterates contents, converts each |

Options

| Flag | Effect |

|---|---|

| -o FILE | Write output to FILE |

| -x .EXT | Extension hint for stdin input |

| -m MIME | MIME-type hint |

| -c CHARSET | Charset hint, e.g. UTF-8 |

Error handling

Garbled or empty text from a scanned PDF

Cause: page is an image; the base extractor reads text layers only.

Solution: render pages to images (pdftoppm), then convert the images so OCR runs.

想直接用这个技能?

本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。

它属于哪个仓库

星标★ 419
本站分层T2
该仓技能数122
原文件路径skills/research/markdown-converter/SKILL.md

同一个仓库里的其他技能

看这个仓库的全部 122 个技能