DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Genui — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins

dsh-genui

Genui

GenUI for DeepSeek Harness:在助手回复中内联呈现交互式图表、表单、计算器、仪表板和小型应用,并将操作传回模型。

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add dsh-genui@0.2.1
README兼容性版本

兼容性与来源证明

Genui 以 dsh-genui 发布,当前版本为 0.2.1。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
web
发布来源
npm
Registry 更新时间
2026/9/20

版本

0.2.1stable
2026/9/10
0.2.0stable
2026/9/9
0.1.3stable
2026/9/9
查看其余 3 个版本收起版本
0.1.2stable
2026/9/2
0.1.0stable
2026/9/1
0.1.1stable
2026/9/1

相关插件

正在加载相关插件…

最新版
0.2.1
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
6.2 MB
文件数
8
Surface
web
许可证
MIT
发布源
npm
GitHub
★ 4
周下载
640
安全扫描
✓ v0.2.1 扫描通过
最近提交
2026/9/11
查看源码 ↗项目主页 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题

相关插件

继续浏览 ui-customization 分类下经过校验的插件。

Web App@deepseek-ai/dsh-web-appdsh 浏览器界面捆绑包:位于 dsh-base 之上的 Web 补丁层,加上运行时粘合插件(提供前端 dist、Web 界面提示符、bash 运行时变量和 URL 行)Experimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profile用于 Agent Teams Remote 和 UI 插件的实验性 Web 配置层Client Ui Task Board@linxin666/dsh-client-ui-task-board面向 DSH Web GUI 的主机权威任务面板,支持实际会话执行、主机 cron 调度以及可选的跨平台空闲睡眠保护;以挂载方式提供,无需修改 DSH 源代码。Client Ui Git Graph@linxin666/dsh-client-ui-git-graph外部 dsh Web GUI 插件:空会话 Git 分支选择器和 Git 图,包含实际的主机端 Git 操作与防护,作为 dsh 配置文件包

README

dsh-genui

English · 简体中文

Turn DeepSeek Harness replies from a wall of text into an interface you can actually click.

You ask the AI to run a calculation and get back a formula. You ask it to file a request and get eight Markdown bullets. You ask about last week's traffic and get numbers lined up as plain text.

Nothing is wrong — but you still do the work yourself: copy, paste, do the math in your head, then type another message saying "I'll take the second one."

dsh-genui is a plugin for DeepSeek Harness (DSH). Install it, ask the same questions, and the answer grows a real interface: calculator keys you can press, dropdowns you can pick from, charts with actual axes. Whatever you click or fill in flows back into the conversation, and the AI picks up from there.

One command to install. No changes to DSH source.


Three real examples

All three screenshots are from a live DSH session — not mockups.

"Generate a calculator"

A calculator rendered inside a DSH conversation

Digits, operators, parentheses, backspace, clear — every key works. That 666 was typed on the keypad, not written into the text by the model.

"Generate a form"

A project proposal form rendered inside a DSH conversation

One sentence produces a full project proposal form: required-field validation, radio group, dropdown, headcount stepper, date picker, toggle, checkboxes, long text.

Hit Submit and your answers go back into the conversation, so the AI can rank the priority, draft a schedule, or write the proposal for you.

"Show the last 7 days of traffic as a line chart"

A traffic line chart rendered inside a DSH conversation

Two series, legend, axes, gridlines — a rendered chart, not ASCII art.


Before and after

SituationPlain chatWith dsh-genui
You need a toolThe AI hands you code to run yourselfThe tool appears in the reply, usable right away
Collecting input"Please provide the following 8 items", typed one by oneOne form: pick, fill, submit
Reading dataText tables, trends left to imaginationLines, bars, pies — the trend is obvious
Making a choiceYou reply "option B"Click a button, the choice carries into the next turn
Setup cost—One dsh plugin add, no source changes

What you can ask for

Just talk normally. You never write JSON or learn a syntax. Each category below includes a prompt you can copy as-is.

Data: charts

Bar, line, pie, ring, radar, gauge, funnel, scatter, waterfall, and other common chart types.

"Chart revenue for the last three quarters as bars, and mark year-over-year growth"

"Show the order split by channel as a pie chart"

"Build a conversion funnel: 100k impressions, 8k clicks, 600 orders, 520 payments"

Good for weekly reports, retros, review decks, and anytime you'd rather not open a spreadsheet.

Input: forms

Text fields, textareas, dropdowns, radios, checkboxes, toggles, number steppers, date pickers, search boxes, transfer lists. Submitted values return to the conversation automatically.

"Make a time-off request form with leave type, start and end date, days, and reason"

"Build a survey asking which features people use most and how satisfied they are"

"Give me a customer intake form, phone number required"

