
Skin switcher + custom wallpaper for DeepSeek Harness (dsh): curated --dsw-alias-* palettes, translucent wallpaper with opacity/blur controls, persisted per browser (like Codex themes) — 换皮肤 / 自定义背景插件
Install Dsh Skin
Clean install: prebuilt on npm and declares a `dsh.bundle` layer.
The one-line version
dsh plugin --profile my-profile add dsh-skinThe easy path: this bundle is published to npm, so the install pulls a prebuilt artifact — no build step runs on your machine and no build approval is needed.
From npm — installs a prebuilt artifact, no build step on your machine
# 1. add the bundle to a profile — --profile my-profile points at $DSH_HOME/profiles/my-profile
dsh plugin --profile my-profile add dsh-skin
# 2. verify: the bundle should show up as a layer in the resolved config
dsh --profile my-profile --dump-config
# 3. boot the profile
dsh --profile my-profilePackage: dsh-skin
Prefer to install from source instead?
From GitHub — pulls source, and may ask for build approval on first run
# 1. add the bundle to a profile — --profile my-profile points at $DSH_HOME/profiles/my-profile
dsh plugin --profile my-profile add github:KinGao294/dsh-skin#<commit-sha>
# 2. verify: the bundle should show up as a layer in the resolved config
dsh --profile my-profile --dump-config
# 3. boot the profile
dsh --profile my-profilePrerequisites
- API key
- Not required.
- Network access
- Not required at runtime.
- Language
- JavaScript
Install check
Every field the verdict was derived from, so you can re-derive it yourself
| Field checked | Result | Weight | What the spec says about it |
|---|---|---|---|
| lifecycleScripts | pass | info | no install-time scripts |
| dsh.bundle | pass | fatal | package.json declares a `dsh.bundle` layer |
| dsh.bundle.patch file | pass | fatal | patch file present at `cordis.patch.yml` |
| npm registry | pass | fatal | published as `dsh-skin` — prebuilt artifacts |
- Verdict reason
- on npm with a valid bundle declaration
- package.json read
- package.json
- Rules applied from
- docs/user/develop/basic/publish.md
- Checked at
- 2026-08-15
From the README
Excerpt as published by the author, plain text, unedited
Skin switcher + custom wallpaper for DeepSeek Harness — a "change the skin" feature in the spirit of Codex themes. It registers a curated catalog of palettes into DSH's built-in theme runtime and adds two rows to **Settings → General** (below the built-in Appearance row): - **皮肤 / Skins** — pick one of 7 curated palettes (or **默认 / Default** to follow the built-in appearance). - **背景图片 / Wallpaper** — set your own background image with opacity and blur controls. Both choices persist across reloads (localStorage). DSH's theme system is token-based: the web shell ships `--dsw-*` design tokens, and `ThemeRuntime` lets third-party plugins register themes that override the alias layer (`--dsw-alias-*`) per color scheme. This package is a regular dual-face plugin: - **Host half** (`lib/index.js`
Topics
GitHub topics on this repository
More in Custom Wallpaper Theme Switcher
Ranked by similarity inside the cluster, not alphabetically
Dsh Wallpaper
SciGeoLight
DeepSeek Harness wallpaper plugin / DSH 壁纸与磨砂玻璃插件
Lukeskinplus
INEXEN-Arthur
Skin switcher and custom wallpaper for DeepSeek Harness
Dsh Wallpaper
Gao-Yee
Custom wallpaper background for the dsh web GUI (light theme only): fixed cover image under translucent liquid-glass surfaces, with an in-page control panel.
Dsh Chat Skin
1m01m0
DeepSeek Harness client plugin: chat wallpaper & skins for the Web GUI — 6 presets, custom wallpaper, native settings card (dsh.client contract)
Dsh Minimal Theme
EarlyCar
Minimal theme plugin for DeepSeek Harness (dsh web): Midnight dark theme + Theme & Background settings (presets, wallpaper with panel opacity/blur)
Dsh Ui Preset Enhance
lssyd20070106
Third-party DSH WebUI enhancement plugin: custom backgrounds, theme colors, prompt presets, token/context visibility, and manual compact.