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.

Deep Dive Skins — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
D

dsh-deep-dive-skins

Deep Dive Skins

Animated blue whale-maid and anime skins for the DSH Web GUI Deep diving status row, with eight continuously rotating actions and cross-version settings support.

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

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

Compatibility and provenance

Deep Dive Skins is published as dsh-deep-dive-skins and currently resolves to version 0.2.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/12/2026

Versions

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

Related plugins

Loading related plugins…

Latest
0.2.1
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
SEE LICENSE IN LICENSE
Source
github
GitHub
★ 4
Weekly downloads
0
Last push
9/12/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-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.