DeepSeek Harness Plugin

DamonKoy/dsh-web-ui#dsh-skins

Stars ★ 0 Category Themes & Appearance Added 2026-08-17

Skin family aggregator: one install gives the skin center plus all skin assets (qq98, ths, xp, blue-fantasy, dragon-heir, minecraft, miku, trading).

Install

# from GitHub (first run asks for allowBuilds approval — follow the hint, retry)

dsh plugin --profile web add github:DamonKoy/dsh-web-ui#path:/packages/dsh-skins

Any plugin you install runs third-party code with your own permissions — it can read your files, use your credentials, and reach the network, and tool approvals don’t sandbox it. GitHub-sourced plugins also run build scripts at install time. Only install sources you trust, and pin a commit (github:owner/repo#sha).

README

English | 中文

The skin-family aggregate plugin: installing it gives you the skin center (skin-center) plus every skin asset (qq98 / ths / xp / blue-fantasy / dragon-heir / minecraft / miku / trading / whale-song / harbor ...) bundled inside the package's skins/ directory, so no per-skin npm package is needed.

What it is

  • Skin center + full collection: one package replaces installing skins individually.
  • Mutual exclusion via dsh-skin use: skin activation is exclusive and managed by dsh-skin use (the managed section of ~/.dsh/cordis.patch.yml), so skins live as skins/ assets only and never enter patchFrom.

Install

From npm (recommended)

dsh plugin --profile web add @linxin666/dsh-skins

From the repository (development)

git clone https://github.com/zhu1090093659/dsh-web-ui.git
cd dsh-web-ui
pnpm install && pnpm -r build
dsh plugin --profile web add link:$(pwd)/packages/dsh-skins

Switch skins with dsh-skin use <id>; only one skin is active at a time.

Known limitations

  • The browser bundle targets the web only, scoped to the dsh web GUI.
  • Skins are presentation-only: they mutate the browser DOM and never touch a model request.

Content from the project README on GitHub ↗

Links

More in this category

View the whole category →