CC BY-NC-SA 4.0 的 DeepSeek Harness Web GUI 鯨魚娘面板包——maid-atelier 與 orca-link 兩套亮/暗雙模式面板,透過 `dsh plugin --profile web add` 或自帶的 dsh-skin-install 技能原生接入 dsh。
DSH 整合
原生執行環境
作者聲明
安全稽核
未稽核
最後核實
2026-08-21
授權條款
作者未說明
01它能幫你完成什麼?
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
02如何將外掛接入 DeepSeek Harness?
先決條件
- 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
安裝步驟
- 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
- 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
- 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
驗證整合成功
- `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 整合程度與能力邊界
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 GUI→maid-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 directory→the 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 configurationHot-reload skin switching
the skin enable/disable toggle in the dsh web profile config→the active skin changes after a browser refresh, without restarting dsh
04適合誰?何時不該用?
適合
- 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
不適合
- 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).
05相容性、維護與安全提醒
- 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.
CC BY-NC-SA 4.0 · actively maintained (last push 2026-08-19, feedback via GitHub issues)
06常見問題
如何把面板安裝到 DeepSeek Harness?
兩種方式:懶人版直接對你的 dsh 說"安裝一下這個面板包:https://github.com/Small-tailqwq/dsh-deep-whale",由自帶的 dsh-skin-install 技能走完整流程;手動版先 `git clone` 儲存庫,再執行 `dsh plugin --profile web add <絕對路徑>/maid-atelier`(或 `orca-link`)。
它是 dsh 原生整合還是 MCP?
原生整合:它是 dsh Web GUI 的面板包,透過 `dsh plugin --profile web` 命令註冊並啟用,不涉及 MCP。
切換面板需要重啟 dsh 嗎?
不需要。面板開關走設定熱重載,重新整理瀏覽器頁面即可看到效果;只有新增/移除外掛套件時才需要重啟 dsh。
安裝有什麼前置條件和常見坑?
需要 pnpm 在 PATH 中(缺失時用 `npm i -g pnpm` 安裝)。路徑強烈建議用絕對路徑:裸目錄名稱會被當成 npm 套件名稱拉取而 404 失敗;相對路徑以 dsh 命令的呼叫目錄解析,clone 位置不符時命令不報錯但面板不生效。
面板可以商用嗎?
不可以。所有面板為衍生創作,整體以 CC BY-NC-SA 4.0(姓名標示-非商業性-相同方式分享)釋出,禁止商業性使用,署名鏈見各面板 NOTICE 檔案。
07相關的 DSH 工作流程
dsh-web
作者 zhu1090093659
DeepSeek Harness(dsh)外掛聚合生態,萬物皆外掛,通過創意工坊分發。
petdex
作者 crafter-station
面向 Codex、Claude Code、DeepSeek Harness 等智慧體的動效寵物公共相簿。
j-space-cognition-suite-v3.7
作者 tiger3807861189
J-Space Cognition Suite V3.7 - AI cognitive-enhancement Skills based on Anthropic's J-space global workspace research. | 嗶哩嗶哩:Tiger380 (UID 3494375382321675) — https://space.bilibili.com/3494375382321675
deepseek-balance-whale-widget
作者 meteornox
DeepSeek Harness(DSH)一隻住在 DSH 介面右下角的小鯨魚娘,幫你盯著DeepSeek賬戶餘額。QQ彈彈,支援拖拽吸附、左吸附翻轉、數字滾動動畫,隨介面自動啟用,建議直接喊來你的dsh安裝
08資料與來源
DeepSeek Harness Web GUI 的鲸鱼娘主题皮肤系列(独立分发仓库)。
```sh git clone https://github.com/Small-tailqwq/dsh-deep-whale # clone 到任意位置 dsh plugin --profile web add <clone 的绝对路…
此頁面根據專案公開文件、儲存庫中繼資料與 DSH Plugins 的結構化解析所產生;最後核實於 2026-08-21。發現錯誤?提交更正。
最佳 DeepSeek Harness 外掛
從全目錄挑出的 12 個值得優先安裝的外掛,涵蓋各個分類。
