open-sea-skin: A WebGPU Ocean Theme DSH plugin for DeepSeek Harness

d-dev0101/open-sea-skin

UI & ExperienceVerified
Listed on 2026-08-20
Page last updated 2026-08-20

WebGPU ocean skin for DeepSeek Harness with wave, daylight, and glass opacity controls.

Provides a dynamic WebGPU ocean background for DeepSeek Harness, with adjustable waves, daylight, and day/night cycle.

install
dsh plugin --profile web add github:d-dev0101/open-sea-skin
Category
UI & Experience
Platform
DSH-Plugin
Author
d-dev0101
Distribution
Plugin

open-sea-skin Key Features

WebGPU ocean renderingWave size adjustmentDaylight & day/night cycleGlass opacity controlChrome/Edge extension support

open-sea-skin Repository

d-dev0101
Publisher
d-dev0101
Repository
d-dev0101/open-sea-skin
182
Stars
3
Forks
1
Watchers
0
Open issues
LanguageJavaScript
LicenseMIT License
Website
Repo last push2026-08-19 11:29:16
Repo created2026-08-15 06:19:03
Topics
chrome-extensiondeepseekdeepseek-harnessdshdsh-pluginocean-skinthemethreejswebgpu
Default branchmain

open-sea-skin Repo Summary

Open Sea Skin is a UI theme plugin (DSH plugin) for DeepSeek Harness that renders a self-contained WebGPU ocean scene for new tabs and the Harness interface, preserving the classic five-wave Gerstner/TSL look while adding a translucent Harness theme. It solves the problem of a monotonous Harness interface by providing a dynamic ocean background. Core capabilities include adjustable wave size, daylight intensity, 40% glass opacity, and an automatic day/night cycle, all controlled via the lower-left skin settings. Maintained by d-dev0101 under the MIT license, last updated in August 2026.

What core features does the Open Sea Skin DSH plugin support?

Open Sea Skin offers wave size adjustment (from calm to high sea), daylight intensity control (from midday to dusk), 40% glass opacity settings, and an automatic day/night cycle. All settings are accessible via the lower-left skin settings panel, with support for both dark and light modes. The plugin also provides a Chrome/Edge extension version that saves settings using chrome.storage.sync.

How do I install Open Sea Skin as a DSH plugin?

The recommended way is to install via the DSH command line:

bash
dsh plugin --profile web add github:d-dev0101/open-sea-skin

After installation, restart dsh web to access the skin settings at the lower left. To remove it, run:

bash
dsh plugin --profile web remove open-sea-skin

This package is tested with DeepSeek Harness 0.1.0-rc.6.

How do I install Open Sea Skin as a Chrome/Edge extension?

Download the latest open-sea-skin-extension-*.zip or clone the repository, then enable Developer mode in the browser's extension management page, select "Load unpacked," and point to the extension/ folder. Opening a new tab will show the full ocean, while accessing Harness will display the glass background skin.

How do I install Open Sea Skin via static build (no source compilation)?

Run the following command; the script will download the v1.2.0 source, install, and clean up:

bash
curl -fsSL https://raw.githubusercontent.com/d-dev0101/open-sea-skin/main/install.sh | bash

If automatic detection fails, specify the frontend path:

bash
curl -fsSL https://raw.githubusercontent.com/d-dev0101/open-sea-skin/main/install.sh | bash -s -- --dist /absolute/path/to/apps/web/dist

After every Harness upgrade, re-run with --update; to uninstall, use --uninstall.

Which DeepSeek Harness versions and platforms is Open Sea Skin compatible with?

The plugin is compatible with DeepSeek Harness 0.1.0-rc.6 and supports Chrome and Edge browsers, as well as the Harness web interface. It can be used as a native plugin, static installer, or new-tab extension.

See more DSH plugins at dsh-plugin.org

DSH-Plugin FAQ