DSH Marketplace

dsh-dream-skin

RevolutionLA/dsh-dream-skin

One-command skin plugin: 8 original themes, translucent wallpaper with opacity/blur, per-user accent, and shareable theme-pack import/export, favorites and surprise-me — purely native on DSH's token system.

463JavaScriptMITSource

Install

Add dsh-dream-skin to DeepSeek Harness

via npm

Resolves a published tarball rather than cloning the repository, and installs without any extra setup. Swap `web` for your profile name if you run another one.

via GitHub · npm package

Installing from GitHub runs the project's build script, which pnpm blocks until you allowlist it — run the command once and pnpm prints the exact key to add under `allowBuilds` in ~/.dsh/profiles/web/pnpm-workspace.yaml.

What happened when we ran it

Installed cleanly when we ran it

Every command here is run in a throwaway container against a clean profile, and the result is whatever the harness recorded — not a guess from the source. Last run 2d ago.

Due diligence

Before you install dsh-dream-skin

  • Source of record: RevolutionLA/dsh-dream-skin — present in the community registry that DSH's own plugin market installs from.
  • Licensed under MIT.
  • A listing here is not a security review. Plugins run with your agent's permissions.

The AI take

What it is — dsh-dream-skin is a DeepSeek Harness skin plugin supporting 8 original themes, translucent wallpapers with opacity and blur, per-user accent colors, and shareable theme packs.

Who it is for — In DeepSeek Harness browser Web GUI, users wanting to customize appearance lacking native theme customization are suitable for this plugin. Desktop client users are not suitable because this plugin is for browser Web GUI.

Watch out — Sandbox test passed: it was successfully installed in a new profile and registered by Harness. No obvious compatibility issues found.

The verdict — I would install it because it fully utilizes the official --dsw-* token system without injection or modification to the install package.

Generated by grok-4.6, and a starting point rather than a verdict. Where it says a plugin installs or does not, that is from a real run in a clean profile — everything else is read off the repository. Trust the source over this.

What dsh-dream-skin does

Abstract diagram of token streams splitting into host and browser paths before forming layered translucent panels.

dsh-dream-skin is a DeepSeek Harness plugin that adds native token-based themes, wallpapers, accent colours and theme-pack sharing to the DeepSeek Harness web interface. It provides eight built-in themes, wallpaper opacity and blur controls, per-user accent overrides, favourites and a “surprise me” selector.

DeepSeek Harness loads the package as a standard dual-face plugin: dsh.bundle uses cordis.patch.yml to add the plugin entry, while dsh.client loads the browser bundle from lib/client.js. The plugin registers themes through ctx.theme, applies accent changes through ctx.theme.overrideTokens, and adds its controls under Settings → Appearance / Theme through ctx.slots. Selected skins and wallpapers are stored in browser localStorage. Wallpaper sources can be local images, image URLs or gradients; local uploads are automatically compressed to 2 MB or less. Theme packs use the *.dsh-theme.json format and can be imported, exported or shared through a URL hash.

This is intended for developers who want to customise a DeepSeek Harness web workspace without CSS injection or package modification. It is not the right choice for a desktop-client workflow, or for users who only need DeepSeek Harness’s built-in appearance settings. The README documents the web profile and Node.js >=18; applying the plugin requires restarting the web interface, which interrupts the current session.

dsh-dream-skin documentation

Configuring dsh-dream-skin

dsh-dream-skin is configured from DeepSeek Harness Settings → Appearance / Theme rather than a documented configuration file. The available controls include:

  • Eight built-in themes: abyss, aurora, nebula, ember, midnight, ivory, mist and rose
  • Wallpaper opacity and blur
  • Accent selection from 12 preset colours, a colour picker, random selection, or restoration of the theme colour
  • Automatic wallpaper weakening, recent wallpapers (up to five), favourites and random theme selection
  • Restoration of DeepSeek Harness’s default appearance, which follows the system

DeepSeek Harness stores selected themes and wallpapers in browser localStorage. Local wallpaper uploads are compressed to 2MB or less. The README does not document additional user-editable configuration keys.

How dsh-dream-skin integrates

DeepSeek Harness loads this dual-face dsh-plugin through the package manifest entries dsh.bundle, dsh.client and exports["./client"]. The host side uses cordis.patch.yml to add the plugin entry. The browser side is the bundle at lib/client.js.

The plugin registers themes with ctx.theme, applies per-user token changes through ctx.theme.overrideTokens, and places its controls in a separate settings section with ctx.slots. It uses DeepSeek Harness’s --dsw-* token system rather than injecting CSS or changing the installed application package.

Commands and theme packs

After installation, restart the web interface with dsh web. The README also lists dsh --profile web --dump-con for verification. A theme pack is a *.dsh-theme.json file containing a format marker, version and manifest fields including id, name, author, colour scheme, accent and tokens. Import validation checks the format, required tokens and colour validity; failed imports and removals fall back without destructive changes.

Requirements and limits

The documented runtime requirement is Node.js >=18. The documented installation target is the DeepSeek Harness web profile, and the browser interface is the supported cross-platform surface. Restarting DeepSeek Harness interrupts the current session, although the README says persisted sessions can be recovered from disk. No desktop-client integration is documented.

Written from the project's own documentation and kept in sync with it. Where the two disagree, the source is authoritative — read the README on GitHub

Same category

Alternatives to dsh-dream-skin

maid-atelier

Small-tailqwq

1.2k

