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.

Custom Skin — DSH Plugin for DeepSeek Harness
← Plugins
C

dsh-custom-skin

Custom Skin

Custom wallpapers and translucent skins for DeepSeek Harness Web

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

npx -y @deepseek-ai/dsh plugin --profile web add github:SLin-code/dsh-custom-skin#9e87f8dd136ddd4afba4879ca62dea773ae85e13
READMECompatibilityVersions
Wallpaper and skin controls on the Personalization settings page

Compatibility and provenance

Custom Skin is published as dsh-custom-skin 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/24/2026

Versions

0.1.0stable
8/24/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
★ 0
Weekly downloads
0
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 Git Graph@linxin666/dsh-client-ui-git-graphExternal dsh web GUI plugin: a blank-session git branch selector + Git graph, with real host-side git operations and guards, as a dsh profile bundle

README

dsh-custom-skin

Custom wallpapers and translucent skins for DeepSeek Harness Web.

English · 简体中文

DeepSeek Harness Web with a custom blue wallpaper

Features

  • Upload or drag in multiple local images and switch between them instantly.
  • Show or hide the wallpaper, delete individual images, or clear the entire library.
  • Adjust image fit, position, overlay, blur, and panel opacity.
  • Automatically adapt to the light and dark themes in DSH.
  • Keep images in the current browser's IndexedDB and preferences in localStorage. Nothing is uploaded to the DSH server.

Preview

DeepSeek Harness Web with a custom pink wallpaper

Wallpaper and skin controls on the Personalization settings page

Install in DSH Web

Run the following commands in the DeepSeek Harness repository:

pnpm dsh plugin --profile web add github:SLin-code/dsh-custom-skin
pnpm dsh web

Open Settings in the lower-left corner of the Web interface, then select Personalization to add a wallpaper.

To install a local development copy instead:

pnpm dsh plugin --profile web add "/absolute/path/to/dsh-custom-skin"
pnpm dsh web

To uninstall:

pnpm dsh plugin --profile web remove dsh-custom-skin

Build from source

Requirements: Node.js 22.19 or later and pnpm 11.7.0.

pnpm install
pnpm build
pnpm check

The repository includes the compiled lib/ files, so a regular local installation does not require a rebuild.

Data and limitations

  • Each image can be up to 20 MB, with a maximum of 24 saved images. The browser's storage quota may impose a lower practical limit.
  • Wallpapers are isolated by browser and site origin. If you open DSH in another browser, on another port, or at a remote address, you will need to add the images again.
  • Clearing the site's browser data also removes the saved wallpapers.

License

MIT