unStone/dsh-plugin-web-ppt0

dsh-plugin-web-ppt

DeepSeek Harness插件:使智能体能够读取并解析.pptx / .ppt文件(包含提纲、正文和备注),并支持导出为SVG或HTML。

AI 分析

核心用途是赋予智能体PPT文档理解与转换能力。适合需要让AI阅读、分析幻灯片内容,或将PPT导出为可打印格式的用户。

套件
dsh-plugin-web-ppt
版本
0.1.0
授權
MIT
最近更新
2026年8月22日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:unStone/dsh-plugin-web-ppt

配置

在 profile 的 cordis.patch.yml 里按 id 覆盖(注意 patch 会整体替换 config,要把键写全):

- id: web-ppt
  name: dsh-plugin-web-ppt
  config:
    maxFileBytes: 134217728
    maxTextChars: 40000
    includeHidden: false
默认说明
maxFileBytes67108864(64 MB)单文件读取上限,超出直接失败
maxTextChars20000ppt_read 的文本预算,超出截断并置 truncated
includeHiddenfalse是否默认把隐藏页算进来