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.

Skin Appearance — DSH Plugin for DeepSeek Harness
← Plugins
S

dsh-skin-appearance

Skin Appearance

Appearance customization for dsh web: preset skins plus custom wallpaper with opacity/blur, persisted in the Host user-settings document

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

npx -y @deepseek-ai/dsh plugin --profile web add github:Vim0x3c/dsh-skin-appearance#7a58ae76e83cf97c78c22b0b0d48f0f2a48f039d
READMECompatibilityVersions
DeepSeek娘主题QQ2008主题云海实验室主题
山海算境主题
深海星港主题
深海鲸歌主题
智能星图墨主题
智能星图曦主题

Compatibility and provenance

Skin Appearance is published as dsh-skin-appearance and currently resolves to version 0.1.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
8/21/2026

Versions

0.1.0stable
8/21/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 5
Weekly downloads
0
Last push
8/20/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
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

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-skin-appearance

语言:中文 | English

这是一个面向 DeepSeek Harness 的外观插件。 它保留 Harness 原生控件,只在设置中增加「外观定制」页面,提供:

  • DeepSeek 娘、QQ2008 水晶蓝、云海实验室、山海算境、深海星港、深海鲸歌和两套智能星图,共八套内置主题;
  • 本地背景图片选择,并在写入设置前自动缩小压缩;
  • 从上传图片自动提取主色、辅色、面板色和文字色,同时生成浅色/深色两套配色;
  • 八套内置主题和上传图片都跟随 Harness 原生的「浅色/深色/跟随系统」开关;
  • 每套主题都有贴合自身视觉语言的侧栏、新会话按钮、插件入口和输入框;
  • 独立的背景透明度和模糊控制,默认透明度 100%、模糊 0 px;
  • 由 Host 设置文档支持的跨重启持久化;
  • 一键还原原生 Harness 外观。

主题预览

DeepSeek娘·深海回响QQ2008·水晶蓝
DeepSeek娘主题QQ2008主题
云海实验室山海算境
云海实验室主题山海算境主题
深海星港深海鲸歌
深海星港主题深海鲸歌主题
智能星图·墨智能星图·曦
智能星图墨主题智能星图曦主题

安装

插件是一个 dsh bundle,可以用 Harness CLI 安装到 web profile:

dsh plugin --profile web add /path/to/dsh-skin-appearance
dsh web

包中的 dsh.bundle.patch 会把插件加入 profile 的配置层。下次启动 Web 时,dsh.client 声明会让 Harness 发现浏览器 bundle,设置页面中就会出现「外观定制」。

如果插件已经发布到包仓库,可以把本地路径换成包名:

dsh plugin --profile web add dsh-skin-appearance

实现说明

Node 半边通过 Harness settings 服务注册 appearance 设置命名空间。浏览器半边通过 ctx.theme.overrideTokens 提供浅色和深色双模式 token,通过 settings.section slot 注册设置页,并维护一个覆盖整个应用根节点的背景图片层。八套主题分别提供侧栏、会话列表、新会话按钮、插件入口和输入框的表面样式;QQ2008 额外使用独立的经典蓝色窗口框架。自定义壁纸使用自适应的浅色/深色毛玻璃方案。

上传图片会先解码,再按长边 1600 像素上限压缩成 JPEG data URL;独立的 48 像素采样画布会提取主色、色相分离的辅色,并分别生成浅色和深色的可读面板色、文字色。切换 Harness 原生的浅色、深色或跟随系统设置时,当前皮肤保持不变,只切换对应的表面和 token;选择「默认」会移除插件自己的覆盖并交还原生界面。

背景层本身不使用 backdrop-filter;模糊只应用在有明确边界的界面表面,避免流式输出和滚动时触发整页重复合成。

开发

这个目录采用 Harness 独立 client 插件的构建结构:

pnpm install
pnpm build

要在 Harness 源码 checkout 中联调,先构建 Harness,再把本目录安装到 web profile:

cd /path/to/deepseek-harness
pnpm install
pnpm build
dsh plugin --profile web add /path/to/dsh-skin-appearance
dsh web

Harness 服务被声明为 peer dependency,确保插件和宿主共用同一个 Cordis、settings、theme、React 实例,避免浏览器 bundle 内联出重复的服务身份。

许可证

MIT。