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.

Client Ui Skin Deepcel — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
C

@dsh-external/dsh-client-ui-skin-deepcel

Client Ui Skin Deepcel

A dsh skin that mimics Excel

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

npx -y @deepseek-ai/dsh plugin --profile web add github:Small-tailqwq/dsh-deepcel#85ba195c685d495720d35bd757ca461bb8586ea8
READMECompatibilityVersions
Deepcel 亮色模式Deepcel 暗色模式

Compatibility and provenance

Client Ui Skin Deepcel is published as @dsh-external/dsh-client-ui-skin-deepcel and currently resolves to version 0.0.1. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
9/7/2026

Versions

0.0.1stable
9/7/2026

Related plugins

Loading related plugins…

Latest
0.0.1
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
BSD-3-Clause
Source
github
GitHub
★ 15
Weekly downloads
0
Last push
9/7/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 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 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.

README

Deepcel 工作簿

简体中文 | English

一款模仿 Excel 的 DSH Web 皮肤。Deepcel 不只替换颜色,而是把现有 UI 入口重新编排为电子表格:功能区管理文件、会话和运行选项;消息、工具、轨迹与输入区落入统一单元格坐标;工作簿标签承载多会话切换。

目标宿主:DSH 0.1.2-rc.1。函数栏保留原生 Lexical 编辑器、附件和指令;目标、排队消息、轮次导航与用量浮窗使用工作表样式。

特性

  • 完整的行号、列标、背景网格、活动单元格和工作簿状态栏
  • 对话正文按语义块映射为合并单元格,用户消息使用审阅批注样式
  • 输入内容经函数栏编辑,并随多行内容自动扩展
  • 工作区与会话使用工作簿大纲层级,侧边栏展开时整张工作表同步移动
  • Bash、Pwsh、产物行、消息操作和轨迹表使用工作表记录布局
  • 权限、模型、思考、Agent 预设和工作区选择复用原生行为入口
  • 长会话滚动同步行号、背景网格与选区;切换会话时清空选区

效果预览

亮色模式暗色模式
Deepcel 亮色模式Deepcel 暗色模式

安装

需要已经可以运行的 DSH Web。推荐连同皮肤管理器一起安装,用于切换皮肤和调整此皮肤的选项:

dsh plugin --profile web add 'github:Small-tailqwq/dsh-deep-whale#path:/skin-manager'
dsh plugin --profile web add 'github:Small-tailqwq/dsh-deepcel'

#path: 只用于子目录(仅皮肤管理器需要);PowerShell 中 # 是注释起始,spec 必须用单引号包裹(将 web 替换为你的 profile 名称)。首次安装后重启 DSH Web,再在「设置 → 皮肤管理」中选择 Deepcel,之后切换走配置热重载。包名为 @dsh-external/dsh-client-ui-skin-deepcel,wiring id 为 ui-skin-deepcel。

开发与构建

本目录是脚手架工作区中的单个皮肤包,目录结构与模板 skins/template-skin/ 相同。源码位于 src/,DOM/CSS 行为回归位于 tests/,预构建产物位于 lib/。

在脚手架根目录执行:

pnpm install
pnpm art:embed deepcel
pnpm --filter ./skins/deepcel build
pnpm --filter ./skins/deepcel typecheck
pnpm --filter ./skins/deepcel test
node scripts/verify-skin.mjs deepcel
node scripts/audit-bundle.mjs deepcel

Deepcel 当前没有额外嵌入素材;assets/art.manifest.json 保留为空 manifest,以便继续使用脚手架的生成与检查入口。

许可与商标

BSD-3-Clause,详见 LICENSE。

Deepcel 是独立社区项目,与 Microsoft 无隶属、赞助或背书关系。Microsoft Excel 是 Microsoft 集团公司的商标。本项目的名称、包名、DOM scope 和公开元数据均使用 Deepcel,不包含 Microsoft 的代码、图标、品牌素材或产品资源。详细声明见 NOTICE.md。