Back to home

cnskycn

shuimo-skin

????????? for DeepSeek Harness Web: rice-paper palette + ink bamboo/mountains/plum/seal decorations + falling leaves

Stars
0
Language
JavaScript
Created
Aug 16, 2026
Updated
Aug 16, 2026

Introduction

shuimo-skin

水墨国风皮肤 (Ink-Wash Chinese-style skin) for DeepSeek Harness (dsh) Web.

Transforms the default dsh web UI into a warm rice-paper ink-wash painting: a bamboo branch hanging from the top-right corner, distant mountains in the bottom-left, an old plum blossom twig and a vermilion "墨" seal in the bottom-right, with bamboo leaves drifting down the whole screen.

Features

  • Rice-paper warm palette — light & dark theme token overrides (cream, ink, vermilion accent)
  • Ink decorations — SVG bamboo / mountains / plum / seal, positioned at the screen corners
  • Falling bamboo leaves — Web Animations API, GPU-friendly, negative delay so leaves are scattered from the start
  • Fully reversible — unloading the plugin restores the default skin exactly
  • Zero dependencies — pure DOM + inline SVG + Web Animations API; nothing imported from the module table

Requirements

  • DeepSeek Harness (@deepseek-ai/dsh) with the web profile
  • A Chromium-based browser (Electron included)

Installation

pnpm dsh plugin --profile web add shuimo-skin
pnpm dsh --profile web

Or add it to your profile's cordis.patch.yml:

- insert:
    - id: shuimo-skin
      name: 'shuimo-skin'

To disable the skin, comment out the insert and restart.

How it works

The skin is a pure browser-side feature. The host half (lib/index.js) exists only so the loader row resolves and activates; all real work happens in the client bundle (lib/client.js):

  • reads the theme service from the client context and overrides the dsh theme tokens
  • builds the corner decorations as plain DOM + inline SVG
  • runs the falling leaves on the Web Animations API
  • registers the cleanup via ctx.effect, so unloading restores the default skin

License

MIT