DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Ppt — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

dsh-ppt

Ppt

DSH presentation plugin: One sentence or a Markdown document → web presentation + editable PPTX, with 5 built-in themes and transition animations.

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add dsh-ppt@0.4.3
READMECompatibilityVersions

Compatibility and provenance

Ppt is published as dsh-ppt and currently resolves to version 0.4.3. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
npm
Registry updated
9/20/2026

Versions

0.4.3stable
9/18/2026
0.4.2stable
9/12/2026
0.4.1stable
9/5/2026
Show 6 more versionsCollapse versions
0.4.0stable
9/1/2026
0.3.0stable
9/1/2026
0.2.1stable
9/1/2026
0.2.0stable
8/16/2026
0.1.1stable
8/16/2026
0.1.0stable
8/16/2026
Latest
0.4.3
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
142.6 kB
Files
25
Surface
any
License
MIT
Source
npm
GitHub
★ 6
Weekly downloads
1,673
Security scan
✓ v0.4.3 scan passed
Last push
9/18/2026
View source ↗Project homepage ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

README

English

dsh-ppt

一句话 / 一篇文档 → 完整演示文稿:HTML 网页放映 + PPTX 导出,5 套视觉主题,页间转场 + 要点入场动画,中英双语。

DSH(DeepSeek Harness)演示文稿技能 + 工具插件:把一句话、一段文字或一篇 Markdown 文档变成可直接放映的 HTML 网页 与可编辑的 PPTX。纯 Node 实现,零运行时依赖,Windows / macOS / Linux 同一份代码。

能力一览

能力说明
ppt_create 工具Markdown / 结构化 slides → *.html + *.pptx + *.json 三件套
ppt_themes 工具列出 5 套内置主题与适用场景
7 种页型封面 / 章节 / 要点 / 核心观点 / 金句 / 表格 / 结束页
演讲者备注<!-- 备注: ... --> 或 notes 字段:HTML 按 S 呼出,PPTX 原生备注页(演示者视图)
动效(motion)默认开:HTML 页间淡入 + 要点逐条入场;PPTX 原生转场 + 要点逐条点击显现;motion: 'off' / --motion off 产出纯静态
Markdown 进阶表格(| ... |)、引用金句(>)、备注注释自动识别成对应页型
dsh-ppt 技能完整 SOP 注册进 DSH:从一句话到成品 deck 的六步流水线
裸 SKILL.md把 skills/dsh-ppt/ 复制到 Claude Code / Cursor / Gemini CLI / Codex 即可跨 harness 使用
视觉引擎复用 hyperframes 视觉风格库,5 套主题 HTML 与 PPTX 同源同色

示例对话:

把这句话做成 PPT:「AI 客服把首次响应时间压缩到 8 秒」,主题用科技感深色。

把 docs/季度汇报.md 做成双语演示文稿,导出 PPTX。

兼容性

已在官方 @deepseek-ai/dsh@0.1.5-rc.1、Node 24.16.0 上验证(2026-09-11):18 个组件与 Modlens 同载,工具 schema、技能注册及离线只读调用检查通过。采用 cordis.patch.yml + dsh.bundle.patch 组合包模型。Node 要求与该版本 Harness 一致:22.19 及以上的 22.x,或 24 及以上。外部服务的实际业务操作需按各组件配置单独验证。

安装

dsh plugin --profile web add dsh-ppt

重启后即可使用 ppt_create / ppt_themes 工具,并自动加载 dsh-ppt 技能。插件自带空配置,不会弄崩启动。

快速开始

DSH 内(推荐)

1. ppt_themes                        # 看 5 套主题
2. ppt_create {
     title: "把会议减半",
     content: "# 问题\n- 周会太多\n\n# 方案\n- 异步决策",
     theme: "data",
     lang: "zh"
   }
3. 打开返回的 HTML 路径(浏览器放映),PPTX 用 PowerPoint / WPS / Keynote 编辑

任意 harness(裸 SKILL.md)

把 skills/dsh-ppt/ 复制到任意 Agent Skills 目录,然后:

node <skill-dir>/scripts/build-deck.mjs \
  --title "产品发布" \
  --content deck.md \
  --theme data \
  --lang zh \
  --out dist/deck

输出三件套:

默认不会覆盖已有同名产物:三件套中任一文件存在时会整组追加 -1、-2… 后缀;只有显式传 overwrite: true(CLI 为 --overwrite)才会覆盖。

