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 Studio — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
P

dsh-ppt-studio

Ppt Studio

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

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

npx -y @deepseek-ai/dsh plugin --profile web add github:Huauauaa/dsh-ppt-studio#f13682ffacd3f3a1bcb73f12b0af8c5a05360d52
READMECompatibilityVersions

Compatibility and provenance

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

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
8/20/2026

Versions

0.1.0stable
8/20/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
8/20/2026
View source ↗
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

Related plugins

More verified plugins in productivity-workflow.

Acp App@deepseek-ai/dsh-acp-appThe dsh ACP profile bundle: automation-only JSON-RPC stdio and process lifecycle over dsh-baseClient Ui Task Board@linxin666/dsh-client-ui-task-boardHost-authoritative task board for the DSH Web GUI with real session execution, Host cron scheduling, and optional cross-platform idle-sleep protection; mounted without DSH source changes.Web All@linxin666/dsh-web-allDSH Web UI 全家桶聚合插件:一键安装全部功能插件(task-board / git-graph / pet / remote-web-ui / web-ui-settings / skin-center / community-plugins / compat shim)。compat 桥接层已并入本包(src/client),无需独立 compat npm 包。Agent Teams@nanmicoder/dsh-agent-teamsAgentTeams for DeepSeek Harness: multi-agent team collaboration (captain, members, tasks with dependencies, messaging) driven by natural language, with a tree monitor in the web GUI

README

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:

  • Theme — data / swiss / velvet / soft / bold (HTML look; PPTX uses the same palette unless a master is set)
  • Language — zh / 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.