AI Agent Hub
Back to plugins
🖥️

dsh-frontend-slides

Client Updated 2026.08.16

Run the following command in DeepSeek Harness:

dsh plugin install GongYuanCaiJi/dsh-frontend-slides

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install GongYuanCaiJi/dsh-frontend-slides in your terminal to install this plugin; the source repository is available at https://github.com/GongYuanCaiJi/dsh-frontend-slides

About this plugin

Building an animated presentation deck inside a DeepSeek Harness session is a common need. dsh-frontend-slides ports the entire zarazhangrui/frontend-slides skill verbatim into a dsh plugin, so the model can generate a zero-dependency, single-file, offline-capable 16:9 HTML slide deck with animations and style presets without leaving the terminal.

Core capabilities include the full frontend-slides skill (animation patterns, HTML template, viewport base styles), a 34-template Bold library (preview small cards first, then load the full design to avoid generic AI-looking output), and a PPTX extraction script that converts existing .pptx files into editable web pages ready for PDF export or one-click deployment. All 79 skill files use lazy loading — the catalog exposes only names and descriptions at boot, and the body is read only when the model actually invokes the skill.

It suits developers who need to ship a deck inside an AI workflow, practitioners who want to turn a PPT into a shareable web page, and heavy presentation users who prefer a single HTML file with zero build steps. No configuration is needed after install — start a message with /frontend-slides or simply describe the task in natural language to trigger the full workf low.

Use Cases

  • Generate an animated 16:9, zero-dependency HTML presentation directly in an AI session
  • Convert existing PPT/PPTX files into editable web slides and export to PDF in one step
  • Produce a style-consistent deck with 34 Bold templates to avoid generic AI-looking output

Best For

  • Developers who need to ship slide decks inside an AI workflow
  • Presenters and lecturers who want to turn PPT files into shareable web pages
  • Power users who prefer a single HTML file with zero build steps