DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Theme Lab — DeepSeek Harness 插件(DSH Plugin)
← Plugins
T

dsh-theme-lab

Theme Lab

DeepSeek Harness 的非官方模块化主题集合和入门套件。

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add github:Slymaster/dsh-theme-lab#1859218229c16d65a38c73f3c86c80cfb5d6a21f
README兼容性版本
Cyber Sakura selected in DeepSeek Harness settings

兼容性与来源证明

Theme Lab 以 dsh-theme-lab 发布,当前版本为 1.0.0。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
web
发布来源
github
Registry 更新时间
2026/8/24

版本

1.0.0stable
2026/8/24

相关插件

正在加载相关插件…

最新版
1.0.0
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
未提供
文件数
未提供
Surface
web
许可证
MIT
发布源
github
GitHub
★ 0
周下载
0
最近提交
2026/8/24
查看源码 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录

README

DSH Theme Lab

Unofficial community project — not affiliated with or endorsed by DeepSeek.

A modular theme collection and starter kit for the preview release of DeepSeek Harness. Theme Lab adds a native Settings selector, persistent choices, semantic light/dark palettes, and responsive artwork that appears only before the first message.

Event HorizonCyber Sakura
A violet black hole on a dark backgroundA neon night garden with pink blossoms
Obsidian GoldDigital Rain
A black architectural space with a gold portalAbstract green digital rain on black

Interface preview

Cyber Sakura chat

Cyber Sakura applied to the DeepSeek Harness chat

Theme selector

Cyber Sakura selected in DeepSeek Harness settings

Cyber Sakura in the native Harness theme selector, with its matching chat palette active behind Settings.

Features

  • Four custom themes plus the untouched DeepSeek Harness default.
  • One data-driven registry for cards, palettes, artwork, and asset routes.
  • Exactly 16 inspected semantic tokens per custom theme, with light and dark values.
  • Native Settings persistence through the Harness connection service—no localStorage fallback.
  • Responsive WebP hero artwork scoped to [data-phase='hero'] only.
  • Reversible token overrides and complete cleanup when selecting the default or unloading.
  • A small Creator fallback for trying the Event Horizon palette without artwork or Settings.

Compatibility and prerequisites

Theme Lab 1.0.0 targets DeepSeek Harness 0.1.1-rc.2 and Node.js 22. Harness is currently preview software: its plugin APIs can change without notice, so review the compatibility note before upgrading either project.

You need:

  • an existing local DeepSeek Harness installation;
  • Node.js 22 and pnpm through Corepack;
  • access to the active Harness profile directory and its cordis.patch.yml.

Install from source

git clone https://github.com/Slymaster/dsh-theme-lab.git
cd dsh-theme-lab
corepack enable
pnpm install --frozen-lockfile
pnpm bundle
pnpm link --global

Link the package from the active DeepSeek Harness profile directory:

pnpm link --global dsh-theme-lab

Merge the single row from cordis.patch.yml into the profile patch:

- insert:
    - id: dsh-theme-lab-live
      name: dsh-theme-lab

Keep exactly one Theme Lab row. The package manifest exposes the Web client automatically.

Updating a running profile

Harness may discover disabled client modules, so do not leave an old Theme Lab alias beside the new one. For a safe hot update:

  1. Remove the existing Theme Lab row completely and wait until the Harness boot graph contains no Theme Lab module.
  2. Rebuild/link the new package, insert the single row above, and wait for HMR.

This two-phase procedure avoids stale Host ESM cache and duplicate client registrations. A browser that loaded the old boot graph may need one refresh. If your Harness build does not apply Host changes through HMR, follow its current restart guidance instead of assuming hot replacement is supported.

Choose a theme

Open Settings → General → Interface theme, then choose DeepSeek original, Event Horizon, Cyber Sakura, Obsidian Gold, or Digital Rain. The selection is stored in the native dsh-theme-lab Settings namespace and should survive a page reload.

Create your own

Follow Creating a theme. A new theme is one registry entry, one optimized WebP, and a complete 16-token palette. No controller branch is required.

Creator fallback

client.js is intentionally limited: it applies only the Event Horizon token palette. It has no hero artwork, theme selector, or persistence. Use the installable package for the complete experience.

Uninstall

  1. Select DeepSeek original in Settings.
  2. Remove the dsh-theme-lab-live row from the profile patch.
  3. Unlink the package from the profile with pnpm unlink dsh-theme-lab.
  4. Optionally remove the global link from the cloned project with pnpm unlink --global.

Unloading calls the token, hero, slot, and subscription disposers. The saved dsh-theme-lab preference can remain harmlessly in the Harness Settings document.

Troubleshooting

SymptomCheck
No theme cardsConfirm the profile has one dsh-theme-lab dependency and one Host row, then inspect the boot graph.
Choice changes but resets on reloadEnsure both connection injections in package.json and src/client/index.ts are still present.
Artwork returns 404Rebuild and check /plugins/dsh-theme-lab/<theme-id>.webp; routes are exact and case-sensitive.
Duplicate cards or stale stylesRemove all old aliases, use the two-phase update above, then refresh once.
Theme covers an active conversationConfirm custom CSS still targets only [data-phase='hero'].

When reporting a problem, include the Harness version, Node version, browser console error, and a redacted boot-graph excerpt. Never post secrets or private profile data.

Development

pnpm bundle
pnpm test
npm pack --dry-run --json

The validator exercises the registry, settings namespace, persistence wiring, cleanup, contrast, exact routes, package contents, and deterministic bundles.

Project links

  • DeepSeek Harness upstream
  • Theme Lab issues
  • Contributing
  • Security policy
  • Artwork provenance
  • Third-party notices

Roadmap

  • Compatibility checks for future Harness preview releases.
  • Community theme gallery and reusable palette validation.
  • Import/export format for theme definitions.
  • Automated browser-level smoke testing when upstream exposes a stable test harness.

License

MIT © Slymaster. See LICENSE. DeepSeek Harness remains governed by its own license; see THIRD_PARTY_NOTICES.md.

相关插件

继续浏览 ui-customization 分类下经过校验的插件。

Web App@deepseek-ai/dsh-web-appdsh 浏览器界面捆绑包:位于 dsh-base 之上的 Web 补丁层,加上运行时粘合插件(提供前端 dist、Web 界面提示符、bash 运行时变量和 URL 行)Experimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profile用于 Agent Teams Remote 和 UI 插件的实验性 Web 配置层Remote Web Ui@linxin666/dsh-remote-web-ui通过扫码配对访问 dsh Web GUI,共享一个官方界面:设置按钮旁的二维码可将手机和 PC 配对到同一个 Web GUI(手机采用竖屏触控适配层,PC 使用完整桌面界面),通过一次性令牌和 rClient Ui Task Board@linxin666/dsh-client-ui-task-board面向 DSH Web GUI 的主机权威任务面板,支持实际会话执行、主机 cron 调度以及可选的跨平台空闲睡眠保护;以挂载方式提供,无需修改 DSH 源代码。