Plugin directory / Vision / dsh-client-ui-skins
dsh-client-ui-skins
Verified · install-tested on dsh caoyiwei850
What it does
DSH Web skin plugin with built-in themes and custom image skins
Works — verified, early-stage project
DSH Web skin plugin with built-in themes and custom image skins It installs cleanly and boots without issues in our testing. It's early-stage but functional.
“Verified” means our automated CI actually ran dsh plugin add in a clean profile and it booted — nothing more. Feature descriptions and version compatibility are the author’s claims. This is not a security audit and not an endorsement of third-party code.
README
DSH 皮肤插件 · dsh-client-ui-skins v0.1.11
给 DeepSeek Harness (DSH) Web 界面换肤:4 套内置皮肤 + 自定义图片/视频皮肤
(图片作为整个界面的背景,配色自动跟随图片主色调)。已更新支持MP4 或 WebM 视频动态壁纸,
效果预览
自定义图片皮肤支持任意 PNG / JPG / WebP:导入自己的图片后,背景、强调色与交互高亮会自动跟随图片主色调。以下仅为界面效果示例。



文件
| 文件 | 作用 |
|---|---|
dsh-client-ui-skins-0.1.11.tgz |
插件安装包(npm tarball) |
install-dsh-skins.sh |
一键安装脚本 |
uninstall-dsh-skins.sh |
一键卸载脚本 |
安装(二选一)
方式 A:一键脚本(推荐)
bash install-dsh-skins.sh
脚本会自动:装包 → 注册 → 重启。完成后刷新 http://127.0.0.1:3080,
左下角 设置 → 通用设置 → 皮肤 即可换肤。
方式 B:手动
# 1. 装包
cd ~/.dsh/profiles/web && pnpm add -w ./dsh-client-ui-skins-0.1.11.tgz
# 2. 注册(编辑 ~/.dsh/profiles/web/cordis.patch.yml,追加:)
# - insert:
# - id: ui-skins
# name: 'dsh-client-ui-skins'
# 3. 重启 web
launchctl kickstart -k gui/$(id -u)/com.deepseek.dsh.web
其实你也可以直接扔给DeepSeek harness自己安装。
卸载
bash uninstall-dsh-skins.sh
备注
- 插件是纯 client 插件,不改任何 DSH 源码;卸载后完全恢复原生外观。
- 自定义皮肤图片只在本机流转(localStorage),不会上传到任何服务器。
- 需要 DSH web profile(
~/.dsh/profiles/web),依赖 pnpm。
Install
Install the catalog once, then DeepSeek Harness can find and install any plugin from this site automatically:
dsh plugin add dshbase-catalog Then say "install dsh-client-ui-skins for me" — your agent finds it in the directory and installs it. Docs: dshbase-catalog · verified packs.
This plugin is GitHub source (not published to npm) — install it straight from the repo:
Web profile:
dsh plugin --profile web add github:caoyiwei850/dsh-client-ui-skins Headless (CLI) profile:
dsh plugin --profile headless add github:caoyiwei850/dsh-client-ui-skins Test report
Verified: L1 install + L2 load + L3 runtime from GitHub source on dsh 0.1.0-rc.6.
When to use it
Give the model eyes — image understanding, OCR, or screen grounding — so it reads visuals instead of guessing.
Who it's for
Users who hand the model screenshots, diagrams, or photos and want them understood natively.
For developers — extending it
Vision backends and preprocessing are the seams — add OCR, region cropping, or tune resolution and model routing.