Much nicer than being interrogated over eight turns — fill it in once and you're done.

Tools: little apps

The fun category. One sentence, and the AI builds you something that actually works.

"Generate a calculator"

"Make a BMI calculator — enter height and weight, get the result"

"Build a currency converter between USD and CNY"

"Give me a to-do list for today with checkboxes"

"Make a raffle picker for the team, I'll paste the names next"

Structure: tables, lists, layout

Tables (with paging and search), tree views, timelines, breadcrumbs, tabs, collapsible panels, cards, carousels, tooltips.

"Put these options in a comparison table: price, timeline, risk"

"Lay out the project milestones on a timeline"

"Split the frontend, backend, and QA schedules into tabs"

Flow: multi-turn interaction

Interactions travel back to the model, so you can build "you click, I continue" flows.

"Give me three options as cards — expand whichever one I click"

"Walk me through a setup wizard, then generate the config file"

"Quiz me with five multiple-choice questions and grade my answers"

One more thing

When you're not sure what to ask for, just say "answer me with an interface" and let the AI decide whether a chart, a table, or a form fits best.


Install

Prerequisites

  • Node.js installed
  • pnpm installed (DSH uses it to manage plugins). If you don't have it, run corepack enable or npm i -g pnpm, then open a new terminal and check that pnpm -v prints a version
  • DSH running: npx @deepseek-ai/dsh web, default at http://127.0.0.1:3080

Option 1: let the AI install it (easiest if you avoid the terminal)

The DSH assistant can run shell commands. Open a conversation and tell it:

Install the dsh-genui plugin from npm into the web profile: run dsh plugin --profile web add dsh-genui

It will run the command in front of you, possibly asking you to approve it. Then follow the restart steps below.

Option 2: run it yourself

In a new terminal:

dsh plugin --profile web add dsh-genui

This pulls from the public npm registry — no npm account, no cloning the repo.

Restart afterwards (don't skip this)

DSH locks in its plugin set at startup, so nothing changes in the UI until you restart.

  1. Go back to the terminal running DSH and press Ctrl+C
  2. Start it again: dsh web
  3. Refresh the browser
  4. Start a new conversation

GenUI authoring prompt

GenUI authoring starts on by default and remembers your last choice across DSH restarts. Use the sparkle button in the composer tool row if you want to turn the authoring guidance off. Card rendering stays installed either way.

Check that it worked

In the new conversation, say:

Generate a calculator

If a working calculator appears in the reply, you're set. If you only see a code block, the plugin isn't active — see the FAQ below.

To verify before restarting:

dsh --profile web --dump-config

You should see a dsh-genui layer in the output.

Uninstall

dsh plugin --profile web remove dsh-genui

This also requires a restart to take effect.


FAQ

Still showing a code block after installing?

Nine times out of ten you skipped the restart or you're still in an old session. Run through all four steps: stop, restart, refresh, new conversation.

pnpm not found on PATH?

DSH needs pnpm to manage plugins. Run corepack enable (or npm i -g pnpm), then open a new terminal — PATH won't update in the old one.

The AI doesn't use interfaces on its own?

If the sparkle toggle is off, the model has no GenUI authoring guidance. Turn it back on, then say something like "give me a form / chart / interface."

Does this change how DSH normally works?

No. Questions that don't need an interface get regular text answers, exactly as before.

Does it uninstall cleanly?

Yes. Run dsh plugin remove, restart, and DSH is back to its original state with no leftover config.


How it works

In short: the model no longer writes only text — it also writes a description of an interface, and the browser renders that description into real components.

A bit more detail: the plugin adds a prompt section teaching the model to emit structured JSON (inside a schemaJson code block) when an interface would help. The composer sparkle toggle controls that section and is enabled by default. The DSH web client picks up the JSON and hands it to a renderer. It's streaming, so the interface appears as the model writes it — no waiting for the full reply.

The components come from OpenTiny GenUI SDK and the OpenTiny Vue library — OpenTiny's generative-UI stack, a spec plus rendering engine for letting LLMs produce interfaces. dsh-genui wires that into the DSH conversation flow.

On safety: the model can only use whitelisted components. It cannot inject HTML or scripts, so nothing strange ends up in your conversation.


Links

  • Changelog: https://github.com/lhuans/dsh-genui/releases
  • npm package: https://www.npmjs.com/package/dsh-genui
  • OpenTiny GenUI SDK: https://github.com/opentiny/genui-sdk
  • DeepSeek Harness: https://github.com/deepseek-ai/deepseek-harness

License: MIT


DSH handles agents, sessions, and tools. dsh-genui adds the last piece: replies you can click, not just read.

One command, one restart, then say "generate a calculator" — thirty seconds to see the difference.