Skip to content

Small-tailqwq/dsh-deepcel

80Last commit Aug 13, 2026

dsh-deepcel DSH plugin

dsh-deepcel is a standalone skin distribution for the DeepSeek Harness Web GUI. It provides the deepcel skin, which restructures sessions, tools, settings, and navigation into interactive worksheet cells. The skin is loaded immediately upon installation and reverted upon removal.

How to install the dsh-deepcel DSH plugin

dsh plugin --profile web add ../dsh-deepcel/deepcel

Copying does not run this command. Review the repository and version before installing the dsh-deepcel DSH plugin.

dsh-deepcel DSH plugin data source

dsh-deepcel DSH plugin snapshot date: Aug 16, 2026

discovered

What the dsh-deepcel DSH plugin can do

  • Restructures interface elements into interactive worksheet cells
  • Supports light and dark mode
  • Loads immediately on installation, reverts on removal
  • Independent distribution, wiring id ui-skin-deepcel

Where the dsh-deepcel DSH plugin fits

  • Users who prefer a spreadsheet-like layout for managing AI chat sessions and tools
  • Users wanting a distinct visual theme for their DeepSeek Harness Web GUI
  • Developers testing alternate skin implementations for DeepSeek Harness

Who the dsh-deepcel DSH plugin is for

  • DeepSeek Harness Web GUI users
  • Users seeking a unique, workbook-style interface

dsh-deepcel DSH plugin limitations

  • Repository is currently in internal testing phase and requires access permission
  • Installation must be done via git clone and local path, not through public registry
  • Only compatible with DeepSeek Harness Web GUI (dsh plugin system)

dsh-deepcel DSH plugin: from the repository README

Quoted from the Small-tailqwq/dsh-deepcel README, the upstream source of the dsh-deepcel DSH plugin. Copyright remains with the original authors.

DeepSeek Harness Web GUI 的 Deepcel 工作簿皮肤独立分发仓库。 ## 效果预览 点击图片可查看完整尺寸。 | 亮色模式 | 暗色模式 | |---|---| | [![Deepcel 亮色模式](deepcel/preview/light.webp)](deepcel/preview/light.webp) | [![Deepcel 暗色模式](deepcel/preview/dark.webp)](deepcel/preview/dark.webp) | ## 皮肤 | 皮肤 | 包名 | 说明 | 许可 | |---|---|---|---| | [deepcel](deepcel/) | `@dsh-external/dsh-client-ui-skin-deepcel` | 将会话、工具、设置和导航重构为可交互的工作表单元格 | BSD-3-Clause | ## 安装 本仓库仍处于内部测试阶段,仓库为私有可见性。获得仓库访问权限后: ```sh git clone https://github.com/dsh-external/dsh-deepcel cd <harness> dsh plugin --profile web add ../dsh-deepcel/deepcel ``` Deepcel 加载即生效,卸载即复原;其 wiring id 为 `ui-skin-deepcel`。 ## 开发 皮肤工程脚手架来自私有开发仓库 `dsh-external/dsh-web-ui`。本仓库只分发可安装的皮肤成品、源码、测试与预览,不包含整套皮肤中心脚手架。 ## 许可与商标 代码以 BSD-3-Clause 许可发布。Deepcel 是独立社区项目,与 Microsoft 无隶属、赞助或背书关系。Microsoft Excel 是 Microsoft 集团公司的商标;本项目不包含 Microsoft 的代码、图标、品牌素材或产品资源。

Read the full READMEThe repository declares no license. Check with the authors before using it.

dsh-deepcel DSH plugin questions

How do I install dsh-deepcel?

You need access to the private repository. Clone it locally, then run `dsh plugin --profile web add ../dsh-deepcel/deepcel` from your DeepSeek Harness directory. The skin loads immediately.

How do I uninstall the deepcel skin?

Uninstall by removing the plugin via `dsh plugin --profile web remove ui-skin-deepcel` or simply delete the added path. The original interface will be restored immediately.

Does the deepcel skin affect my existing data or settings?

No, it only changes the visual layout. Your sessions, tools, and settings remain intact. The skin is purely cosmetic and reversible.

Can I use multiple skins at the same time?

The deepcel skin is designed to be the active skin. Currently, only one skin can be active at a time. If you switch to another skin, deepcel will be overridden.

I don't have access to the private repository. How can I get it?

The repository is currently in internal testing. You need to request access from the maintainers. Once granted, you can clone and install as described.