DSH Hub
dsh-skin-nebula cover

lyq3/dsh-skin-nebula

dsh-skin-nebula

UIWeb UI0 GitHub stars· updated 2026-08-17

dsh-skin-nebula is a community DeepSeek Harness plugin. Read the repository README before installing.

Install

npx @deepseek-ai/dsh plugin --profile web add github:lyq3/dsh-skin-nebula

Restart `dsh web` after install. Bundle APIs can change during the developer preview.

README badge

dsh-skin-nebula DSH Hub badge
[![DSH Hub](https://dshhub.dev/badge/dsh-skin-nebula.svg)](https://dshhub.dev/plugins/dsh-skin-nebula)

Paste this into your README. The star count updates with every catalog sync.

From the README

Excerpt from lyq3/dsh-skin-nebula, cleaned of badges and images.

dsh-skin-nebula

English | 中文

Anime skin pack for the DeepSeek Harness Web UI — translucent surfaces over AI-generated HD artwork, a shirt-icon switcher at the top right to pick between five built-in skins, and an adjustable transparency slider.

Skins

SkinAccentDark artworkLight artwork
Ninjaneon cyanmoonlit ninja over a cyberpunk skylinewhite-clad ninja in a bright sky
Sakurarosekunoichi on a torii gate under a blood moonsakura kunoichi in a pastel sky
Bambooemeraldnight bamboo grove, emerald blade and firefliesmisty morning bamboo with sunbeams
Roninamberwandering ronin against the last ember of duskgolden-hour countryside
Ryujinindigoeastern dragon coiling through a night stormwhite dragon gliding among sunlit clouds

The dropdown also has a transparency slider (0-100%, default 50%): higher = more artwork showing through; menus and popovers keep a readability floor. Skin choice and transparency persist in localStorage per browser. Both color schemes (light/dark) are covered by every skin; the backdrop follows body[data-ds-dark-theme] automatically.

Preview

DarkLight
Ninja<img src="assets/ninja-dark.png" width="400"><img src="assets/ninja-light.png" width="400">
Sakura<img src="assets/sakura-dark.png" width="400"><img src="assets/sakura-light.png" width="400">
Bamboo<img src="assets/bamboo-dark.png" width="400"><img src="assets/bamboo-light.png" width="400">
Ronin<img src="assets/ronin-dark.png" width="400"><img src="assets/ronin-light.png" width="400">
Ryujin<img src="assets/ryujin-dark.png" width="400"><img src="assets/ryujin-light.png" width="400">

Install

From GitHub (recommended):

dsh plugin --profile web add github:lyq3/dsh-skin-nebula

From a local checkout:

dsh plugin --profile web add file:/path/to/dsh-skin-nebula

Ensure dsh-skin-nebula is listed in the profile's dsh.profile.bundles (the dsh plugin add command does this automatically), then restart dsh.

Upgrade: re-run the same add command (for github: installs, add github:lyq3/dsh-skin-nebula pulls the latest main), then restart dsh.

Uninstall: dsh plugin --profile web remove dsh-skin-nebula and drop the entry from bundles.

How it works

Related plugins