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.

Liquid Glass Ui — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

dsh-liquid-glass-ui

Liquid Glass Ui

Custom backgrounds and iOS-inspired liquid glass transparency for the DeepSeek Harness Web UI.

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

npx -y @deepseek-ai/dsh plugin --profile web add dsh-liquid-glass-ui@0.2.1
READMECompatibilityVersions

Compatibility and provenance

Liquid Glass Ui is published as dsh-liquid-glass-ui and currently resolves to version 0.2.1. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
npm
Registry updated
9/20/2026

Versions

0.2.1stable
8/19/2026
0.2.0stable
8/19/2026
0.1.2stable
8/19/2026
Show 2 more versionsCollapse versions
0.1.1stable
8/19/2026
0.1.0stable
8/19/2026

Related plugins

Loading related plugins…

Latest
0.2.1
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
82.4 kB
Files
16
Surface
web
License
MIT
Source
npm
GitHub
★ 1
Weekly downloads
65
Last push
8/19/2026
View source ↗Project homepage ↗
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

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-liquid-glass-ui

Custom backgrounds and iOS-inspired liquid glass transparency for the DeepSeek Harness Web UI.

简体中文

Features

  • Choose a remote background URL or upload a local image (stored as a data URL, up to 4 MB).
  • Adjust glass opacity, background dimming, size, and position.
  • Use lightweight alpha-composited glass everywhere, with no live blur or filter pipeline.
  • Preview changes in the settings card before saving.
  • Persist settings through the native DSH user-settings service.
  • Compose with the native light/dark theme through theme.overrideTokens() and cleanly restore it when disabled or uninstalled.
  • Avoid global relational selectors and fixed-background repainting during streaming output.
  • Optionally open Douyin or Bilibili in a separate browser tab when the current DSH session starts a new thinking turn, without replacing DSH.

Install

From npm after the package has been published:

dsh plugin --profile web add dsh-liquid-glass-ui

For local development:

pnpm install
pnpm run check
dsh plugin --profile web add .

On Windows, DSH 0.1.0-rc.7 may split a local absolute path when one of its directories contains a space. Clone this repository to a path without spaces for add ., or install the packed .tgz from a no-space temporary path. Registry installation is unaffected.

Restart dsh web, then open Settings → Plugins → Liquid Glass Appearance.

Publishing and marketplace discovery

DeepSeek Harness discovers community plugins through installable npm/GitHub packages and the GitHub dsh-plugin topic. Before publishing:

  1. Add the final author, repository, bugs, and homepage fields to package.json.
  2. Create a public GitHub repository and add the topics dsh-plugin, deepseek-harness, dsh, theme, and glassmorphism.
  3. Run pnpm run check and inspect the dry-run package contents.
  4. Publish with pnpm publish --access public.
  5. Verify installation in a clean DSH Web profile.

The package intentionally declares DSH 0.1.0-rc.7 as its minimum compatible release because it relies on the browser theme override service introduced in that preview line.

Security and privacy

  • A remote background URL is fetched directly by the browser and may disclose the DSH user's IP address to that image host.
  • Local images stay in the DSH settings document as data URLs; the plugin does not upload them to an external service.
  • The thinking redirect is disabled by default. When enabled, the selected entertainment site receives an ordinary browser visit and its normal network metadata. The browser must allow pop-ups for the DSH site.
  • Avoid sensitive images on shared machines, and follow the access controls of the configured DSH settings provider.

License

MIT