DSH HUB
HomePlugin StorePlugin PacksCommunityRankingsResourcesPublish Guide
Plugin source
Back to catalog

cnskycn /

shuimo-skin

Topic repository only

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

★ 0 Stars0 Forks0 IssuesN/A Community rating0 Confirmed installs
View on GitHub
READMESource: main@6f847041

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

—/ 5

No ratings yet

Manifest verification required

Commit 6f8470414dc4

Community comments

No comments yet. Be the first to write one.

DSH HUB

A community index for DSH plugins. Not an official GitHub or DeepSeek AI product.

CommunityResourcesAPIAbout