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.

Plugin Ui Debug — DSH Plugin for DeepSeek Harness
← Plugins
P

@feather_wch/dsh-plugin-ui-debug

Plugin Ui Debug

DSH plugin UI debugging tool: lets AI automatically inspect interfaces, click buttons, and drag components in real Chrome (Playwright), with one-click installation and zero configuration

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

npx -y @deepseek-ai/dsh plugin --profile web add github:FeatherHunter/dsh-plugin-ui-debug#abef562bb16a4dd95251232591e2579b70bbfe84
READMECompatibilityVersions
DSH 插件 UI 调试 8s 闭环 — 真实 Chrome 看界面·点按钮·分段拖拽·改代码·二次验证分段拖拽三帧拼图 — 每段≤30px 重新建立输入上下文,破解折叠死锁
有头最小化不抢焦点 — foreground:false 时 IDE 仍前台,截图 1280×720 清晰
改前改后对比 — scrollWidth vs clientWidth 数值对比,data-fold 逐级折叠至不溢出

Compatibility and provenance

Plugin Ui Debug is published as @feather_wch/dsh-plugin-ui-debug and currently resolves to version 0.0.3. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
github
Registry updated
8/22/2026

Versions

0.0.3stable
8/22/2026
0.0.2stable
8/21/2026

Related plugins

Loading related plugins…

Latest
0.0.3
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
any
License
BSD-3-Clause
Source
github
GitHub
★ 3
Weekly downloads
0
Last push
8/22/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 developer-tools.

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)Sdk Minimal@deepseek-ai/dsh-sdk-minimalThe standalone minimal SDK profile bundle: JSON-RPC, one DeepSeek adapter, persistent shell, and JSONL sessionsSdk App@deepseek-ai/dsh-sdk-appThe dsh SDK profile bundle: stdio JSON-RPC serving and process lifecycle over dsh-baseSubagent Codex@deepseek-ai/dsh-subagent-codexOne-shot Codex subagent provider over the official app-server protocol

README

@feather_wch/dsh-plugin-ui-debug

DSH 插件 UI 调试闭环工具 — 给开发/测试 DSH 插件的 AI 提供「真实 Chrome (Playwright) 驱动 + UI 查看/测试/验证/问题解决」全套能力。

一条命令完成安装

需要 DSH CLI(DeepSeek Harness 命令行工具)。如果还没有,先安装:

npm install -g @deepseek-ai/dsh

然后把插件装进你的 profile:

dsh plugin --profile web add @feather_wch/dsh-plugin-ui-debug

安装即完成,零配置:本插件采用 DSH 官方 bundle 机制——包内自带 cordis.patch.yml(声明 dsh.bundle.patch),dsh plugin add 装完后自动把插件加入 profile 的 dsh.profile.bundles 层栈,DSH 启动时直接装配;dsh plugin remove 卸载时自动移除。全程无需手动编辑任何文件。重启 DSH(或刷新浏览器页面)即生效,插件自动注册 dsh-plugin-ui-debug skill 和 ui_shot / ui_drive 工具。

预览

DSH 插件 UI 调试 — 真实浏览器预览

实拍:AI 在真实 Chrome 中自动看界面、点按钮、拖组件 → 截图对比验证 → 改代码 → 二次验证。GIF/真图待补充,此 SVG 占位确保首屏不裂图且一键安装不受影响;完整方法论见 Skill(dsh-plugin-ui-debug)中的 sizing-probe / 分段拖拽案例。

升级

dsh plugin --profile web update @feather_wch/dsh-plugin-ui-debug

等价幂等重装:

dsh plugin --profile web add @feather_wch/dsh-plugin-ui-debug

需要钉回历史版本:dsh plugin --profile web add @feather_wch/dsh-plugin-ui-debug@<版本>。

安装本插件后,自动注册同名 skill(dsh-plugin-ui-debug),任何 session 的 AI 在调试 DSH 插件 UI 时都会自动获得这套方法论(激活会话 → hit-test → 分段拖拽 → DOM 断言 → sizing-probe → 犹豫留证),无需任何手工配置。

它解决什么

DSH 插件(面板 / dock / tabs / 弹窗 / 布局 / 交互)的 UI bug,AI 需要真实打开浏览器去看、去点、去拖、去读 DOM 数值才能定位和验证。本插件提供:

  • ui_shot — 截图任意 http(s) 页面(含运行中的 DSH GUI),PNG 落盘,供 view_image 视觉确认。
  • ui_drive — 动作脚本驱动页面(导航/点击/输入/按键/滚动/拖拽/分步截图/JS 求值),用于 UI 调试与断言。
  • dsh-plugin-ui-debug skill — 随插件自动注册的调试方法论(含已验证的坑与最佳实践)。

双产物设计

产物形态作用
Pluginhost 工具插件(ui_shot / ui_drive)AI 的"手"——真实驱动浏览器
Skill随 apply() 用 ctx.skills.register() 原生注册AI 的"脑"——知道怎么用、有什么坑

两个产物在同一源码仓库,随包分发。skill 通过 DSH 原生 runtime skill 注册机制注入,零文件写入、零本机路径硬编码,装到任何机器都自动生效。

本地开发安装

# 方式 1:本地构建注入(开发期)
cd dsh-plugin-ui-debug
# 构建(依赖 bash + node):scripts/build.sh(tsc 编译 + 复制 skill 资源到 lib/skill)
bash scripts/build.sh
# 注入器环境内
dev_inject_plugin <本目录>
# 方式 2:本地 tgz 安装(发版前自测 DSH bundle 机制)
npm pack
dsh plugin --profile web add ./feather_wch-dsh-plugin-ui-debug-0.0.1.tgz

构建链说明

本机无 dsh 源码 checkout 时的构建(npm 装依赖报 edgesOut 坏图时):

corepack pnpm add -D typescript@^5.9 @types/node@^24 tsdown@^0.22.14 playwright-core@^1.62.1
# 把 agent 的 @deepseek-ai/* junction 到 node_modules/@deepseek-ai 供 tsc 解析类型
node node_modules/typescript/bin/tsc -p tsconfig.json
# 复制 skill 资源(tsc 不复制 .md,build.sh 已含此步)
mkdir -p lib/skill && cp src/skill/*.md lib/skill/

目录结构

dsh-plugin-ui-debug/
├── package.json          # @feather_wch/dsh-plugin-ui-debug
├── cordis.patch.yml      # DSH bundle 声明(dsh.bundle.patch)
├── src/
│   ├── index.ts          # 插件入口:注册 ui_shot/ui_drive 工具 + ctx.skills.register()
│   ├── cdp.ts            # 零依赖 CDP 引擎(Node 22 WebSocket,attach/launch)
│   └── skill/
│       └── dsh-plugin-ui-debug.md   # skill 正文(打包到 lib/skill/)
├── scripts/              # 验证/调试脚本(poc-*、playwright-flow3 等)
└── lib/                  # 构建产物(含 lib/skill/)

License

BSD-3-Clause(见 LICENSE)。