返回目录

open-sea-skin

编辑精选维护状态: 活跃

d-dev0101/open-sea-skin

基于 WebGPU 的海洋主题皮肤,为 DeepSeek Harness 提供 Harness 专用 Chrome/Edge 扩展与原生集成。

前往 GitHub项目主页
$ dsh plugin --profile web add 'github:d-dev0101/open-sea-skin#v1.2.1'

336

星标

5

Fork

JavaScript

语言

MIT

许可证

2026-08-14

创建于

2026-09-09

最近推送

MIT 协议的 DeepSeek Harness WebGPU 海洋主题,一行 `dsh plugin --profile web` 命令安装,界面内直接调节波浪、日光与透明度;另提供扩展、静态安装器与源码集成三种方式。

DSH 适配

原生运行时

作者声明

安全审计

未审计

最后核验

2026-08-21

许可证

MIT

01它能帮你完成什么?

  • Give the DeepSeek Harness web UI an animated WebGPU ocean theme

    A translucent ocean skin with five Gerstner waves, sun glitter, foam, fog and bloom running behind the Harness UI, tuned live via the lower-left Skin settings (wave size, daylight, 40% glass opacity, day/night cycle)

    DeepSeek Harness (dsh) users who want a distinctive deepseek theme for `dsh web` instead of the stock interface

  • Apply the ocean skin without compiling Harness from source

    Working skin via four lanes: one-line DSH plugin, Harness-only Chrome/Edge extension, one-command static installer, or native Harness source integration — all local-only with no CDN or analytics requests

    Users who run a prebuilt Harness frontend and want a theme they can install (and remove) without touching the build pipeline

02如何接入 DeepSeek Harness?

前置条件

  • DeepSeek Harness installed — the package is tested with DeepSeek Harness `0.1.0-rc.6`
  • For the static installer option: curl/bash and a built/installed Harness frontend; stop Harness before running it

安装步骤

  1. 01

    Install as a DSH plugin (recommended): `dsh plugin --profile web add 'github:d-dev0101/open-sea-skin#v1.2.1'`

    $ dsh plugin --profile web add 'github:d-dev0101/open-sea-skin#v1.2.1'

  2. 02

    Restart `dsh web`, then use **Skin settings** at the lower left to adjust wave size, daylight, 40% glass opacity, and the automatic day/night cycle

    $ dsh web

验证接入成功

作者未说明

回滚

  • Remove the DSH plugin with: `dsh plugin --profile web remove open-sea-skin`
  • For the static installer, remove only Open Sea's marker and assets with: `curl -fsSL https://raw.githubusercontent.com/d-dev0101/open-sea-skin/main/install.sh | bash -s -- --uninstall`

03DSH 适配与能力边界

DSH 适配原生运行时

Installed as a first-class DSH plugin via `dsh plugin --profile web add`, with Skin settings controls inside `dsh web` and optional native Harness source integration

  • WebGPU ocean rendering

    the running `dsh web` pagefive Gerstner waves with analytic normals, FBM detail, Fresnel sky reflection, sun glitter, foam, fog, bloom and ACES tone mapping behind the Harness UI

  • Runtime skin controls

    lower-left Skin settings panel (or Settings → General → Open Sea Skin in the native integration)live adjustment of wave size, daylight, glass opacity, and the automatic twelve-minute day/night cycle; manual daylight pins until auto cycling is re-enabled

    extension values are saved with `chrome.storage.sync`; the static-installed runtime persists to `localStorage`
  • Local-only, self-contained runtime

    vendored three.js and Geist fontsthe skin runs with no CDN or analytics requests; bilingual UI, keyboard focus trapping, Escape close, ARIA labels and `prefers-reduced-motion` support

  • Adaptive performance budgeting

    device capability and tab visibility256×256 mesh (160×160 in low/reduced-motion mode), DPR cap 1.5, adaptive render scale 0.5–1.0, 60/30/20 FPS caps, hidden-tab pause and automatic low-end detection

04适合谁?何时不该用?

适合

  • DeepSeek Harness (dsh) users who want a distinctive deepseek theme for `dsh web` instead of the stock interface
  • Users who run a prebuilt Harness frontend and want a theme they can install (and remove) without touching the build pipeline

不适合

  • The plugin is tested only with DeepSeek Harness `0.1.0-rc.6`, and the native source integration deliberately stops if upstream anchors have changed (tested against Harness commit 47f943859bef).
  • The static installer modifies the built Harness frontend: it makes a local backup, copies assets, and injects one marked loader block; you must stop Harness before running it and re-run with `--update` after every Harness upgrade.

05兼容性、维护与安全提示

  • The plugin is tested only with DeepSeek Harness `0.1.0-rc.6`, and the native source integration deliberately stops if upstream anchors have changed (tested against Harness commit 47f943859bef).
  • The static installer modifies the built Harness frontend: it makes a local backup, copies assets, and injects one marked loader block; you must stop Harness before running it and re-run with `--update` after every Harness upgrade.
  • The runtime is a WebGPU + three.js shader scene, so it needs a WebGPU-capable browser; low/reduced-motion devices automatically drop to a 160×160 mesh with reduced bloom.
2026-08-142026-08-19v1.2.1

MIT · actively maintained (latest release v1.2.1, 2026-08-18)

06常见问题

如何在 DeepSeek Harness 里安装这个主题?

执行 `dsh plugin --profile web add 'github:d-dev0101/open-sea-skin#v1.2.1'`,重启 `dsh web`,然后用左下角的 Skin settings 调节浪高、日光、玻璃透明度和自动昼夜循环。

它是原生 DSH 插件还是浏览器扩展?

两者都支持。推荐走一行命令的 DSH 插件方式;也可以选仅作用于 Harness 的 Chrome/Edge 扩展、面向已构建前端的一键静态安装器,或带通用设置入口的源码级原生集成。

会收集数据或请求外部服务吗?

不会。运行时完全本地:three.js 和 Geist 字体均为内置,扩展与安装器不发起任何 CDN 或统计请求;扩展只申请 `storage` 权限以及 `http://127.0.0.1/*` 和 `http://localhost/*` 的访问。

支持哪个 Harness 版本?

已在 DeepSeek Harness `0.1.0-rc.6` 上测试;源码级集成对应 Harness 提交 47f943859bef,若上游锚点发生变化会主动停止安装以避免破坏。

如何卸载?

插件方式执行 `dsh plugin --profile web remove open-sea-skin`;静态安装器方式用 `--uninstall` 重跑 install.sh,只移除 Open Sea 的标记与资源。

08数据与来源

  • 作者声明github.com2437d80a96de…

    A self-contained WebGPU ocean skin for DeepSeek Harness. It keeps the original five-wave Gerstner/TSL look, adds a trans…

  • 作者声明github.com2437d80a96de…

    dsh plugin --profile web add 'github:d-dev0101/open-sea-skin#v1.2.1'

页面基于项目公开文档、仓库元数据和 DSH Plugins 的结构化解析生成;最后核验于 2026-08-21。发现错误?提交更正。

🏆

最佳 DeepSeek Harness 插件

从全目录挑出的 12 个值得优先安装的插件,覆盖各个分类。

DSH Plugins 是独立的 DeepSeek Harness 插件市场,与 DeepSeek 官方无关,也不代表官方背书。第三方插件未经安全审计,安装前请审查源码。

每周获取最新的 DeepSeek Harness 插件,绝不滥发。