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.

Stage Panel — DSH Plugin for DeepSeek Harness
← Plugins
S

@arcaneorion/dsh-stage-panel

Stage Panel

DSH in-session panel view: project agent-generated self-contained HTML into a sandboxed iframe, with status bar and choice interactions delivered as real user messages.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:ArcaneOrion/dsh-stage-panel#64557e05f2824077bd5970f118570e5d391e8f33
READMECompatibilityVersions

Compatibility and provenance

Stage Panel is published as @arcaneorion/dsh-stage-panel 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
9/5/2026

Versions

0.1.0stable
9/5/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
Weekly downloads
0
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
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

Related plugins

More verified plugins in ui-customization.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Experimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profileExperimental Web profile layer for Agent Teams Remote and UI pluginsRemote Web Ui@linxin666/dsh-remote-web-uiScan-to-pair remote access for the dsh web GUI that shares one official interface: a QR beside the settings button pairs phones and PCs into the same Web GUI (a portrait-touch adaptation layer for phones, full desktop on PCs) through one-time tokens and rClient 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.

README

@arcaneorion/dsh-stage-panel

DSH 会话内「面板」视图:把 agent 生成的 self-contained HTML 投影为会话的可视化界面(沙箱 iframe), 交互视情况转为真实用户消息。单一数据流:面板 = 会话快照的投影,无私有状态/RPC/wait 闸门。

文件

文件说明
src/index.jshost 半:stage_panel / stage_status / stage_choice 三个无状态工具(ctx.tools.register(defineTool(...)))
src/client.jsclient 半:「面板」视图(__ModuleLoader__ handoff + useSession 快照投影 + inputActions 交互)
package.json / cordis.patch.ymlbundle 声明(行 id stage-panel),已挂载进 web profile 并通过 dsh plugin --profile web install 链接
PROTOTYPE-host.js / PROTOTYPE-client.js早期动态原型(lwst-2)存档,仅供历史参考

分层

  • 能力层(本 bundle,profile 级):投影 + 轻交互。
  • 行为层(preset arcane-stage-panel):「面板交互模式」人格、内容规范(图型选择/HTML 模式/视觉风格)、教学纪律。

静态化踩坑(boot 解析 / host 需 JS 源 / ModuleLoader handoff / 空配置分支)详见 ../README.md §4。

加载/验证

dsh plugin --profile web install        # 补 link symlink(改了包源后必须重跑)
# 重启 dsh --profile web 后:
# 视图槽位 occupancy 出现 id=stage-panel;工具目录出现 stage_*