DSH Marketplace

dsh-genui: Interactive UI Components

omdsh-dev/dsh-genui

Interactive UI components rendered inline in replies: layout, charts, forms, quizzes, mermaid, 3D scenes, and an action event loop back to the model.

Install

Add dsh-genui to DeepSeek Harness

via npm

Resolves a published tarball rather than cloning the repository, and installs without any extra setup. Swap `web` for your profile name if you run another one.

via GitHub · npm package

Installing from GitHub runs the project's build script, which pnpm blocks until you allowlist it — run the command once and pnpm prints the exact key to add under `allowBuilds` in ~/.dsh/profiles/web/pnpm-workspace.yaml.

What happened when we ran it

Installed cleanly when we ran it

Every command here is run in a throwaway container against a clean profile, and the result is whatever the harness recorded — not a guess from the source. Last run 27d ago.

Show it in your README

install verified — dshmarketplace

For maintainers: the badge serves this listing's latest sandbox verdict, so a re-run updates it on its own — and it links readers to the full result here.

Due diligence

Before you install dsh-genui

  • Source of record: omdsh-dev/dsh-genui — present in the community registry that DSH's own plugin market installs from.
  • Licensed under MIT.
  • Detected: requires credentials. Read the source before granting these.
  • A listing here is not a security review. Plugins run with your agent's permissions.

The AI take

What it is — Renders interactive UI components inline in replies, including charts, forms, quizzes, mermaid and 3D scenes.

Who it is for — When analyzing data with DeepSeek Harness and needing real-time chart updates. Users who do not use quizzes or forms can choose other plugin solutions.

Watch out — Sandbox test passed: installed in a new profile and registered successfully. Static check requires providing API key or token, supports dual-channel rendering for any dsh build; from source install, need to manually allow the build script first.

The verdict — I would install it because it supports rendering charts, quizzes, mermaid and action event loop back to the model, but only if you provide the API key.

Generated by grok-4.6, and a starting point rather than a verdict. Where it says a plugin installs or does not, that is from a real run in a clean profile — everything else is read off the repository. Trust the source over this.

What dsh-genui does

Data streams split between two rendering paths and converge into interactive panels.

dsh-genui is a DeepSeek Harness plugin that renders interactive UI components inline in agent replies. It supports layouts, cards, tables, charts, forms, quizzes, Mermaid diagrams, function plots and 3D scenes, with controls that can send events back to the model.

At startup, dsh-genui selects one of two rendering channels. If the host exposes the fence-registry extension point, it registers fences with the host’s streaming render pipeline. Otherwise, it observes the session DOM, finds supported code-block surfaces containing a dsh-ui fence, and mounts its own render tree. Components can appear while the model is still writing. The render_ui tool uses the same specification in the tool row, while panel: true places a persistent panel above the composer. Interaction events are sent to the model; local operations such as grading, resets and expand/collapse remain local. State is persisted per session and content fingerprint, with an LRU limit of 200 blocks.

It is intended for DSH users who need answer content to be selectable, editable or visualised rather than presented as text alone. It is a poor choice when a plain response is sufficient, or when installing and maintaining the pnpm-based renderer is undesirable. The README requires DSH and pnpm, and warns that link: without dependencies can break rendering. The directory flags dsh-genui as requiring credentials; the README does not identify which credentials, while the plugin reaches the host session DOM, local persisted UI state and the model event loop.

dsh-genui documentation

Requirements

The README requires dsh and pnpm on PATH. Any open-source DSH build is supported. After installation or changes, restart the DSH web interface and perform a hard refresh. The documented verification prompt is “use dsh-ui to draw a stats dashboard”. A fresh clone should be installed with its dependencies; the README specifically warns that link: does not install mermaid, three or react dependencies and is intended for local development after pnpm install.

Rendering channels

At startup, the plugin checks whether the host provides the fence-registry extension point.

  • With fence-registry, UI fences use the host streaming render pipeline.
  • Without it, the DOM channel observes the session DOM and mounts a separate render tree.

