open-sea-skin: A WebGPU Ocean Theme DSH plugin for DeepSeek Harness
d-dev0101/open-sea-skin
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.
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
open-sea-skin Repository

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:
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:
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:
curl -fsSL https://raw.githubusercontent.com/d-dev0101/open-sea-skin/main/install.sh | bash
If automatic detection fails, specify the frontend path:
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.