CC BY-NC-SA 4.0 の DeepSeek Harness Web GUI 用クジラ娘スキンパック——maid-atelier と orca-link のライト/ダーク対応 2 スキンを、`dsh plugin --profile web add` または同梱の dsh-skin-install スキルでネイティブに導入。
DSH 統合
ネイティブ実行
作者による申告
安全性監査
未監査
最終検証日
2026-08-21
ライセンス
作者は未記載
01どんなタスクに使えるのか?
Reskin the DeepSeek Harness Web GUI with whale-girl themes
Two skins — maid-atelier (deep-sea maid atelier: dual maid backdrops, deep-sea blue lace interface, chibi sidebar) and orca-link (pearl-white mechanical cabin, obsidian orca operator, electric-blue link signals) — each with light and dark modes
DeepSeek Harness (dsh) users who want a themed, personalized Web GUI instead of the default look
Install and switch skins guided or manually, without restarting dsh
Skin registration via the bundled dsh-skin-install skill (lists all skins, explains the attribution chain and license, registers with an absolute path) or the manual `dsh plugin --profile web add` CLI, with config hot-reload switching
DSH users who want to try multiple skins and toggle them quickly without service interruption
02DeepSeek Harness への導入方法
前提条件
- DeepSeek Harness (dsh) installed with a `web` profile
- pnpm available on PATH — the README troubleshooting table says to run `npm i -g pnpm` if `pnpm not found on PATH`
- git, for the manual clone-based install
インストール手順
- 01
Lazy install: tell your dsh `安装一下这个皮肤包:https://github.com/Small-tailqwq/dsh-deep-whale` — the bundled dsh-skin-install skill lists all skins, explains the attribution chain and license, and registers/activates the one you pick with an absolute path
- 02
Manual install: `git clone https://github.com/Small-tailqwq/dsh-deep-whale` (clone anywhere)
$ git clone https://github.com/Small-tailqwq/dsh-deep-whale
- 03
Run `dsh plugin --profile web add <absolute clone path>/maid-atelier` and/or `dsh plugin --profile web add <absolute clone path>/orca-link`
$ dsh plugin --profile web add <absolute clone path>/maid-atelier
導入成功の確認
- `dsh plugin --profile web list` — you should see the `@dsh-external/dsh-client-ui-skin-*` link: dependency
- `dsh --profile web --dump-config` — the skin line appears in the combined config with the correct disabled state
- Refresh the browser page to see the skin; skin toggles hot-reload via config, no dsh restart needed
03DSH 統合と能力の範囲
Native DSH Web GUI skin pack registered and activated through the `dsh plugin --profile web add` CLI (or the bundled dsh-skin-install skill)
Two whale-girl skins with light/dark modes
the DeepSeek Harness Web GUI→maid-atelier (deep-sea maid atelier: dual maid backdrops, deep-sea blue lace interface, chibi sidebar) or orca-link (pearl-white mechanical cabin, obsidian orca operator, electric-blue link signals), each in light and dark mode
Guided install via bundled dsh-skin-install skill
the prompt `安装一下这个皮肤包:<repo URL>` (or `切换皮肤`) sent to your dsh inside the repo directory→the skill lists all skins in the repo, asks which one to activate, explains the author attribution chain and license boundary, then installs with an absolute path
registers and activates a skin in the dsh web profile configurationHot-reload skin switching
the skin enable/disable toggle in the dsh web profile config→the active skin changes after a browser refresh, without restarting dsh
04誰に向いているのか?使うべきでない場面は?
向いている用途
- DeepSeek Harness (dsh) users who want a themed, personalized Web GUI instead of the default look
- DSH users who want to try multiple skins and toggle them quickly without service interruption
不向きな用途
- Path handling is a common failure mode: a bare directory name (e.g. `add maid-atelier`) is treated as an npm package name and fails with a 404, and relative paths resolve from the directory where dsh is invoked — if the clone location differs from your assumption the command succeeds silently but the skin links to the wrong place and has no effect. Use absolute paths.
- All skins are derivative works released under CC BY-NC-SA 4.0 (attribution, non-commercial, share-alike) — commercial use is prohibited, and the attribution chain must be kept (see each skin's NOTICE).
05互換性・メンテナンス・セキュリティ上の注意
- Path handling is a common failure mode: a bare directory name (e.g. `add maid-atelier`) is treated as an npm package name and fails with a 404, and relative paths resolve from the directory where dsh is invoked — if the clone location differs from your assumption the command succeeds silently but the skin links to the wrong place and has no effect. Use absolute paths.
- All skins are derivative works released under CC BY-NC-SA 4.0 (attribution, non-commercial, share-alike) — commercial use is prohibited, and the attribution chain must be kept (see each skin's NOTICE).
- Installation depends on pnpm being on PATH; if it is missing the install fails with `pnpm not found on PATH` and you must install pnpm (e.g. `npm i -g pnpm`) first.
CC BY-NC-SA 4.0 · actively maintained (last push 2026-08-19, feedback via GitHub issues)
06よくある質問
スキンを DeepSeek Harness にインストールするには?
2 通りの方法があります。お手軽版はお使いの dsh に「このスキンパックをインストールして:https://github.com/Small-tailqwq/dsh-deep-whale」と伝えるだけで、同梱の dsh-skin-install スキルが全工程を実行します。手動版は `git clone` 後に `dsh plugin --profile web add <絶対パス>/maid-atelier`(または `orca-link`)を実行します。
ネイティブ統合ですか、それとも MCP ですか?
ネイティブ統合です。dsh Web GUI 用のスキンパックで、`dsh plugin --profile web` コマンドで登録・有効化します。MCP は使用しません。
スキンを切り替えるのに dsh の再起動は必要ですか?
不要です。スキンの切り替えは設定のホットリロードで反映され、ブラウザの再読み込みだけで完了します。プラグインパッケージの追加/削除時のみ再起動が必要です。
前提条件とよくあるハマりどころは?
pnpm が PATH に必要です(ない場合は `npm i -g pnpm` でインストール)。パスは絶対パスを強く推奨:ディレクトリ名だけを渡すと npm パッケージ名として扱われ 404 で失敗します。相対パスは dsh コマンドの呼び出しディレクトリ基準で解決されるため、clone 場所が想定と異なるとエラーなしでスキンが反映されません。
商用利用はできますか?
できません。全スキンは派生作品として CC BY-NC-SA 4.0(表示-非営利-継承)で公開されており、商用利用は禁止されています。著作者表示のチェーンは各スキンの NOTICE ファイルに記載されています。
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 認知強化スキル集。思考を整理しながら作業を進めたい日本のユーザー向けのスイートです。
deepseek-balance-whale-widget
by meteornox
DSH 右下のクジラ娘が DeepSeek アカウント残高を監視。QQ 風バウンス、ドラッグ吸着、数字スクロール
08データと出典
DeepSeek Harness Web GUI 的鲸鱼娘主题皮肤系列(独立分发仓库)。
```sh git clone https://github.com/Small-tailqwq/dsh-deep-whale # clone 到任意位置 dsh plugin --profile web add <clone 的绝对路…
このページは、プロジェクトの公開ドキュメント、リポジトリのメタデータ、および DSH Plugins の構造化解析に基づいて生成されています。最終検証日:2026-08-21。誤りを見つけた場合は、修正を送信してください。
dsh プラグイン おすすめ
最初に入れたい 12 のプラグイン。全カタログ・全カテゴリから厳選しました。
