← 返回列表
未验证
用 AI 生成可编辑 PPTX,填充模板并增强演示文稿
尚未跑自动兼容性验证,可查看页面内的依赖与入口分析。 · 最近上游提交 2026/9/1 · 已提供中文文档
将 PPT Master 技能打包为 DeepSeek Harness(dsh)插件:面向可编辑 PPTX 演示文稿、SVG 快照、原生模板填充和 PPTX 增强的 AI 驱动演示工作流。
综合分
29.1
GitHub 分
29.1
用户评分
—
★ Stars
1
周下载量
—
安装插件(需先安装 dsh CLI 引擎:npm install -g @deepseek-ai/dsh)
dsh plugin --profile web add pn1024/dsh-ppt-master该插件未发布到 npm,走 GitHub 源安装(pnpm 若拦截 prepare 脚本,按其提示在 pnpm-workspace.yaml 的 allowBuilds 中放行后重跑)
数据截至 2026/9/16(元数据每日更新 · 实装验证按队列轮转,单条结论的验证时间见上方)
用户评分
还没有人投票,来当第一个
订阅周报,不错过优质插件更新
每周一封 · 高评分插件 + 新用户活动
README
AIGC: ContentProducer: '001191110102MAD55U9H0F10002' ContentPropagator: '001191110102MAD55U9H0F10002' Label: '1' ProduceID: '69910f2e-fa01-4336-80c6-96a88da0868e' PropagateID: '69910f2e-fa01-4336-80c6-96a88da0868e' ReservedCode1: '2027e396-94f6-468b-bbee-37e2c84c163a' ReservedCode2: '2027e396-94f6-468b-bbee-37e2c84c163a' dsh-ppt-master PPT Master 技能,打包为 DeepSeek Harness(dsh)插件。 概述 此插件将 PPT Master 技能封装 为 dsh 原生的技能提供程序。PPT Master 是一种 AI 驱动的演示文稿 工作流,可生成可编辑的 PPTX 演示文稿、SVG 快照、填充原生 PPTX 模板,并增强已完成的演示文稿。 安装 dsh plugin --profile web add link: 前置条件 PPT Master 需要 Python 3.10+ 以及若干 Python 包。使用 该技能之前,请安装依赖项: pip install -r requirements.txt 将 .env.example 复制为 .env,并为图像生成后端配置你的 API 密钥 (可选,仅当你想要 AI 生成的图像时才需要)。 结构 dsh-ppt-master/ ├── package.json # dsh plugin manifest ├── cordis.patch.yml # bundle patch config ├── index.js # skill provider entry ├── requirements.txt # Python dependencies ├── .env.example # environment config template ├── skills/ │ └── ppt-master/ │ ├── SKILL.md # skill definition (frontmatter + workflow) │ ├── references/ # design references, palettes, visual styles │ ├── scripts/ # Python scripts for PPTX generation │ ├── templates/ # PPTX templates │ └── workflows/ # routing and profile workflows ├── LICENSE └── README.md 许可证 MIT — 参见 LICENSE 以及原始的 PPT Master 仓库。
扫码进群