文件用途
*.html独立网页放映:方向键/滚轮/触屏翻页,F 全屏,G 总览,P 打印或另存 PDF
*.pptx16:9 可编辑演示文稿(OOXML 由插件手写,zip 用 node:zlib,无第三方依赖)
*.json结构化 manifest(版本、主题、语言、每页内容)

内置主题

ID名称情绪适用
data数据漂移(默认)未来 / 沉浸AI、技术发布、研究
swiss瑞士脉冲精准 / 理性数据、SaaS、开发者工具
velvet天鹅绒标准高级 / 克制高管汇报、品牌、融资路演
soft柔和信号温暖 / 人本品牌故事、培训、个人分享
bold极繁大字大声 / 动能产品发布、活动、大事件

主题灵感来自 hyperframes 的 visual-styles.md,完整色板见 skills/dsh-ppt/references/themes.md。

Markdown 输入规则

  • 第一个 # 标题 → 封面标题;其下第一段 → 封面副标题。
  • 每个 ## 小节 → 一页:有列表生成 bullets 页,无内容生成 section 过渡页。
  • 没有标题的纯文本 → 第一段作封面,后续每 5 句一页。
  • 只有一句话 → 自动生成「封面 → 核心观点 → 结束页」三页完整结构。
  • 需要精确控制时用结构化 slides(cover | section | bullets | statement | quote | table | closing),表格使用 rows,备注使用 notes。

配置

插件无必填配置。可选:

- id: dsh-ppt
  config:
    outputDir: E:\decks   # 可选;默认会话工作目录
    maxSlides: 40         # 可选;默认 60(3–120)
    defaultTheme: data    # 可选;ppt_create 未指定 theme 时使用
    defaultLang: zh       # 可选;ppt_create 未指定 lang 时使用(zh/en/bilingual)

也可用环境变量 DSH_PPT_OUTPUT_DIR 指定默认输出目录;ppt_create 的 outputDir/theme/lang 参数优先级最高。

输出目录按每次工具调用的 exec.agent.session.header.cwd 解析:不指定目录时写入当前会话工作目录,相对目录(包括插件配置)相对此目录解析,绝对目录保持原意。直接调用工具而未提供会话时,回退到进程工作目录;并行会话不会修改进程 cwd。工具在加载引擎前和加载完成后检查 exec.signal,取消的调用不会继续生成文件;生成和写入阶段为同步操作,开始后会完成本次三件套。

卸载

dsh plugin --profile web remove dsh-ppt

卸载后重启 Web 服务。如需彻底清理,可再手动删除自己 profile cordis.patch.yml 中的对应插件行。

中英双语

  • lang 参数:zh(默认)/ en / bilingual,控制播放器界面、页码与结束页默认文案。
  • 内容语言由你撰写:双语 deck 推荐「中文标题 + 英文副标题」,或同一大纲分别生成中英两份。
  • 插件文档提供中英两版(README.md / README.en.md);CLI 与技能的报错提示为中文。

工程质量

  • 纯 Node,零运行时依赖:HTML 模板、OOXML、zip 全部手写,只用 node:fs / node:path / node:zlib。
  • 技能与工具共用一个引擎(skills/dsh-ppt/scripts/deck-core.mjs),不会出现「DSH 一个效果、裸技能另一个效果」。
  • 单元测试覆盖注册契约、JSON Schema、主题解析、Markdown 解析、三件套落盘、PPTX 部件完整性、CLI。
  • 无 eval / child_process / 密钥;产物只写用户指定的本地目录。

开发

pnpm install
pnpm run build      # tsc → lib/
pnpm test           # 构建 + node --test(注册/配置/引擎/CLI)
pnpm run smoke:cli  # 裸 CLI 冒烟,生成 .smoke-deck

已知限制

  • PPTX 采用空白版式 + 文本框实现:PowerPoint / WPS 中可正常编辑文字,但暂不生成智能母版占位符。
  • 一句话输入自动生成三页最小结构;更丰富的内容需要先扩写成 Markdown 大纲再调用 ppt_create。
  • bilingual 只双语化播放器界面,不自动翻译内容。
  • 暂不支持图表与图片;演讲者备注及 HTML/PPTX 动效已经支持。

协议

MIT。社区插件,与 DeepSeek 官方无关;@deepseek-ai/* 为官方保留命名空间。

相关项目

  • dsh-hyperframes — HTML 视频创作技能(本插件视觉风格来源)
  • dsh-remotion — React 编程式视频技能
  • dsh-email — 邮件六件套