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.

My Skin — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
M

my-skin

My Skin

DSH plugin my-skin

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

npx -y @deepseek-ai/dsh plugin --profile web add github:fthuu/my-skin-for-DeepSeek-Harness#58ce0528a6a56a1a9948ba32d369cedd419b5a71
READMECompatibilityVersions
12

Description

DSH plugin my-skin

Compatibility and provenance

My Skin is published as my-skin and currently resolves to version 1.0.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/20/2026

Versions

1.0.0stable
8/20/2026

Related plugins

Loading related plugins…

Latest
1.0.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
Not declared
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
8/20/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

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 pluginsClient Ui Task Board@linxin666/dsh-client-ui-task-boardHost-authoritative task board for the DSH Web GUI with real session execution, Host cron scheduling, and optional cross-platform idle-sleep protection; mounted without DSH source changes.Client 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

my-skin

DeepSeek Harness 的皮肤扩展插件:一套完整的主题 token 换肤方案,内置壁纸智能取色、自定义主色、全局饱和度与沉浸式滑条预览。

  • 预设皮肤:紫夜 / 深海 / 午夜 / 樱花 / 纸张,覆盖深色与浅色,每套生成完整的 --dsw-alias-* token 集。
  • 壁纸智能取色:上传或拖拽图片(image/*、≤10MB),客户端 K-means 聚类提取主色,自动生成「壁纸配色 Auto」皮肤;支持透明度、模糊、噪点三个滑条(噪点为 SVG feTurbulence 灰度层,0–40%)。
  • 自定义主色:原生取色器 + 文本输入(#RRGGBB / R,G,B);与壁纸 Auto 相互独立、可并存。
  • 全局饱和度:0–200% 滑条,实时作用于所有皮肤的主色再生成 token。
  • 更顺手的皮肤交互:单击试穿、双击直接应用、左侧色条与 hover 强调、试穿横幅淡入淡出、「已应用 ✓」短暂反馈。
  • 沉浸式滑条预览:拖动任意滑条时,设置弹窗(含遮罩与导航)整体隐藏,露出主界面,只保留当前滑块在原位;松开即恢复。
  • 持久化:激活皮肤、壁纸(含透明度/模糊/噪点)、Auto 主色、饱和度、自定义主色全部存 localStorage,启动自动恢复。

截图预览

1 2

安装 / 使用

  1. 将 my-skin 文件夹放入 deepseek-harness/ 根目录
  2. 在 deepseek-harness 根目录执行: pnpm dsh plugin --profile web add -w ./my-skin
  3. 重启 dsh web
  4. 打开「设置 → 通用」的 my-skin 区域切换皮肤

兼容性

  • 面向 DeepSeek Harness web 客户端(Cordis 动态包,浏览器半区)。
  • 现代 Chromium 系浏览器。

License

GPL-3.0

开发状态

后续功能还在持续开发中,欢迎反馈与建议。

作者

  • 小红书:@Epho
  • GitHub: https://github.com/fthuu

English Version

my-skin

A skin extension plugin for DeepSeek Harness. It provides a complete theme token system with wallpaper-based smart color extraction, custom primary color, global saturation, and immersive slider preview.

Features

  • 5 preset skins: Violet / Ocean / Midnight / Sakura / Paper, covering both dark and light schemes. Each preset generates a complete set of --dsw-alias-* tokens.

  • Wallpaper smart color extraction: Upload or drag an image (image/*, ≤10MB). Client-side K-means clustering extracts the dominant color and auto-generates a "Wallpaper Auto" skin. Supports three sliders: opacity, blur, and noise (SVG feTurbulence grayscale layer, 0–40%).

  • Custom primary color: Native color picker + text input (#RRGGBB / R,G,B). Works independently alongside the Wallpaper Auto skin.

  • Global saturation: 0–200% slider that reapplies to the primary color of all skins in real time.

  • More responsive skin interaction: Single-click to try on, double-click to apply directly, left color bar with hover emphasis, try-on banner with fade in/out, and a brief "Applied ✓" feedback.

  • Immersive slider preview: While dragging any slider, the settings modal (including overlay and navigation) hides, revealing the main interface with only the slider remaining in place. The UI restores when released.

  • Persistence: Active skin, wallpaper (opacity/blur/noise), Auto primary color, saturation, and custom primary color are all stored in localStorage and auto-restored on startup.

Installation

  1. Place the my-skin folder into the deepseek-harness/ root directory.

  2. In the deepseek-harness/ root directory, run: pnpm dsh plugin --profile web add -w ./my-skin

  3. Restart dsh web.

  4. Open Settings → General and find the my-skin section to switch skins.

Compatibility

  • Built for the DeepSeek Harness web client (Cordis dynamic bundle, browser half)
  • Modern Chromium-based browsers

License

GPL-3.0

Development Status

More features are in active development. Feedback and suggestions are welcome.

Author

  • Xiaohongshu/Rednote: @Epho
  • GitHub: https://github.com/fthuu