DeepSeek Harness Plugin Hub

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

探索

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

社区

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

相关链接

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

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

Deep Dive Skins — DeepSeek Harness 插件(DSH Plugin)
← Plugins
D

dsh-deep-dive-skins

Deep Dive Skins

用于 DSH Web GUI 深潜状态行的动态蓝鲸女仆和动漫皮肤,包含八种持续轮换的动作,并支持跨版本设置。

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

npx -y @deepseek-ai/dsh plugin --profile web add github:skymecode/dsh-deep-diving#958d691997c07a457796bebe09738df5a0274c31
README兼容性版本
Eight whale-maid actions on dark and light backgrounds

兼容性与来源证明

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

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

README

dsh-deep-dive-skins

中文 · Releases

An animated blue whale maid for the DeepSeek Harness Web GUI's Deep diving… status row. She thinks, runs, builds a snowman and more, changing actions throughout the same turn. Four vector skins remain available.

Preview

Eight whale-maid actions on dark and light backgrounds

Real sprite frames, not a browser screenshot. Run pnpm preview for a live preview with the release bundle and actual settings card over a simulated Host scope. Start/end a turn, change settings and test plugin unloading there.

Features

  • Default whale-maid: eight transparent, 100-frame animations, 10fps each.
  • Continuous rotation within one turn: think → run → snow → wave → code → bubbles → dance → idle. Default interval: 10 seconds (adjustable to 60).
  • Turn rotation off to loop one action. random changes the skin at each interval without repeating the previous skin.
  • Existing whale, dafeiyu, catgirl, and mermaid vector skins retained.
  • Live settings: enable/disable, skin, size (14–96px), first action, rotation, interval and optional localized status text.
  • Handles both Deep diving... and the current Chinese 深度求索中... row.
  • Reduced motion stops animation/rotation; hidden tabs pause. Turn completion and unloading clean up timers, observers, listeners and changed text.
  • Reuses dsh-pet's working-whale marker to avoid stacked ornaments, restoring displaced ornaments on disable. No Harness source patch or pet server needed.
  • Sprites are bundled locally: no runtime requests to GitHub/CDNs.

Install / upgrade

Install the GitHub Release tarball (npm publication is not required):

dsh plugin --profile web add https://github.com/skymecode/dsh-deep-diving/releases/download/v0.2.1/dsh-deep-dive-skins-0.2.1.tgz

Use your own profile name if it is not web. Restart dsh web and refresh the page after upgrading. Existing settings are preserved: choose Blue whale maid, enable Continuous rotation, and set 48–64px if you previously saved a vector skin or a smaller size.

Development install:

git clone https://github.com/skymecode/dsh-deep-diving.git
cd dsh-deep-diving
pnpm install --frozen-lockfile
pnpm build
dsh plugin --profile web add link:$(pwd)

Compatibility

Current SDK/type-check baseline: official dsh-v0.1.5-rc.2, the newest release checked on 2026-09-13. Peer ranges accept the 0.1.5 alpha/RC line, including 0.1.5-rc.1 (the npm latest channel at that time), and retain 0.1.3-alpha.2, 0.1.2-rc.1, 0.1.1-rc.2, 0.1.1-rc.1, 0.1.0-rc.8 and 0.1.0-rc.7.

  • Settings cards register using key: 'deep-dive-skins' on settings.plugin.item; no list-slot id/order.
  • No dependency on the removed dsh-client-runtime browser module or the removed host installSettingsSection / settingsNamespace exports.
  • Host registers through ctx.settings.register; the client uses the shared scope set/unset contract with read-back. It does not confuse legacy {field} batch operations with modern {path} operations.
  • Uses settingsScope normally, with the legacy webUiSettings binder when installed. Existing settings continue to work; new fields have defaults.

Automated checks exercise the built factory, both binder contracts, the real React form, current SDK host registration and DOM lifecycle. The 28 unit tests also check the installed SDK version, the turn's one-second elapsed-clock updates and conversation switching. Host registration/unload was rechecked with the published 0.1.1-rc.2 provider module.

The release-bundle preview is browser-tested with Tabbit (simulated Host storage), including animation, settings and lifecycle behavior. This is not a full end-to-end conversation test on every historical Harness version.

Settings

FieldValues / default
Enable pluginOn
Skinwhale-maid / whale / dafeiyu / catgirl / mermaid / random
Ornament size14–96px, default 48
Starting actionthink / run / snow / wave / code / bubbles / dance / idle
Continuous rotationOn; off still loops the selected animation
Rotation interval10–60 seconds, default 10
Replace status textOff; when on, follows the UI language

Development

pnpm typecheck
pnpm test          # behavior, settings writes, keyed registration, peer ranges
pnpm build         # declarations + host ESM + lazy browser factory
pnpm test:bundle   # shipped bundle + React settings + real Host SDK provider
pnpm test:assets   # alpha, frame dimensions, animation and size budget
pnpm preview       # local interactive release-bundle preview

scripts/import-whale-maid.mjs reproduces sprites from pinned upstream videos (requires ffmpeg with libvpx-vp9 and PNG support; existing outputs are skipped). node scripts/build-asset-preview.mjs regenerates the frame contact sheet. Sprites use CSS steps(100) and a single rotation timer per mounted plugin. The ~4MB browser factory includes all eight sprites to work with old and new loaders without static-asset URL assumptions.

Asset source and licenses

The matching blue-haired whale-maid animations were found in PC2005-cloud/dsh-pet and converted from transparent VP9 videos into compact WebP sprite strips. No user-uploaded screenshot is distributed in the plugin.

Important: upstream assets allow open-source use but prohibit commercial use. This restriction applies to the bundled whale-maid images and embedded copies; they are not Apache-2.0 assets. See asset attribution and terms and contact the upstream author for commercial permission.

Plugin code is Apache-2.0. Vendored build/card files retain their dsh-web-ui provenance; see file headers and LICENSE.

版本

0.2.1stable
2026/9/12
0.2.0stable
2026/9/8
0.1.0stable
2026/8/21

相关插件

继续浏览 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 配置层Remote Web Ui@linxin666/dsh-remote-web-ui通过扫码配对访问 dsh Web GUI,共享一个官方界面:设置按钮旁的二维码可将手机和 PC 配对到同一个 Web GUI(手机采用竖屏触控适配层,PC 使用完整桌面界面),通过一次性令牌和 rClient Ui Task Board@linxin666/dsh-client-ui-task-board面向 DSH Web GUI 的主机权威任务面板,支持实际会话执行、主机 cron 调度以及可选的跨平台空闲睡眠保护;以挂载方式提供,无需修改 DSH 源代码。
最新版
0.2.1
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
未提供
文件数
未提供
Surface
web
许可证
SEE LICENSE IN LICENSE
发布源
github
GitHub
★ 4
周下载
0
最近提交
2026/9/12
查看源码 ↗
README Badge

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

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

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

认领这个 Plugin →
报告问题
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录