Whale-girl skin series for the DSH Web UI (maid-atelier).

No one-line install — this plugin lives inside a larger repository and publishes no npm package.

GitHub sourceTypeScript2d ago

AI review

maid-atelier

What it is — Adds maid-atelier whale-girl skin for DeepSeek Harness Web UI.

Who it is for — Users who want to use maid-atelier whale-girl skin in DeepSeek Harness Web UI should install it. Users who prefer other skins can skip it.

Watch out — Requires manual source code addition. No obvious pitfalls found.

The verdict — I won't install it because it is not published to npm.

Generated by grok-4.6, and a starting point rather than a verdict. Where it says a plugin installs or does not, that is from a real run in a clean profile — everything else is read off the repository. Trust the source over this.Read the source
Details

是一层高自由度的玻璃质感主题,套在 DeepSeek Harness 网页端。顶栏、侧边栏、输入框、统计行、轨迹视图都成了磨砂玻璃片。玻璃模糊度、磨砂度、背景(流体或自定义壁纸,壁纸还能单独调模糊和磨砂)全都能在设置卡片里自由调节。关掉开关就回到原生界面,不改 DSH 任何一行源码。

Installed cleanly when we ran it

GitHub sourceJavaScript2d ago

AI review

DSH-Transparent-UI-Plugin

What it is — This is a glassmorphism theme plugin for the DeepSeek Harness web UI.

Who it is for — When using the DeepSeek Harness web interface for conversation, if you want the header and sidebar to become frosted glass. If you prefer to keep the stock UI without adding new effects, you do not need this plugin.

Watch out — Sandbox test passed. Successfully installed in a new profile and registered with harness. No obvious issues found.

The verdict — I would install it because it allows restoring the stock UI without modifying DSH source code.

Generated by grok-4.6, and a starting point rather than a verdict. Where it says a plugin installs or does not, that is from a real run in a clean profile — everything else is read off the repository. Trust the source over this.Read the source
Source

open-sea-skin

d-dev0101

182

WebGPU ocean skin for DeepSeek Harness, Chrome and Edge — native plugin, static installer, and new-tab extension.

Installed cleanly when we ran it

GitHub sourceJavaScripttoday

AI review

open-sea-skin

What it is — Open Sea Skin provides WebGPU ocean skin for DeepSeek Harness.

Who it is for — If you want to use ocean skin in DeepSeek Harness, open-sea-skin is suitable. Users who do not use Chrome or Edge extensions do not need to install it.

Watch out — Sandbox test passed. It was loaded into a new profile and registered by Harness. No obvious issues found.

The verdict — I would install it because it supports native Harness source integration.

Generated by grok-4.6, and a starting point rather than a verdict. Where it says a plugin installs or does not, that is from a real run in a clean profile — everything else is read off the repository. Trust the source over this.Read the source
1Source

dsh-liang-skin

kingOfSoySauce

86

DeepSeek Harness 滑动变阻器皮肤

Installed cleanly when we ran it

GitHub sourceTypeScript2d ago

AI review

dsh-liang-skin

What it is — It adds a compact slider to DeepSeek Harness for adjusting reasoning levels, mapping 0-30 intensity to synchronized character, background, and interface coloring.

Who it is for — When you are using a model that supports multiple selectable reasoning levels and want to quickly adjust via a slider with visual preview on character, background, and interface, this skin is suitable for you. Users who prefer the native skin or use models with only one reasoning level can choose the native mode.

Watch out — Sandbox test confirms successful installation and registration in a fresh profile. No obvious issues found. The appearance settings allow toggling between the skin and native mode, with changes saved locally without affecting model configurations.

The verdict — I would install it if you use a multi-level reasoning model, because it directly integrates official reasoning efforts with visual mapping for intuitive adjustments; otherwise, if your model has only one level, it's not worth adding.

Generated by grok-4.6, and a starting point rather than a verdict. Where it says a plugin installs or does not, that is from a real run in a clean profile — everything else is read off the repository. Trust the source over this.Read the source
Source
82

Day/night whale-girl skin: a crystal workshop by day and a moon-tide observatory by night, with paired scenes, chibi companions, ornaments, and lightweight bubble and star ambience.

Installed cleanly when we ran it

GitHub sourceTypeScript3d ago

AI review

deep-whale-day-night-theme

What it is — This is a day/night whale theme plugin for DeepSeek Harness Web GUI. It switches between crystal workshop daytime and moon-tide observatory nighttime scenes, covering all interface components.

Who it is for — When conducting multi-turn dialogues and coding in the DeepSeek Harness Web GUI, people who need custom visual effects are suitable for installation. If you primarily operate in terminal or command-line tools without needing graphical interface, you can skip it.

Watch out — Installing from source requires manually allowing the build script. Sandbox testing passed in a new profile with successful registration. No obvious compatibility issues were found.

The verdict — I decide to install it because all resources are embedded requiring no remote service and it supports mutual exclusion with official theme center.

Generated by grok-4.6, and a starting point rather than a verdict. Where it says a plugin installs or does not, that is from a real run in a clean profile — everything else is read off the repository. Trust the source over this.Read the source
Details

dsh-skin-market

kingOfSoySauce

49

DeepSeek Harness skin market 皮肤市场 已收录100+DSH 皮肤 完善评分系统加人工审核,有便捷的社区收录入口;有在线页面方便在线浏览,也有插件方便管理本地皮肤

GitHub sourceTypeScripttoday