DeepSeek Harness 插件

dsh-ppt-studio

Generate HTML slideshow and editable PPTX from Markdown or attachments, with Settings for themes and Host-local pptx master path.(英文原文)

跳到安装方式

来源信息

GitHub 仓库
Huauauaa/dsh-ppt-studio
最近更新
2026年8月20日
分类
工具与能力
GitHub stars
0
载体类型
plugin
目录证据
上游声明已找到 dsh.bundle
证据路径
package.json#dsh.bundle
核对版本
0.1.0-rc.8
上游核对日期
2026-08-20

该证据由上游目录提供。本站没有安装、运行或安全审核这个插件。

安装

默认先复制一段 Prompt,让 Agent 读 GitHub 仓库和源码;需要自己装时再切到命令。

复制这段 Prompt,发给 DSH、Codex 或其他 Agent,让它先读 GitHub 仓库和源码。

请先不要安装或执行任何命令。阅读这个插件的 GitHub 仓库、README 和关键源码,然后用清楚、直接的方式回答以下问题,帮助我判断它是否适合我的需求:

1. 这个插件是什么,解决什么问题;
2. 适合哪些用户和典型使用场景;
3. 安装后如何使用,并给出一个最小使用示例;
4. 有哪些已知限制,以及隐私、安全、兼容性或维护风险;
5. 给出“推荐 / 有条件推荐 / 不推荐”的明确建议和理由。

请区分仓库明确说明、根据源码推断和未知信息。证据不足时请明确说明,不要猜测或照抄 README。

GitHub:https://github.com/Huauauaa/dsh-ppt-studio
插件名:dsh-ppt-studio
作者:Huauauaa

检查来源文件

安装前先看这个插件目录里的 README 和其他文件。

文件资源管理器3 个文件
README.md来源说明 · 只读预览

dsh-ppt-studio

DSH plugin that turns Markdown (or agent-read attachments) into a self-contained HTML slideshow, an editable .pptx, and a JSON manifest. Web Settings pick a built-in theme, default language, and an optional company .pptx master.

Not affiliated with DeepSeek.

Do not install alongside the community dsh-ppt plugin. Both register tools named ppt_create and ppt_themes; only one can be active in a profile.

Install

From this repo (Web profile):

dsh plugin --profile web add ./

From GitHub (replace with the published clone URL):

dsh plugin --profile web add github:<owner>/dsh-ppt

Node ≥22. Peer @deepseek-ai/* packages come from the Harness; npm install in this tree is only for local npm test / npm run smoke.

Settings

Open the Web Settings panel (bottom-left). PPT Studio is a settings.section page:

  • Themedata / swiss / velvet / soft / bold (HTML look; PPTX uses the same palette unless a master is set)
  • Languagezh / en for player chrome
  • Save defaults — writes the Host settings document for namespace dsh-ppt-studio
  • Master PPTX path — absolute/relative path to a .pptx on the Host filesystem (not browser upload). Apply master path validates and stores it; Clear master clears it

The card shows Pending while a settings write is in flight and error text on failure. It never treats local dropdown state as a durable save until you click Save / Apply.

Tools also honor plugin entry config / sidecar $DSH_HOME/ppt-studio/config.json when settings are not composed.

Tools

ToolRole
ppt_createBuild HTML + PPTX + JSON from title + Markdown content or structured slides. Optional theme, lang, outputDir, fileName, useMaster.
ppt_themesList built-in themes.
ppt_templatesReport default theme and master status.

Skill dsh-ppt-studio tells the agent to read attachments with existing file tools, then call ppt_create. Tool args override Settings defaults.

Verify

Local repo checks (no Harness required):

npm test
npm run smoke

npm run smoke writes .smoke-deck/Smoke.html (and .pptx / .json) from smoke/sample.md.

With DeepSeek Harness installed, from this repo root:

dsh plugin --profile web add ./
dsh --profile web --dump-config
# confirm a bundle layer for dsh-ppt-studio
dsh --profile web   # optional: boot Web UI

Settings: Theme, language, and master path persist through the Host settings namespace dsh-ppt-studio (same wire as other Plugins settings). Master is a Host-local filesystem path — the browser does not upload binary files.

Limitations

  • A custom master contributes approximate theme colors to HTML. PPTX generation appends text-box slides into the master zip; it does not map placeholders, charts, animations, or speaker notes.
  • Invalid masters are rejected (path missing, not a zip / missing [Content_Types].xml or ppt/presentation.xml). Missing theme XML still fills the PPTX and flags HTML fallback.
  • Master path must be readable on the Host process (the machine running dsh), not a path inside the browser sandbox.
  • No Slidev, no charts, no auto-translation.

License

MIT. See [LICENSE](LICENSE).