MIT ライセンスの DeepSeek Harness 向け WebGPU オーシャンスキン。1 行の `dsh plugin --profile web` コマンドで導入し、UI 内で波・日光・透明度を調整可能。拡張機能・静的インストーラー・ソース統合にも対応。
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
02DeepSeek 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
インストール手順
- 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'
- 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 統合と能力の範囲
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` page→five 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 fonts→the 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 visibility→256×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.
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 プラグインですか、それともブラウザ拡張ですか?
両方に対応しています。推奨は 1 行コマンドの DSH プラグイン方式です。そのほかに、Harness 専用 Chrome/Edge 拡張、ビルド済みフロントエンド向けの 1 コマンド静的インストーラー、一般設定に項目を追加するソース統合も選べます。
データ収集や外部通信はありますか?
ありません。ランタイムは完全ローカルで、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` を実行。静的インストーラー方式は install.sh を `--uninstall` 付きで再実行すると、Open Sea のマーカーとアセットのみが削除されます。
07関連する DSH ワークフロー
dsh-web
by zhu1090093659
DeepSeek Harness(dsh)の Web プラグインを集約するエコシステムパッケージ。すべてがプラグインであり、クリエイティブワークショップ(dsh-market.com)経由で配布されます。
petdex
by crafter-station
Claude Code、DeepSeek Harness、Gemini CLI などで使えるアニメーションペットの公開ギャラリー
j-space-cognition-suite-v3.7
by tiger3807861189
Anthropic の J-space グローバルワークスペース研究に基づく、AI 認知強化スキル集。思考を整理しながら作業を進めたい日本のユーザー向けのスイートです。
dsh-deep-whale
by small-tailqwq
DSH Web GUI 用の鯨っ娘テーマスキン(深海メイド工房 maid-atelier、ライト/ダーク両モード対応、CC BY-NC-SA 4.0)
08データと出典
A self-contained WebGPU ocean skin for DeepSeek Harness. It keeps the original five-wave Gerstner/TSL look, adds a trans…
dsh plugin --profile web add 'github:d-dev0101/open-sea-skin#v1.2.1'
このページは、プロジェクトの公開ドキュメント、リポジトリのメタデータ、および DSH Plugins の構造化解析に基づいて生成されています。最終検証日:2026-08-21。誤りを見つけた場合は、修正を送信してください。
dsh プラグイン おすすめ
最初に入れたい 12 のプラグイン。全カタログ・全カテゴリから厳選しました。