The DOM channel supports the md-code-block surface, .code-block, .code-block-small, and a structural fallback for an element labelled dsh-ui with a <pre> body. Streaming rendering is supported: the first completed component can appear before the reply finishes.

Tools and interactions

The render_ui tool renders the same UI specification as a card in the tool row. Answer-style UI is delivered through a fence; tool-style UI uses render_ui. Setting panel: true makes the UI appear in the persistent session panel above the composer.

Buttons, switches, inputs, dropdowns, checkboxes, radios, textareas and quizzes can carry action. Events are sent back to the model, with same-name actions debounced over a 300 ms trailing window. Inputs submit on Enter; textareas submit on Ctrl+Enter when submit:true. Fields with an id are collected into a submit action.

State and safety behaviour

Answers, submission locks and input values are persisted per session and content fingerprint, with an LRU cap of 200 blocks. Identical content keeps its state; new content starts fresh. Passwords, API keys, access tokens, recovery codes and other secrets must not be requested. Password inputs are masked, not persisted and excluded from form collection. The README does not document additional configuration keys or environment variables.

Written from the project's own documentation and kept in sync with it. Where the two disagree, the source is authoritative — read the README on GitHub

Same category

Alternatives to dsh-genui

dsh-web

zhu1090093659

7.5k

DeepSeek Harness(DSH)Web 插件聚合生态包 · 一切皆插件,创意工坊分发

Installed cleanly when we ran it

GitHub sourceTypeScripttoday

AI review

dsh-web

What it is — Aggregates plugins for DeepSeek Harness Web GUI, providing performance engine, task board, mobile remote control, and SSH operations.

Who it is for — Developers using DeepSeek Harness Web GUI for multi-session AI tasks and performance monitoring are suitable for this plugin. Users relying solely on pure text model interactions without image understanding can do without it.

Watch out — Sandbox test passed: installed in a new profile and registered into the profile by harness. Installation requires sourcing from GitHub. Static checks indicate shell command execution.

The verdict — I would install it because it decomposes features into independent plugins for selective use without modifying official code.

Generated by grok-4.6, and a starting point rather than a verdict. Where it says a plugin installs or does not, that is from a real run in a clean profile — everything else is read off the repository. Trust the source over this.Read the source
Source

dsh-web-ui-all

zhu1090093659

7.4k

Plugin and skin collection for the DSH Web UI: task board, Git graph, right-side panel, remote mobile UI, pet, live token stats, and a skin center.

No one-line install — this plugin lives inside a larger repository and publishes no npm package.

GitHub sourceTypeScript2d ago

AI review

dsh-web-ui-all

What it is — This is a plugin and skin collection for the DeepSeek Harness Web UI, including Liangshen mode, task board, Git graph, right panel, mobile remote UI, SSH operations, whale girl pet, and skin center.

Who it is for — If you are using DeepSeek V4 Pro for agent tasks and need multi-column task board and Git graph to track changes, this plugin is suitable for you. If you primarily operate DeepSeek Harness in non-Web UI interfaces, you don't need this collection.

Watch out — Installation from the source subdirectory requires manually approving the build script. No sandbox testing was conducted. No obvious issues were found.

The verdict — I would install it because it provides the whale girl pet and SSH remote operations.

Generated by grok-4.6, and a starting point rather than a verdict. Where it says a plugin installs or does not, that is from a real run in a clean profile — everything else is read off the repository. Trust the source over this.Read the source
LINUX DODetails

dsh-task-board

zhu1090093659

6.6k

Task board for the dsh web GUI: a sidebar multi-column kanban whose cards run in real DSH agent sessions and can also be scheduled with cron expressions, executed host-side even with the browser closed.

No one-line install — this plugin lives inside a larger repository and publishes no npm package.

GitHub sourceTypeScript13d ago

AI review

dsh-task-board

What it is — Sidebar multi-column kanban plugin for DeepSeek Harness web GUI whose cards run in real DSH agent sessions and support cron expressions executed host-side even with the browser closed.

