MIT 授權的 DeepSeek Harness 網頁端玻璃擬態主題,透過 `dsh plugin --profile web add` 以 dsh 設定檔外掛層安裝,總開關一關即完整還原原生介面。
DSH 整合
相容
作者聲明
安全稽核
未稽核
最後核實
2026-08-21
授權條款
MIT
01它能幫你完成什麼?
Restyle the DeepSeek Harness web UI into a frosted-glass (glassmorphism) interface
Header, sidebar, composer, stats line and trajectory view rendered as frosted-glass panes with adjustable blur and frost; one master switch restores the stock UI exactly
DeepSeek Harness web UI users who want a premium glass aesthetic without modifying any DSH source code
Personalize the DSH workspace with custom backdrops and ambient effects
A living fluid backdrop (hue adjustable) or your own wallpaper — including video — with independent blur/frost, scheme-aware background brightness, and a toggleable particle whale
Users who want wallpapers, ambient animation and mode-aware brightness in their DeepSeek Harness web UI
02如何將外掛接入 DeepSeek Harness?
先決條件
- DeepSeek Harness (dsh) with the web UI — the theme applies to the DSH web profile
- Option 1 needs access to npm; Option 2 needs no npm account and no git (falls back to a plain zip download)
安裝步驟
- 01
Option 1 (recommended): run `dsh plugin --profile web add dsh-client-ui-aqua` — installs the latest version from npm and registers it as a profile plugin layer (`dsh.bundle` patch), then reload the web UI
$ dsh plugin --profile web add dsh-client-ui-aqua
- 02
Option 2 (Windows): run the one-line PowerShell installer to download install.ps1 from GitHub and install the latest release; pin a version afterwards with `.\install.ps1 -Version 'v1.1.0'` or `-Version 'main'`
- 03
Option 2 (macOS / Linux): `git clone --depth 1 --branch v1.1.0` the repo, symlink `DSH` into `$DSH_HOME/profiles/node_modules/@deepseek-ai/dsh-client-ui-aqua`, then append the `ui-aqua` insert entry to `$DSH_HOME/profiles/web/cordis.patch.yml`
$ git clone --depth 1 --branch v1.1.0
驗證整合成功
- Reload the web UI — Aqua is on by default once installed
- The master switch appears under Settings → Plugins → Glass theme
復原
- Turn off the master switch in Settings → Plugins → Glass theme — the stock UI comes back exactly, with no source changes to DSH itself
03DSH 整合程度與能力邊界
DSH profile plugin layer for the web UI, installed via `dsh plugin --profile web add` and registered as a `dsh.bundle` patch
Two glass modes: Mica & Compatibility
the DeepSeek Harness web UI layout→Mica restyles the layout into floating glass cards (blur and frost adjustable); Compatibility Mode keeps the stock layout byte-for-byte and only swaps the material to generic glass — other plugins' UI gets the same treatment automatically
installation registers a `ui-aqua` entry in `cordis.patch.yml` and links plugin files into the profile's `node_modules` (config change)Custom backdrops & scheme-aware brightness
a fluid board or your own wallpaper (image or video)→full-page backdrop with aspect preserved, independent blur/frost per wallpaper, and background brightness that follows the resolved scheme (dark 0–50, light 50–100)
Ambient effects: particle whale, glossy badge, edge fades
the DSH chat area and sidebar→toggleable particle whale (white on dark, gray on light), glossy 135°-gradient "Harness" badge in dark mode, and 5px gradient blur bands at the page edges
One-switch restore
the master switch in Settings → Plugins → Glass theme→off restores the stock UI exactly and every effect is removed; with the switch off the whole Appearance control block is hidden
04適合誰?何時不該用?
適合
- DeepSeek Harness web UI users who want a premium glass aesthetic without modifying any DSH source code
- Users who want wallpapers, ambient animation and mode-aware brightness in their DeepSeek Harness web UI
不適合
- The maintainer warns that recent DSH updates changed the plugin ID and they cannot promptly update the plugin (due to academic commitments); installing against a newer DSH may crash, and the README suggests replacing or repairing the ID yourself with another agent.
- The GitHub-installer fallback is one-command only on Windows; on macOS / Linux you must manually git clone, symlink the plugin into `$DSH_HOME/profiles/node_modules`, and edit `$DSH_HOME/profiles/web/cordis.patch.yml` by hand.
05相容性、維護與安全提醒
- The maintainer warns that recent DSH updates changed the plugin ID and they cannot promptly update the plugin (due to academic commitments); installing against a newer DSH may crash, and the README suggests replacing or repairing the ID yourself with another agent.
- The GitHub-installer fallback is one-command only on Windows; on macOS / Linux you must manually git clone, symlink the plugin into `$DSH_HOME/profiles/node_modules`, and edit `$DSH_HOME/profiles/web/cordis.patch.yml` by hand.
- The theme restyles DSH's live web UI DOM rather than official theming APIs, so future DSH UI changes are the most likely source of visual breakage — Compatibility Mode exists to keep the stock layout byte-for-byte as a safer lane.
MIT · maintained, but maintainer warns of delayed fixes for new DSH plugin IDs (latest release v1.3.0, 2026-08-16)
06常見問題
如何在 DeepSeek Harness 上安裝 Aqua 主題?
建議執行 `dsh plugin --profile web add dsh-client-ui-aqua`:從 npm 安裝最新版並註冊為設定檔外掛層(`dsh.bundle` 修補),重新載入網頁介面即生效。沒有 npm 帳號也沒關係:Windows 可執行一行 PowerShell 的 GitHub 安裝腳本;macOS/Linux 則 git clone 後軟連結到 profile 的 node_modules,並在 cordis.patch.yml 中註冊。
它是原生整合還是 MCP?
兩者都不是。它是 DSH 的設定檔外掛層,以 `ui-aqua` 項目註冊在 `cordis.patch.yml` 中,作為 `dsh.bundle` 修補套用到網頁介面,不經過 MCP。
如何復原到原來的介面?
在 設定 → 外掛 → Glass theme 裡關掉總開關即可:原生介面完整恢復,所有特效一併移除,且不會改動 DSH 的任何原始碼。
Mica 模式和相容模式有什麼差別?
Mica 會把佈局重新編排為懸浮玻璃卡片,模糊與磨砂可調;相容模式則逐位元組保留原有佈局,只把材質換成通用玻璃,其他外掛的介面也會被同樣處理。
有什麼需要注意的?
作者在 README 中說明:DSH 近期更新更換了外掛 ID,因學業因素無法及時跟進更新,在較新的 DSH 上安裝可能當掉,建議用其他 agent 自行替換或修復 ID。
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
dsh-deep-whale
作者 small-tailqwq
Whale Girl skin series for DeepSeek Harness. 適用於 DeepSeek Harness 的,鯨魚娘系列皮膚。
08資料與來源
Aqua is a highly customizable glassmorphism theme for the DeepSeek Harness web UI. The header, sidebar, composer, stats…
Installs the latest version from npm and registers it as a profile plugin layer (`dsh.bundle` patch) — works on every pl…
此頁面根據專案公開文件、儲存庫中繼資料與 DSH Plugins 的結構化解析所產生;最後核實於 2026-08-21。發現錯誤?提交更正。
最佳 DeepSeek Harness 外掛
從全目錄挑出的 12 個值得優先安裝的外掛,涵蓋各個分類。
