HenryPhoebe/dsh-plugin-easyppt ↗★ 0
easyppt
Automated PPT generation for DeepSeek Harness (dsh-plugin): outline + illustrations → editable 16:9 .pptx, HTML preview and structured manifest. 10 built-in visual themes, custom .pptx template upload. Drives DSH's native Univer toolchain.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:HenryPhoebe/dsh-plugin-easyppt说明文档
阅读完整 README ↗使用
命令行 / 一次性指令
让模型生成一份 PPT,一句话即可:
请用 easyppt 生成一份主题为‘data’的《AI 产品发布》PPT,并传入你的大纲与插图路径。
等价地,调用工具:
ppt_create {
title: "AI 产品发布",
content: "# AI 产品发布\n## 市场机会\n- 市场空间大\n- 增速快\n## 产品方案\n- 核心亮点一\n- 核心亮点二",
theme: "data",
lang: "zh"
}
Web 界面(PPT 模式)
- 新建会话,选择 EasyPPT 预设。
- 用自然语言给出:标题、大纲(可粘贴 Markdown / 上传 JSON)、插图(拖入工作区)。
- 可指定主题(id)或要求“把这份 .pptx 作为模板”。
- 模型按技能生成:建
.univer→ 逐页 SVG → 校验 → 导出.pptx+ HTML + manifest。
常用命令
| 意图 | 命令 |
|---|---|
| 查看所有可用主题 | ppt_themes(或 ppt_themes {format:"full"}) |
| 查看所有模板(内置+自定义) | ppt_template_list |
| 上传自定义模板 | ppt_template_upload {file:"templates/公司模板.pptx", name:"公司模板"} |
| 生成并落盘构建清单 | ppt_create {title:"…", content:"…", theme:"business", lang:"zh"} |
| 打开/编辑生成的源文件 | 在 Web 工作区打开 .univer,或直接编辑导出的 .pptx |