Back to home@StellerSurgeCode

dsh-everyday-plugins

Community DSH plugins: liquid glass, live HTML control, local life shelf.

Stars
0
Language
TypeScript
Created
Aug 21, 2026
Updated
Aug 21, 2026

Introduction

dsh-everyday-plugins

中文 | English

Unofficial community plugins for DeepSeek Harness. Compatible with DSH, not an official DeepSeek product.

This repository follows the official plugin path: a module exports apply(ctx), then a cordis.yml patch inserts it into the Web UI.

Plugins

PluginWhat it is for
dsh-plugin-liquid-glassAppearance. Frosted liquid glass, official whale mark with the background plate removed, custom wallpaper upload.
dsh-plugin-html-pilotDaily work. When the model writes HTML, a live preview appears. The model can click, type, query and eval that page.
dsh-plugin-life-shelfDaily life. Pin todos, recipes, addresses and snippets from the chat onto a local shelf.

Load into a DSH checkout

From this repository:

node scripts/install-into-harness.mjs

The script copies the plugins into vendor/deepseek-harness/scratch-plugin, which is the directory used by the official first-plugin tutorial. Then, inside the official checkout, with an isolated data dir:

set DSH_HOME=D:\1.AAA.all\GitStar\.runtime\dsh-home
pnpm dsh web --patch ./scratch-plugin/cordis.yml --no-open

Or insert the absolute module paths yourself:

- insert:
    - id: dsh-plugin-liquid-glass
      name: '/absolute/path/plugins/dsh-plugin-liquid-glass/index.ts'
    - id: dsh-plugin-html-pilot
      name: '/absolute/path/plugins/dsh-plugin-html-pilot/index.ts'
    - id: dsh-plugin-life-shelf
      name: '/absolute/path/plugins/dsh-plugin-life-shelf/index.ts'
pnpm dsh web --patch ./scratch-plugin/cordis.yml

Brand

The mark in assets/dsh-mark.svg is the official DSH fish path from FishLogo.tsx (MIT © DeepSeek). The rectangular background plate from the raw dump is omitted, and a glass sheen is added. The project name uses the community DSH prefix required by the official brand guidelines.

License

MIT. DeepSeek Harness remains copyright DeepSeek.