HenryPhoebe/dsh-plugin-easyppt0

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.

包名
easyppt
版本
0.1.0
许可证
MIT
最近更新
2026年8月27日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:HenryPhoebe/dsh-plugin-easyppt

使用

命令行 / 一次性指令

让模型生成一份 PPT,一句话即可:

请用 easyppt 生成一份主题为‘data’的《AI 产品发布》PPT,并传入你的大纲与插图路径。

等价地,调用工具:

ppt_create {
  title: "AI 产品发布",
  content: "# AI 产品发布\n## 市场机会\n- 市场空间大\n- 增速快\n## 产品方案\n- 核心亮点一\n- 核心亮点二",
  theme: "data",
  lang: "zh"
}

Web 界面(PPT 模式)

  1. 新建会话,选择 EasyPPT 预设。
  2. 用自然语言给出:标题、大纲(可粘贴 Markdown / 上传 JSON)、插图(拖入工作区)。
  3. 可指定主题(id)或要求“把这份 .pptx 作为模板”。
  4. 模型按技能生成:建 .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