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.

Slide Gauge — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

dsh-slide-gauge

Slide Gauge

DSH sliding beam-measuring widget: drag the character in the bottom-right corner across the beam-measuring device to display a status based on its position (Beam God/Beam Saint/Beam Child/Prison Beam); dragging to the boundary reveals Whale Girl and remembers the last position

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

npx -y @deepseek-ai/dsh plugin --profile web add dsh-slide-gauge@0.1.1
READMECompatibilityVersions
滑动测梁仪界面

Compatibility and provenance

Slide Gauge is published as dsh-slide-gauge and currently resolves to version 0.1.1. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
npm
Registry updated
9/25/2026

Versions

0.1.1stable
9/23/2026
0.1.0stable
9/23/2026

Related plugins

Loading related plugins…

Latest
0.1.1
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
any
License
MIT
Source
npm
GitHub
★ 1
Weekly downloads
0
Last push
9/25/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

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-slide-gauge · DSH 滑动测梁仪

DSH(DeepSeek Harness)Web / 桌面界面右下角的滑动测梁仪小挂件:拖动角色在标尺上左右滑动,按位置显示状态(梁神 / 梁圣 / 梁子 / 牢梁);拖到左右边界时出现鲸鱼娘彩蛋。标准 DSH bundle 插件,一条命令安装。

安装本插件后:界面右下角会出现「测」按钮,点开即可游玩;位置会记住上次状态,刷新后不回到中间。

截图 / 演示

滑动测梁仪界面

特性

  • 右下角悬浮开关,不挡主界面
  • 按住角色左右拖动,标与角色同步平移
  • 按角色左边位置连续判定状态:梁神 / 梁圣 / 梁子 / 牢梁(边界 365 / 601 / 860,无空隙)
  • 指针拖到边界(场景 x ≤ 157 或 ≥ 1048)时显示鲸鱼娘
  • 记住上次位置:localStorage(键 dsh-slide-gauge/v1),刷新 / 重开后恢复
  • 场景按原版 1200×700 等比缩放,支持鼠标与触摸
  • 随包自带 biao / cly / jyn 图片;不打包 liang.png(可选自备,见下)

安装

方式 A:npm(推荐)

dsh plugin --profile web add dsh-slide-gauge
# 桌面 profile:
dsh plugin --profile desktop add dsh-slide-gauge

方式 B:GitHub

dsh plugin --profile web add github:yvhcel888/dsh-slide-gauge
# 桌面 profile:
dsh plugin --profile desktop add github:yvhcel888/dsh-slide-gauge

安装后重启对应 profile(dsh --profile web 或重启 DSH Desktop),打开界面即可在右下角看到「测」按钮。

卸载

dsh plugin --profile web remove dsh-slide-gauge
# 或
dsh plugin --profile desktop remove dsh-slide-gauge

本地开发 link

dsh plugin --profile web add link:D:\dsh-slide-gauge

改前端 lib/slide-gauge.js → 硬刷新(Ctrl+F5);改宿主 lib/index.js → 重启 profile。

使用说明

  1. 点击右下角圆形「测」按钮打开面板
  2. 按住中间角色头像左右拖动
  3. 顶部红色文字显示当前状态
  4. 拖到左右虚线边界外侧时出现鲸鱼娘
  5. 关闭面板再打开,会停在上次拖到的位置

权限与风险

项说明
网络仅同源请求本插件路由(/dsh-slide-gauge/*)读本地图片与脚本
外部服务无(不调用任何第三方 API)
密钥 / 凭据无
本地存储localStorage 仅存拖动位置(dsh-slide-gauge/v1)
文件系统只读插件包内 assets/;可选读取自备的 assets/liang.png
进程 / 子进程无

支持 profile:web、desktop。兼容 DeepSeek Harness 插件规范(dsh.bundle + apply(ctx))。

可选:自备角色图

按约定 不随包分发 liang.png。若希望用真实图片替代默认「梁」字占位头像,把图片放到:

<插件目录>/assets/liang.png

刷新页面即可自动优先加载。

目录结构

dsh-slide-gauge/
├── package.json         # dsh.bundle 声明 + npm 元数据
├── cordis.patch.yml     # 挂载声明
├── LICENSE              # MIT
├── README.md
├── lib/
│   ├── index.js         # 宿主:资源路由 + HTML 注入
│   └── slide-gauge.js   # 浏览器端小游戏
└── assets/
    ├── biao.png         # 标(随拖动移动)
    ├── cly.png          # 测梁仪底座
    └── jyn.png          # 鲸鱼娘(边界彩蛋)

技术说明

  • 宿主通过 webServer 注册 /dsh-slide-gauge/widget.js 与 /dsh-slide-gauge/asset.png?id=…
  • 用 connection.requestRejection 做浏览器信任栅栏
  • webServer.tapIndex 向 index.html 注入 <script defer>
  • 前端逻辑对照原版 pygame main.py 的边界与状态判定

许可

MIT © yvhcel888

相关链接

  • 插件市场提交说明:dsh-plugin.org/zh/submit
  • DeepSeek Harness:deepseek-ai/deepseek-harness