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.

Web Verify Panel — DSH Plugin for DeepSeek Harness
← Plugins
W

dsh-web-verify-panel

Web Verify Panel

Route the agent’s web verification requests to the embedded browser in the right sidebar of the DSH window (dsh-better-sidebar), instead of opening the system browser and obscuring the session interface; automatically widen the panel, capture only the page area, and enable tools during the first tur

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

npx -y @deepseek-ai/dsh plugin --profile web add github:EChan684/dsh-web-verify-panel#d8c56d18c5b6141ee8e06c0bd12965d781267b0e
READMECompatibilityVersions

Description

Route the agent’s web verification requests to the embedded browser in the right sidebar of the DSH window (dsh-better-sidebar), instead of opening the system browser and obscuring the session interface; automatically widen the panel, capture only the page area, and enable tools during the first turn of the session.

Compatibility and provenance

Web Verify Panel is published as dsh-web-verify-panel and currently resolves to version 1.0.1. 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/3/2026

Versions

1.0.1stable
9/3/2026

Related plugins

Loading related plugins…

Latest
1.0.1
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
9/3/2026
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

dsh-web-verify-panel

让 agent 的网页打开请求在 DSH 侧边栏内完成,不用弹出系统浏览器窗口。

依赖前置插件 dsh-better-sidebar(侧边卡片浏览器,默认启用)。

优点

  • 页面和对话在同一个窗口里,computer_screenshot 可以直接截取页面区域,不会被系统浏览器窗口挡住
  • agent 不用在浏览器和对话之间来回切换,工作流不会被打断
  • 沙箱 iframe 渲染,不共享系统浏览器登录态,每个会话的标签页相互独立
  • 复用侧边栏面板,不额外拉起浏览器进程

特性

  • web_verify_open(url, title?):在侧边栏打开网页,返回页面区域 rect,可直接用作 computer_screenshot 的 region
  • 打开页面时自动加宽面板(约 60% 视口,上限 1600px),60 秒后恢复
  • 自动为 Router Standard 预设打补丁,使工具在会话首轮即可用
  • 面板为沙箱 iframe 渲染,不共享系统浏览器登录态

安装

Copy-Item -Recurse -Force dsh-web-verify-panel "$env:USERPROFILE\.dsh\profiles\web-desktop\node_modules\"
# 在 cordis.patch.yml 末尾追加:
#   - insert:
#       - id: web-verify-panel
#         name: 'dsh-web-verify-panel'
node "$env:USERPROFILE\.dsh\profiles\web-desktop\node_modules\dsh-web-verify-panel\scripts\patch-router-preset.mjs"
# 重启 DSH,硬刷新 Web 页面(Ctrl+Shift+R)

兼容性

  • Windows 桌面端:打开与截图均可用
  • macOS / Linux:打开可用,截图需平台另有 computer-use 实现
  • 网页版:同机可用;远程部署仅支持打开(人工查看)

依赖 computer-user(截图)与 dsh-better-sidebar(面板);未安装时工具仍会注册,但无法完成打开与截图。

限制

  • 被 X-Frame-Options 等响应头拒绝的站点显示空白
  • rect 相对 DSH 窗口计算,窗口非全屏时需整屏截图定位
  • 安装后需重启 DSH 生效

卸载

删除 cordis.patch.yml 挂载块与 node_modules/dsh-web-verify-panel/,重启 DSH。

License

MIT