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.

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

dsh-march7th-skin

March7th Skin

Standalone pluggable March 7th (Honkai: Star Rail) skin for the dsh web GUI: theme tokens, night background, and character art flanking the input. Not part of the default web-app — add this package to a profile bundle to enable.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:fishfromsky/dsh-march7th-skin#534b05b6388b745113f955c3efe017b7aad84682
READMECompatibilityVersions
三月七皮肤 · 主页面三月七皮肤 · 对话页面三月七皮肤 · 弹出框效果

Compatibility and provenance

March7th Skin is published as dsh-march7th-skin and currently resolves to version 0.3.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/27/2026

Versions

0.3.0stable
8/27/2026

Related plugins

Loading related plugins…

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

Better Sidebardsh-better-sidebarDSH web plugin: a VSCode-like right sidebar (explorer / editor / terminal / git / browser), isolated per conversation session. Exposes a service for other plugins to register sidebar tabs and file viewers.Deepseek Ipptdeepseek-ipptiPolloWork PPT Studio and its curated slide templates as a native DeepSeek Harness conversation view.Codex Ui@michengai/dsh-codex-uiDSH Codex UI — 为 DeepSeek Harness Web 提供 Codex 风格侧栏、工作区会话树、全局搜索和轮次导航 · A Codex-style sidebar, workspace session tree, global search, and turn navigation for DSH WebDream Skindsh-dream-skinDeepSeek Harness 换肤插件(Dream Skin for DSH):8 套 iOS / Linear 式清透冷调的高质感主题 + 弥散光壁纸 + 每皮肤智能背景 + 强调色 + 主题包分享,把换肤做成材质与配色克制的高级感工艺,而非贴图。Works in native DSH Web and third-party desktop clients (DSH Desktop): 8 original premium themes, glass materials, wallpaper 2.0

README

dsh-march7th-skin · 星穹铁道三月七皮肤

简体中文 | English | 更新日志

DeepSeek Harness Web GUI 的独立可插拔 三月七(《崩坏:星穹铁道》) 皮肤。标准 bundle 层插件:加入 web profile 即自动挂载,无需改动 web-app 源码或前端 dist。apply() 通过 theme 服务的覆盖层把语义 alias token 替换为三月七蓝粉配色(明暗两套),由插件自己的 node 半部分在 /skins/march7th/* 提供对话背景、侧栏、设置页头、输入卡片与两侧角色立绘,并重设对话滚动容器避免输入框遮挡消息。effect 销毁器还原 token 覆盖层、样式表、body 门控属性与滚动容器改造;不注入服务、不发出 Cordis 事件、不触达模型请求。

效果预览

点击图片可查看完整尺寸。

主页面对话页面弹出框效果
三月七皮肤 · 主页面三月七皮肤 · 对话页面三月七皮肤 · 弹出框效果

特性

  • 三月七蓝粉配色覆盖明暗两套主题(经 theme 服务覆盖层)
  • 对话背景、侧栏、设置页头、输入卡片与两侧角色立绘,图片随包携带在 assets/
  • 重设对话滚动容器,输入框不再遮挡正在阅读的消息
  • 干净卸载:插件挂载的每一份样式与属性都由它自己持有,销毁时全部还原

安装

以下两种方式都直接从 GitHub 在线安装。

使用 npx

适用于通过 npm 临时运行 DeepSeek Harness 的用户。插件管理内部会调用 pnpm, 请先确认 pnpm --version 能正常执行。

# 安装
npx --yes @deepseek-ai/dsh@latest plugin --profile web add "github:fishfromsky/dsh-march7th-skin"

# 启动或重启 Web
npx --yes @deepseek-ai/dsh@latest web

# 更新
npx --yes @deepseek-ai/dsh@latest plugin --profile web update dsh-march7th-skin --latest

# 卸载
npx --yes @deepseek-ai/dsh@latest plugin --profile web remove dsh-march7th-skin

npx 只临时运行 CLI;profile 和插件仍会保存在 $DSH_HOME/profiles/web(默认 ~/.dsh/profiles/web)。安装和启动时应使用相同的 DSH_HOME。

从 deepseek-harness 源码运行

在 deepseek-harness 仓库根目录中执行:

# 安装
pnpm dsh plugin --profile web add "github:fishfromsky/dsh-march7th-skin"

# 启动或重启 Web
pnpm dsh web

# 更新
pnpm dsh plugin --profile web update dsh-march7th-skin --latest

# 卸载
pnpm dsh plugin --profile web remove dsh-march7th-skin

DSH CLI 会自动下载插件、写入 web profile 的依赖,并将其加入 dsh.profile.bundles。

插件的 dsh.bundle.patch 指向自带的 cordis.patch.yml,会自动向组合后的 profile 插入 march7th-skin 行;无需手动修改 profile 的 package.json 或 cordis.patch.yml。

素材来源与许可

源代码以 MIT(见 LICENSE)发布。assets/ 中的图片不在 MIT 授权范围内: 它们是取自《崩坏:星穹铁道》© miHoYo / HoYoverse 的二次创作素材,仅用于个人、 非商业用途;商业分发需另行取得版权方授权。本项目与 miHoYo / HoYoverse 无关联, 也未获得其官方认可。

开发与构建

pnpm install        # 从 registry 安装开发依赖
pnpm run build      # esbuild:lib/index.js(宿主 ESM)+ lib/client.js(单文件客户端 bundle)
pnpm run test       # 基于 node:test、针对已构建 lib/ 的测试套件
pnpm run check      # 类型检查 + 构建 + 测试
pnpm run dev:sync   # 把 lib/ 与资源推入运行中的 profile 安装目录,热更新无需重启

宿主半部分(src/index.ts)的改动在下次 dsh web 重启后生效;客户端与资源的改动 可通过 dev:sync 热应用。

发布

pnpm install --frozen-lockfile
pnpm run check
pnpm run publish:dry-run # 检查 registry 发布清单,不实际上传
pnpm publish             # 确认版本号、更新日志和账号权限后执行

prepack 会在发布前自动执行完整检查。发布包只包含运行文件、许可说明、 英文文档和预览图,不包含源码、测试或开发脚本。

验证

在 dsh web 运行状态下:

  • GET /skins/march7th/background.webp → 200 image/webp
  • GET /plugins/dsh-march7th-skin/client.js → 200(浏览器 bundle)
  • GUI 呈现皮肤;window.__DSH_BOOT__ 的条目中包含 dsh-march7th-skin,且 inject: ["@deepseek-ai/dsh-client-ui-theme"]

已知限制

  • 皮肤配色是固定的,没有设置界面。
  • 资产路由只接受 GET/HEAD(其他方法返回 405),且只提供随包资源类型 (.webp → image/webp,其余为 application/octet-stream)。

许可

代码 MIT;图片素材不在 MIT 授权范围内,仅限个人非商业使用。见 LICENSE。