AI Agent Hub
Back to plugins
🧰

dsh-deck-builder

Web Tools Updated 2026.08.15

Run the following command in DeepSeek Harness:

dsh plugin install Blaczz/dsh-deck-builder

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

Install this plugin in DeepSeek Harness by running dsh plugin install Blaczz/dsh-deck-builder; source: https://github.com/Blaczz/dsh-deck-builder

About this plugin

In the DeepSeek Harness ecosystem, turning a Markdown report or a set of meeting notes into a ready-to-project slide deck has never been a smooth experience out of the box—external templates, network-loaded assets, and fragile styling are common pain points. dsh-deck-builder was built to close that gap: it registers a single deck_build tool that lets the agent compile any Markdown document into a self-contained, single-file HTML presentation you can open immediately in a browser.

Under the hood, the plugin ships three inline themes (deepseek, light, dark) and renders the full Markdown spec—headings, lists, code blocks, blockquotes, links, images, and inline formatting. Slide splitting is smart: it looks for ---, ***, or ___ rules first, then falls back to H1/H2 headings when no rules are present. Every piece of generation logic is a zero-dependency pure function; CSS and JavaScript are fully inlined, so the output file works offline, prints one slide per page, and supports keyboard navigation (arrows to flip, f for fullscreen) that feels close to a native presentation app.

If you frequently need to turn research notes, weekly summaries, or course outlines into shareable slides without juggling templates or dependencies, this plugin removes the last mile from text on a page to slides on a screen at essentially zero setup cost.

Use Cases

  • Turn research notes or weekly reports into a project-ready HTML slide deck in one step
  • Convert course outlines or meeting notes into a shareable, single-file presentation
  • Open a generated deck offline and print it one slide per page

Best For

  • Researchers and writers who frequently need to turn documents into quick decks
  • DeepSeek Harness users who want a zero-config, zero-dependency tool out of the box
  • Teams and educators who need offline or printable slide presentations