Back to directory

dsh-deep-whale

Curated pickMaintenance: Active

small-tailqwq/dsh-deep-whale

DSH Web GUI 鲸鱼娘主题皮肤(深海女仆工坊 maid-atelier:亮/暗双模式)

View on GitHub
$ git clone https://github.com/Small-tailqwq/dsh-deep-whale

1,976

stars

57

forks

TypeScript

Language

NOASSERTION

License

2026-08-13

Created

2026-09-07

Last push

CC BY-NC-SA 4.0 whale-girl skin pack for the DeepSeek Harness Web GUI — two skins (maid-atelier, orca-link) with light/dark modes, registered natively via `dsh plugin --profile web add` or the bundled dsh-skin-install skill.

DSH integration

Native runtime

Author-claimed

Safety audit

Unaudited

Last verified

2026-08-21

License

Not specified by the author

01What can it help you accomplish?

  • Reskin the DeepSeek Harness Web GUI with whale-girl themes

    Two skins — maid-atelier (deep-sea maid atelier: dual maid backdrops, deep-sea blue lace interface, chibi sidebar) and orca-link (pearl-white mechanical cabin, obsidian orca operator, electric-blue link signals) — each with light and dark modes

    DeepSeek Harness (dsh) users who want a themed, personalized Web GUI instead of the default look

  • Install and switch skins guided or manually, without restarting dsh

    Skin registration via the bundled dsh-skin-install skill (lists all skins, explains the attribution chain and license, registers with an absolute path) or the manual `dsh plugin --profile web add` CLI, with config hot-reload switching

    DSH users who want to try multiple skins and toggle them quickly without service interruption

02How to install into DeepSeek Harness

Prerequisites

  • DeepSeek Harness (dsh) installed with a `web` profile
  • pnpm available on PATH — the README troubleshooting table says to run `npm i -g pnpm` if `pnpm not found on PATH`
  • git, for the manual clone-based install

Installation steps

  1. 01

    Lazy install: tell your dsh `安装一下这个皮肤包:https://github.com/Small-tailqwq/dsh-deep-whale` — the bundled dsh-skin-install skill lists all skins, explains the attribution chain and license, and registers/activates the one you pick with an absolute path

  2. 02

    Manual install: `git clone https://github.com/Small-tailqwq/dsh-deep-whale` (clone anywhere)

    $ git clone https://github.com/Small-tailqwq/dsh-deep-whale

  3. 03

    Run `dsh plugin --profile web add <absolute clone path>/maid-atelier` and/or `dsh plugin --profile web add <absolute clone path>/orca-link`

    $ dsh plugin --profile web add <absolute clone path>/maid-atelier

Verify the integration

  • `dsh plugin --profile web list` — you should see the `@dsh-external/dsh-client-ui-skin-*` link: dependency
  • `dsh --profile web --dump-config` — the skin line appears in the combined config with the correct disabled state
  • Refresh the browser page to see the skin; skin toggles hot-reload via config, no dsh restart needed

03DSH integration and capability boundaries

DSH integrationNative runtime

Native DSH Web GUI skin pack registered and activated through the `dsh plugin --profile web add` CLI (or the bundled dsh-skin-install skill)

  • Two whale-girl skins with light/dark modes

    the DeepSeek Harness Web GUImaid-atelier (deep-sea maid atelier: dual maid backdrops, deep-sea blue lace interface, chibi sidebar) or orca-link (pearl-white mechanical cabin, obsidian orca operator, electric-blue link signals), each in light and dark mode

  • Guided install via bundled dsh-skin-install skill

    the prompt `安装一下这个皮肤包:<repo URL>` (or `切换皮肤`) sent to your dsh inside the repo directorythe skill lists all skins in the repo, asks which one to activate, explains the author attribution chain and license boundary, then installs with an absolute path

    registers and activates a skin in the dsh web profile configuration
  • Hot-reload skin switching

    the skin enable/disable toggle in the dsh web profile configthe active skin changes after a browser refresh, without restarting dsh

04Who is it for? When not to use it?

Good for

  • DeepSeek Harness (dsh) users who want a themed, personalized Web GUI instead of the default look
  • DSH users who want to try multiple skins and toggle them quickly without service interruption

Not for

  • Path handling is a common failure mode: a bare directory name (e.g. `add maid-atelier`) is treated as an npm package name and fails with a 404, and relative paths resolve from the directory where dsh is invoked — if the clone location differs from your assumption the command succeeds silently but the skin links to the wrong place and has no effect. Use absolute paths.
  • All skins are derivative works released under CC BY-NC-SA 4.0 (attribution, non-commercial, share-alike) — commercial use is prohibited, and the attribution chain must be kept (see each skin's NOTICE).

05Compatibility, maintenance and safety notes

  • Path handling is a common failure mode: a bare directory name (e.g. `add maid-atelier`) is treated as an npm package name and fails with a 404, and relative paths resolve from the directory where dsh is invoked — if the clone location differs from your assumption the command succeeds silently but the skin links to the wrong place and has no effect. Use absolute paths.
  • All skins are derivative works released under CC BY-NC-SA 4.0 (attribution, non-commercial, share-alike) — commercial use is prohibited, and the attribution chain must be kept (see each skin's NOTICE).
  • Installation depends on pnpm being on PATH; if it is missing the install fails with `pnpm not found on PATH` and you must install pnpm (e.g. `npm i -g pnpm`) first.
2026-08-132026-08-19Not specified by the author

CC BY-NC-SA 4.0 · actively maintained (last push 2026-08-19, feedback via GitHub issues)

06Frequently asked questions

How do I install the skins into DeepSeek Harness?

Two ways: tell your dsh `安装一下这个皮肤包:https://github.com/Small-tailqwq/dsh-deep-whale` and the bundled dsh-skin-install skill walks the whole flow, or manually `git clone` the repo and run `dsh plugin --profile web add <absolute path>/maid-atelier` (and/or `orca-link`).

Is it a native DSH integration or an MCP server?

Native: it is a skin pack for the dsh Web GUI registered through the `dsh plugin --profile web` CLI. No MCP server is involved.

Do I need to restart dsh to switch skins?

No. Skin toggles hot-reload via config — just refresh the browser page. Only adding or removing plugin packages requires a dsh restart.

What prerequisites and pitfalls should I know about?

You need pnpm on PATH (install it with `npm i -g pnpm` if missing). Always prefer absolute paths: a bare directory name is treated as an npm package name and fails with a 404, and relative paths resolve from the directory where dsh is invoked, so they can silently link to the wrong place.

Can I use the skins commercially?

No. All skins are derivative works released under CC BY-NC-SA 4.0 (attribution, non-commercial, share-alike); commercial use is prohibited. The full attribution chain is documented in each skin's NOTICE file.

08Data and sources

  • Author-claimedgithub.com0a3d03251d1e…

    DeepSeek Harness Web GUI 的鲸鱼娘主题皮肤系列(独立分发仓库)。

  • Author-claimedgithub.com0a3d03251d1e…

    ```sh git clone https://github.com/Small-tailqwq/dsh-deep-whale # clone 到任意位置 dsh plugin --profile web add <clone 的绝对路…

This page is generated from the project’s public documentation, repository metadata and a structured parse of DSH Plugins; last verified on 2026-08-21. Found an error? Submit a correction.

🏆

Best DeepSeek Harness Plugins

Twelve plugins worth installing first — picked from the whole catalog, across every category.

DSH Plugins is an independent community directory of DeepSeek Harness plugins. Not affiliated with or endorsed by DeepSeek. Third-party plugins are not security-audited — review the source before installing.

New DeepSeek Harness plugins, weekly. No spam.