Who it is for — Scenarios requiring multi-column task tracking while using DSH for agent sessions suit this plugin for those lacking sidebar kanban capability. If your workflow focuses on real-time file operations or SSH connections rather than task scheduling, you need not install this plugin.

Watch out — No obvious pitfalls found. From source installation you need to manually allow its build script first since the plugin will execute shell commands.

The verdict — I would install it because it supports cards running in real DSH agent sessions and cron expressions for host-side execution even when the browser is closed.

Generated by grok-4.6, and a starting point rather than a verdict. Where it says a plugin installs or does not, that is from a real run in a clean profile — everything else is read off the repository. Trust the source over this.Read the source
1Source

dsh-web-all

zhu1090093659

6.6k

Plugin and skin collection for the DSH Web UI: task board, Git graph, right-side panel, remote mobile UI, pet, live token stats, and a skin center.

No one-line install — this plugin lives inside a larger repository and publishes no npm package.

GitHub sourceTypeScript13d ago

AI review

dsh-web-all

What it is — dsh-web-all aggregates plugins and skins for DeepSeek Harness Web UI, including task boards, Git graphs, and mobile remote control.

Who it is for — Users of DeepSeek Harness performing AI collaboration who need multi-column task boards and mobile pairing will find this package suitable. Those who prefer only official presets without community panel additions do not need it.

Watch out — The plugin will execute shell commands. Sandbox testing has not been performed. No real test results are available, so no obvious issues were identified.

The verdict — I would not install it because the plugin can execute shell commands and no sandbox testing has been done, making real-world security unconfirmed.

Generated by grok-4.6, and a starting point rather than a verdict. Where it says a plugin installs or does not, that is from a real run in a clean profile — everything else is read off the repository. Trust the source over this.Read the source
1Source
3.4k

Full sidebar workbench with file rendering and editing, terminal, Git, and subagents; third-party plugins can register new tabs.

Installed cleanly when we ran it

npm packageTypeScript7d ago

AI review

DSH-better-sidebar

What it is — DSH-better-sidebar is a sidebar workbench framework providing file rendering and editing, real terminal, Git panel and subagent support.

Who it is for — When you need to display file resources and perform code editing, terminal operations and Git panel in DeepSeek Harness tasks, users are suitable for installation if they require terminal tools. If your work only involves the default sidebar without real terminal, you can skip installation.

Watch out — It passed sandbox testing in a new profile and was registered into the profile by DeepSeek Harness. No obvious issues were found. The shell command execution is for the real terminal feature.

The verdict — I would install it because it exposes the sidebar capabilities as a service allowing third-party plugins to register new tabs equally.

Generated by grok-4.6, and a starting point rather than a verdict. Where it says a plugin installs or does not, that is from a real run in a clean profile — everything else is read off the repository. Trust the source over this.Read the source
1Details

dsh-TUI

ccch1mneyyy

2.8k

Claude Code-style full-screen terminal UI: pixel-whale header, live status line, and streaming thought expansion.

Installed cleanly when we ran it

npm packageTypeScript9d ago

AI review

dsh-TUI

What it is — dsh-TUI is a DeepSeek Harness plugin that provides a Claude Code-style full-screen terminal UI with pixel-whale header, live status line, and streaming thought expansion.

Who it is for — Users who need to monitor real-time agent status and perform terminal interactions during long DeepSeek Harness sessions are suitable for installing dsh-TUI. Users without terminal TTY requirements do not need to install it.

Watch out — Sandbox testing passed: it installed successfully in a new profile and was registered by harness. No obvious issues found. It requires a functional terminal TTY, pnpm version 10+, and DEEPSEEK_API_KEY.

The verdict — I would install it because it was officially collected by DeepSeek Harness as an internal test user favorite plugin and uses a pure plugin mounting approach.

Generated by grok-4.6, and a starting point rather than a verdict. Where it says a plugin installs or does not, that is from a real run in a clean profile — everything else is read off the repository. Trust the source over this.Read the source
1Details