DeepSeek Harness Web 用のカスタム壁紙・半透明スキンプラグイン。複数画像の切り替え、ぼかし/不透明度の調整、ライト/ダーク自動適応に対応し、すべてのデータはローカルのブラウザーに保存されます。
DSH 統合
ネイティブ実行
作者による申告
安全性監査
未監査
最終検証日
2026-08-30
ライセンス
MIT
01どんなタスクに使えるのか?
Personalize the DeepSeek Harness Web interface with custom wallpapers and translucent skins
Multiple uploaded or dragged-in images switchable instantly, with adjustable fit, position, overlay, blur, and panel opacity, plus automatic light/dark theme adaptation
DeepSeek Harness Web users who want to customize the look and feel of their coding-agent workspace
Keep wallpaper and skin settings local without sending personalization data to the server
Images stored in the browser's IndexedDB and preferences in localStorage; nothing is uploaded to the DSH server
Privacy-conscious users who want a personalized workspace that stays on their own machine
02DeepSeek Harness への導入方法
前提条件
- DeepSeek Harness repository checked out locally — the `dsh` CLI is run from there
- Node.js 22.19 or later and pnpm 11.7.0 (only required when building from source)
インストール手順
- 01
pnpm dsh plugin --profile web add github:SLin-code/dsh-custom-skin
- 02
pnpm dsh web
- 03
Open Settings in the lower-left corner of the Web interface, then select Personalization to add a wallpaper
- 04
For a local development copy: pnpm dsh plugin --profile web add "/absolute/path/to/dsh-custom-skin"
導入成功の確認
作者は未記載
ロールバック
- pnpm dsh plugin --profile web remove dsh-custom-skin
03DSH 統合と能力の範囲
Installed as a DSH Web (`--profile web`) plugin through the official `dsh` CLI; renders wallpaper and skin controls on the Web interface's Personalization settings page.
Multi-image wallpaper library
Multiple local images uploaded or dragged into the UI→Instantly switchable wallpapers; show/hide, delete individual images, or clear the entire library
Visual skin & blur controls
An uploaded wallpaper image→Adjustable image fit, position, overlay, blur, and panel opacity
Light/dark auto-adaptation
DSH light and dark theme state→Wallpaper and skin automatically adapt to the active light or dark theme
Local-only storage
Uploaded images and preferences→Images kept in the browser's IndexedDB, preferences in localStorage; nothing uploaded to the DSH server
Images stored in the current browser's IndexedDBPreferences stored in localStorage; nothing uploaded to the DSH server
04誰に向いているのか?使うべきでない場面は?
向いている用途
- DeepSeek Harness Web users who want to customize the look and feel of their coding-agent workspace
- Privacy-conscious users who want a personalized workspace that stays on their own machine
不向きな用途
- Wallpapers are isolated by browser and site origin — opening DSH in another browser, on another port, or at a remote address requires re-adding the images.
- Clearing the site's browser data also removes the saved wallpapers.
05互換性・メンテナンス・セキュリティ上の注意
- Each image can be up to 20 MB, with a maximum of 24 saved images; the browser's storage quota may impose a lower practical limit.
- Wallpapers are isolated by browser and site origin — opening DSH in another browser, on another port, or at a remote address requires re-adding the images.
- Clearing the site's browser data also removes the saved wallpapers.
MIT · maintained, last push 2026-08-27, no published release
06よくある質問
DeepSeek Harness に dsh-custom-skin をインストールするには?
DeepSeek Harness リポジトリで `pnpm dsh plugin --profile web add github:SLin-code/dsh-custom-skin` を実行し、次に `pnpm dsh web` を実行します。Web UI の読み込み後、左下の「設定」を開き「パーソナライゼーション」を選ぶと壁紙を追加できます。
前提条件は何ですか?
DeepSeek Harness リポジトリをローカルにクローンしていること(`dsh` CLI はそこから実行します)。ソースからビルドする場合はさらに Node.js 22.19 以上と pnpm 11.7.0 が必要ですが、通常のインストールは事前ビルド済みの `lib/` ファイルを使うため再ビルドは不要です。
このプラグインは DeepSeek Harness とどう連携しますか?
公式 `dsh` CLI に `--profile web` を指定してインストールする DSH Web ネイティブプラグインであり、Web インターフェースの「パーソナライゼーション」設定ページに壁紙・スキンコントロールを描画します。
壁紙データはサーバーにアップロードされますか?
されません。画像は現在のブラウザーの IndexedDB に、設定は localStorage に保存され、README には DSH サーバーへアップロードされるものはないと明記されています。サイトのブラウザーデータを消去すると保存済みの壁紙も削除されます。
アンインストールするには?
DeepSeek Harness リポジトリで `pnpm dsh plugin --profile web remove dsh-custom-skin` を実行します。壁紙はブラウザーとサイトのオリジンごとに分離されているため、ブラウザー・ポート・リモートアドレスを切り替えると画像を再度追加する必要があります。
07関連する DSH ワークフロー
dsh-better-sidebar
by omdsh-dev
ファイル表示・編集、ターミナル、Git、サブエージェントのページを内蔵し、サードパーティによる新規サイドバーページの登録にも対応する拡張可能なサイドバー基盤
dsh-tui
by ccch1mneyyy
Claude Code 風の全画面 TUI プラグイン。鯨トップバー、リアルタイム状態行、思考ストリーミング、Esc 二連打の巻き戻し、コンテキスト進捗バーと TPS メーター搭載。npm で一発インストール
openpets
by alvinunreal
DSH ライフサイクルを OpenPets デスクトップコンパニオンへ
dsh-tianshu-tui
by huiliyi37
DeepSeek Harness 向けインタラクティブ TUI:セッションワークスペース、画像 E2E(クリップボード/ビジョン橋)、スラッシュ補完、承認カード、推論可視化の純粋な表示層
08データと出典
pnpm dsh plugin --profile web add github:SLin-code/dsh-custom-skin
Custom wallpapers and translucent skins for DeepSeek Harness Web.
このページは、プロジェクトの公開ドキュメント、リポジトリのメタデータ、および DSH Plugins の構造化解析に基づいて生成されています。最終検証日:2026-08-30。誤りを見つけた場合は、修正を送信してください。
dsh プラグイン おすすめ
最初に入れたい 12 のプラグイン。全カタログ・全カテゴリから厳選しました。
