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.

Plugin Background — DSH Plugin for DeepSeek Harness
← Plugins
P

dsh-plugin-background

Plugin Background

Background image plugin for the DeepSeek Harness web UI (dsh web): pick a local image as the whole-UI background, adjust a theme-aware matte, or clear it anytime.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:haozhu11/dsh-plugin-background#96a3ba4cb67c359c78f34c513d716feeb19b98c5
READMECompatibilityVersions

Compatibility and provenance

Plugin Background is published as dsh-plugin-background and currently resolves to version 0.2.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/20/2026

Versions

0.2.0stable
8/20/2026

Related plugins

Loading related plugins…

Latest
0.2.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
Not declared
Source
github
GitHub
★ 2
Weekly downloads
0
Last push
8/21/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.

Remote 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.Client 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 bundlePet@linxin666/dsh-petMulti-pet companion plugin for the dsh web GUI: a registry-driven floating pet that reacts to model activity, with per-pet naming, petting/feeding interactions and an affinity score

README

dsh-plugin-background

Background image plugin for the DeepSeek Harness web UI (dsh web).

Pick a local image as the background of the whole interface, adjust a theme-aware readability matte, or clear it — anytime, from a button at the bottom of the sidebar. The image is compressed client-side and persisted in IndexedDB, so it survives restarts with zero server-side storage.

⚠️ Third-party community plugin — not an official DeepSeek product. Built for deepseek-ai/deepseek-harness.

(Add a screenshot under docs/ and reference it here once you have one.)

Features

  • Upload any local image (PNG / JPG / WebP) as the full-UI background
  • High-quality client-side compression (up to 4096 px edge, WebP-first, smooth scaling)
  • Theme-aware readability matte (0–80 %, white in light mode / dark in dark mode)
  • One-click clear, back to the default theme
  • Persisted in IndexedDB — large images, survives restarts, no server involved
  • Hot-reload friendly (pnpm run dev:web watcher), HMR-safe style/theme cleanup

How it works

  • Pure browser-side Cordis client plugin registered in the sidebar.footer.action slot.
  • The image lives on a single body-level background (background-attachment: fixed), with a theme-aware matte on top. --dsw-alias-bg-base is overridden to transparent and the sidebar fill is made transparent too, so the frame, chat column, details column and sidebar all let that one background show through — one seamless sheet across the whole UI (no per-region images that can misalign).
  • The readability matte is a color-mix layer over the base palette token (white in light mode / dark in dark mode), so text stays readable over any image; no DOM selectors are touched.

Requirements

  • A running dsh web profile (DeepSeek Harness, ≥ 0.1.0-rc.6)
  • pnpm (or npm exec with a writable cache dir)
  • A Chromium/Firefox-class browser

Usage

  1. Start dsh web and open the GUI.
  2. Click the Background button at the bottom of the sidebar (next to Settings).
  3. Choose a local image — it is applied immediately.
  4. Use the matte slider to balance readability; click Clear background to reset.

Development

git clone <repo-url> && cd dsh-plugin-background
node build.mjs          # build once → dist/client.js
node build.mjs --watch  # rebuild on src/client.js changes
  • src/client.js is the only file you normally edit (plain JS, React.createElement, no JSX/TS).
  • dist/client.js is committed on purpose so users can install without building.
  • After changing src/, rebuild, then restart dsh web (or run the pnpm run dev:web watcher from the harness checkout for hot reload).

Uninstall

cd ~/.dsh/profiles/web
pnpm remove dsh-plugin-background
# remove the ui-background row from cordis.patch.yml (if manual)
dsh web