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.

Sidor Ui — DSH Plugin for DeepSeek Harness
← Plugins
S

sidor-ui

Sidor Ui

SIDOR — DeepSeek Harness console skin: splash animation / starry field / balance badge / settings page effects / low-balance warning system (Sidor affiliated plugin platform)

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

npx -y @deepseek-ai/dsh plugin --profile web add github:AKI2253/Sidor_UI#1ce441b43be184809cfc2923e5b9c5409703f2ea
READMECompatibilityVersions
主界面设置页余额不足

Compatibility and provenance

Sidor Ui is published as sidor-ui and currently resolves to version 1.0.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/20/2026

Versions

1.0.0stable
8/20/2026

Related plugins

Loading related plugins…

Latest
1.0.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 6
Weekly downloads
0
Last push
9/10/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
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

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 pluginsWhale Widgetdsh-whale-widgetDeepSeek balance whale widget in the bottom-right corner of the DSH Web interface: balance/today’s usage/peak-off-peak pricing, customizable bubble click sequence (text/balance/today/peak-off-peak/image/random phrases and parallel weighted selection), per-line styles and fonts, floating quick editinWeb App@monotykamary/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)

README

Sidor_UI · SIDOR 星野控制台皮肤

DeepSeek Harness Web GUI 的 SIDOR 星野主题皮肤(独立分发仓库)。 开屏动画、常驻星野、侧边栏余额徽章、设置页特效与低余额警告体系。

效果预览

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

主界面设置页余额不足警告
主界面设置页余额不足

住户

皮肤包名说明许可
sidor-uisidor-ui星野主题:✦ 开屏粒子动画(1/50 红色太阳风暴彩蛋)、常驻星野、SIDOR 品牌徽记、余额徽章、设置页流光特效、低余额四重红色警告MIT

安装

懒人版

把你的 dsh 打开,对它说:

安装一下这个皮肤包:https://github.com/AKI2253/Sidor_UI

说明:dsh 助手会 git clone / 读取该仓库并自动完成安装。仓库自带 sidor-install 技能(.agents/skills/),会自动询问你确认、交代许可后再安装。

本地版(PowerShell,无需 GitHub)

cd <Sidor_UI 仓库路径>
powershell -ExecutionPolicy Bypass -File .\scripts\install.ps1            # 安装
powershell -ExecutionPolicy Bypass -File .\scripts\install.ps1 -Remove    # 卸载

命令版(需 pnpm)

cd <harness 目录>
dsh plugin --profile web add <Sidor_UI 仓库路径>

全功能版(动态插件)

动态插件(pluginId sidf-4)功能最完整(host curl 查询 + 文件落盘),但进程重启后需在 Cordis 面板重新运行:Client 代码用 src/sidor-fx-client.js,Host 代码用 src/sidor-fx-host.js。

许可

本仓库整体以 MIT 发布。SIDOR 品牌标识归本项目所有。署名与使用边界见各皮肤 NOTICE / LICENSE。

未来规划:Sidor 附属插件生态

Sidor_UI 按可扩展平台设计:官方插槽(Slot)的 list 型插槽天然支持多插件共存, 未来附属插件可无冲突接入设置页(settings.section)、侧边栏(sidebar.footer.action), 并复用余额数据。开发规范见 docs/DEVELOPER.md。