DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Nothing Skin — DSH Plugin for DeepSeek Harness
← Plugins
N

dsh-nothing-skin

Nothing Skin

Nothing Phone style skin for DeepSeek Harness Web — dot-matrix background, Space Grotesk/Mono typography, monochrome hierarchy, zero radius, signal red accent. Each feature is toggleable from Settings → Nothing Skin.

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:Cinnamobot/dsh-nothing-skin#9a510a34e62bce35b3ee6305c4934574cf64301e
READMECompatibilityVersions

Compatibility and provenance

Nothing Skin is published as dsh-nothing-skin and currently resolves to version 0.4.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
8/26/2026

Versions

0.4.0stable
8/26/2026
0.2.0stable
8/25/2026

Related plugins

Loading related plugins…

Latest
0.4.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
8/26/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

Related plugins

More verified plugins in ui-customization.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Experimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profileExperimental Web profile layer for Agent Teams Remote and UI pluginsRemote Web Ui@linxin666/dsh-remote-web-uiScan-to-pair remote access for the dsh web GUI that shares one official interface: a QR beside the settings button pairs phones and PCs into the same Web GUI (a portrait-touch adaptation layer for phones, full desktop on PCs) through one-time tokens and rClient Ui Git Graph@linxin666/dsh-client-ui-git-graphExternal dsh web GUI plugin: a blank-session git branch selector + Git graph, with real host-side git operations and guards, as a dsh profile bundle

README

dsh-nothing-skin

Nothing Phone 風スキン for DeepSeek Harness — ドットマトリクス背景、Space Grotesk / Space Mono タイポグラフィ、モノクロ階層、シグナルレッド #D71921 の単一アクセント。

Nothing Phone のデザイン言語を DeepSeek Harness の Web UI に適用するスキンプラグインです。各要素は Settings → Nothing Skin から個別に ON/OFF できます。

✨ 特徴

  • ドットマトリクス背景 — 16px グリッドの点による Nothing らしい質感
  • Space Grotesk / Space Mono — 同じフォントファウンドリ(Colophon)由来のタイポグラフィ
  • モノクロ階層 + 単一アクセント — グレースケールの上にシグナルレッド #D71921 だけが光る
  • 角ゼロ・影なし・フラット — Nothing の工業的なフラットネス
  • ライト / ダーク両対応 — OLED ブラック / オフホワイト紙の両方を本気で設計
  • 要素ごとのトグル — 8 つの機能を設定から個別に切り替え
  • 壁紙 — 画像 / URL / グラデーションの3種。キャンバス透過・サイドバー独立透過・ぼかし・実行中自動減光

🎛️ 設定項目(Settings → Nothing Skin)

トグル機能初期値
スキンを有効化Nothing スタイル全体の ON/OFFON
ドットグリッド背景ドットマトリクス風の背景オーバーレイON
モノスペースラベルラベル・バッジ類を Space Mono 大文字にON
角ゼロ・影なしフラットな角と影の除去ON
赤アクセント統一青をシグナルレッド (#D71921) に統一ON
ステータス表示右下に ONLINE ステータスと時計OFF
Nothing フォントSpace Grotesk / Space Mono を読み込むON
タイトル変更タブタイトルを Nothing 表記にON
壁紙画像(ファイル選択)・URL・グラデーションの3種なし
キャンバス透過壁紙の上に載るキャンバス背景の透明度 (0-100%)80%
サイドバー連動ON: サイドバーもキャンバスと同じ透過ON
サイドバー透過サイドバー独立の透明度(連動OFF時)80%
ぼかし壁紙のぼかし半径 (0-60px)0px
実行中自動減光タスク実行中に壁紙を暗くするOFF

設定は localStorage + $DSH_HOME/nothing-skin.json に永続化され、再起動後も保持されます。

壁紙の仕組み: 壁紙レイヤーは z-index: -1 の固定 div。キャンバス・サイドバーの背景トークンを半透明の rgba() に置き換えることで画像を透かします(画像自体の opacity を下げる方式と違い、不透明なパネルで壁紙が途切れません)。

📦 インストール

前提

  • DeepSeek Harness がインストール済み
  • プロファイル: desktop(Web 版の場合は web に読み替え)

GitHub から

dsh plugin --profile desktop add github:<あなたのユーザー名>/dsh-nothing-skin

ローカルから

dsh plugin --profile desktop add file:C:/path/to/dsh-nothing-skin

インストール後、DSH Desktop を再起動すると Settings に「Nothing Skin」セクションが追加されます。

🛠️ 開発

# ソースを編集したら再インストール(file: 参照は自動追従しない)
dsh plugin --profile desktop remove dsh-nothing-skin
dsh plugin --profile desktop add file:C:/path/to/dsh-nothing-skin

構成

lib/
  index.js   # ホスト側: 設定の永続化 API($DSH_HOME/nothing-skin.json)
  client.js  # ブラウザ側: CSS 適用 + Settings トグル UI
cordis.patch.yml

📄 ライセンス

MIT


DeepSeek Harness は DeepSeek AI のオープンソースプロジェクトです。Nothing は Nothing Technology Limited の商標です。本プラグインは公式とは無関係の非公式作品です。