Plugin directory / Developer / dsh-beauty-skins
dsh-beauty-skins
Unverified XieRW
What it does
给 DeepSeek Harness 用的美女系列皮肤:设置里从 哲风壁纸 拉预览网格,点一张即应用,配色从壁纸提取。支持动态壁纸,也保留自定义选图。
Unverified — not yet verified
给 DeepSeek Harness 用的美女系列皮肤:设置里从 哲风壁纸 拉预览网格,点一张即应用,配色从壁纸提取。支持动态壁纸,也保留自定义选图。 Not yet verified — install and test it yourself.
“Unverified” means our automated CI has not yet installed this plugin. 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-beauty-skins
跑 agent 的地方,也可以是你选的样子。
给 DeepSeek Harness 用的美女系列皮肤:设置里从 哲风壁纸 拉预览网格,点一张即应用,配色从壁纸提取。支持动态壁纸,也保留自定义选图。
本仓库基于 HeiGeAi 的皮肤系统改写,与 DeepSeek 官方无隶属关系。壁纸来自 哲风壁纸,版权归原站及作者。

长这样
怎么选
设置 → 通用设置 → 皮肤。第一行仍是「自定义(选图)」「默认」「美女系列」;下面是壁纸预览网格,点一张即应用。动态壁纸带「动态」角标,生效后在窗口里循环播放。
每张壁纸都会走和自定义选图同一套本地取色:解码、采样、压成 WebP 存进 ~/.dsh/skins/,视频本身不落地,由 Host 代理播放。
快速开始
前置:一份 deepseek-harness 源码(0.1.0-rc.7)、Node.js 22.19+、pnpm。npx @deepseek-ai/dsh 装不了,皮肤要跟前端一起构建。
Windows PowerShell(本机若禁止脚本,加上 Bypass):
powershell -ExecutionPolicy Bypass -File scripts/install.ps1 \path\to\deepseek-harness
cd \path\to\deepseek-harness
pnpm install
pnpm run build
pnpm dsh web
Git Bash / macOS / Linux:
bash scripts/install.sh /path/to/deepseek-harness
cd /path/to/deepseek-harness && pnpm install && pnpm run build && pnpm dsh web
浏览器打开 http://127.0.0.1:3080,左下角设置 → 通用设置 → 皮肤。退回原样:
bash scripts/uninstall.sh /path/to/deepseek-harness
Windows:powershell -ExecutionPolicy Bypass -File scripts/uninstall.ps1 \path\to\deepseek-harness
自定义选图
点「自定义(选图)」,本地解码、取色、压成 WebP,图只存在本机 ~/.dsh/skins/。与点选目录壁纸互不影响。
使用须知
- 源码级改动:覆盖
packages/client/ui-theme并打宿主补丁,需要重新pnpm run build。 - 基线 DSH
0.1.0-rc.7。上游改界面结构时补丁可能打不上。 - 目录壁纸由 Host 代理 哲风壁纸 的列表与媒体,浏览器不直连、也不内置肖像。素材权利边界见 NOTICE.md。
许可证
代码 MIT License。本项目与 DeepSeek 官方无隶属关系。原皮肤引擎来自 HeiGeAi/deepseek-harness-skin。
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-beauty-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:XieRW/dsh-beauty-skins Headless (CLI) profile:
dsh plugin --profile headless add github:XieRW/dsh-beauty-skins Test report
Not yet L3-verified — see failure note below if we already ran it.
Note: 无 bundle 清单(cordis.patch.yml 等) Browse all pending failures →