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.

Claude Style Skin — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

claude-style-skin

Claude Style Skin

Claude Style — Anthropic warm-editorial skin for the dsh web GUI, distilled from anthropic.com

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

npx -y @deepseek-ai/dsh plugin --profile web add claude-style-skin@0.1.1
READMECompatibilityVersions

Compatibility and provenance

Claude Style Skin is published as claude-style-skin and currently resolves to version 0.1.1. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
npm
Registry updated
9/20/2026

Versions

0.1.1stable
8/22/2026
0.1.0stable
8/21/2026

Related plugins

Loading related plugins…

Latest
0.1.1
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
24.2 kB
Files
8
Surface
web
License
MIT
Source
npm
GitHub
★ 2
Weekly downloads
107
Security scan
✓ v0.1.1 scan passed
Last push
8/22/2026
View source ↗Project homepage ↗
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 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

claude-style-skin · Claude Style 暖象牙

Anthropic 暖调编辑风 DeepSeek Harness Web 皮肤 —— 依据 anthropic.com 界面风格蒸馏报告创作:象牙白 / 暖黑双画布、陶烬橙点睛、衬线标题 + 无衬线界面 + 等宽标签、发丝线描边、胶囊 CTA,跟随原生亮/暗主题。

light 亮色

设计要点

  • 暖象牙 #FAF9F5(亮)/ 暖黑 #141413(暗)双画布,全部暖调灰阶,绝不用冷灰
  • 单一陶烬橙 #D97757 强调,hover 加深 #C6613F;强调只用于 CTA/链接/焦点(占比 <10%)
  • 衬线展示标题 + 无衬线界面 + 等宽标签 —— 三字体的编辑部式层级
  • 发丝暖线描边、8px 卡片圆角、全圆角胶囊 CTA
  • Markdown 编辑排版:衬线标题、衬线斜体强调、陶橙左缘引用块、行内代码芯片、横向发丝表格
  • 干净品牌区:鲸鱼 + wordmark 直接浮于画布,无徽章、无底衬
  • 亮 / 暗双主题,跟随系统切换

dark 暗色

安装

dsh plugin --profile web add TaiyakiOffical/claude-style-skin   # GitHub 源
# 或(若已发布到 npm)
dsh plugin --profile web add claude-style-skin                    # npm 源,市场优先

装完重启 dsh web,刷新页面即生效。

与其它皮肤的互斥

同一时刻只启用一个皮肤。把当前启用皮肤的 insert 行加 disabled: true(编辑 profile 的 cordis.patch.yml),或直接用 dsh-market / dsh-skin-manager 一键切换:

# ~/.dsh/profiles/web/cordis.patch.yml
- id: ui-skin-claude-style
  name: claude-style-skin

卸载

  1. 删除 profile cordis.patch.yml 里 ui-skin-claude-style 的 insert 行
  2. dsh plugin --profile web remove claude-style-skin
  3. 重启 dsh web

许可

MIT