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.

Gate Game — DSH Plugin for DeepSeek Harness
← Plugins
G

dsh-gate-game

Gate Game

Self-contained break-mode logo-eating mini-game for the DeepSeek Harness web UI.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:CochraneK/dsh-gate-game-plugin#f5490018753c7d1a2a8cb4c25ca9180f7f929a1c
READMECompatibilityVersions
侧栏入口游戏画面

Compatibility and provenance

Gate Game is published as dsh-gate-game and currently resolves to version 0.2.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
9/13/2026

Versions

0.2.0stable
9/13/2026
0.1.0stable
8/24/2026

Related plugins

Loading related plugins…

Latest
0.2.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
9/20/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 pluginsClient 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.Pet@linxin666/dsh-petMulti-pet companion plugin for the dsh web GUI: a registry-driven floating pet that reacts to model activity, with per-pet naming, petting/feeding interactions and an affinity score

README

dsh-gate-game

一个用于 DeepSeek Harness Web UI 的标准 Cordis 客户端插件:在侧栏底部加入一个休息游戏按钮,打开全屏吃 logo 小游戏。

[!IMPORTANT] 这个全屏层只是休息/防误触 UI,不是安全锁屏,也不提供认证或访问控制。任何能操作当前浏览器会话的人都可以点击“返回工作”。

效果预览

侧栏入口

游戏画面

功能

  • 休息模式:侧栏底部一键进入全屏小游戏,不修改 Harness 应用代码。
  • 多种控制方式:鼠标、触控/触控笔(Pointer Events)、方向键和 WASD 都可控制大 logo;Esc 可随时退出。
  • 吃 logo:下落 logo 被吞噬后累计分数,大 logo 持续变大,达到极限会爆裂并重生。
  • 最佳分数:最高分保存在浏览器 localStorage。
  • 更省资源:碰撞检测使用内存坐标,不再每帧为所有小 logo 做 DOM 布局读取;切到后台标签页时自动暂停。
  • 无障碍/舒适性:支持键盘、focus 样式、prefers-reduced-motion、响应式 HUD 和系统深色模式。
  • 自包含图标:浏览器游戏不再依赖宿主 /favicon.svg,降低 Harness 路径/资源变化导致的破图风险。
  • 可选桌面快捷方式:明确配置 shortcut: true 后,才会创建/刷新桌面快捷方式;支持 Windows、macOS 和 Linux/XDG。

安装

dsh plugin --profile web add github:CochraneK/dsh-gate-game-plugin

或从本地目录安装:

dsh plugin --profile web add ./dsh-gate-game-plugin

重启 dsh web 后,侧栏底部会出现休息游戏按钮。

桌面快捷方式(可选)

从 0.2.0 开始,安装插件不会默认写入桌面。需要时显式开启:

dsh-gate-game:
  shortcut: true
  shortcutName: "DeepSeek Harness"
配置项类型默认值说明
shortcutbooleanfalse是否创建/刷新桌面快捷方式
shortcutNamestring"DeepSeek Harness"快捷方式文件名;会自动过滤跨平台非法字符

快捷方式会在 Web Server 端口解析后创建。如果端口变化,插件会更新已有快捷方式,而不是因为文件已存在就永久保留旧地址。Linux 会优先读取 ~/.config/user-dirs.dirs(或 $XDG_CONFIG_HOME/user-dirs.dirs)中的桌面目录。

兼容性

DeepSeek Harness状态说明
v0.1.5-rc.2✅ 已按当前 slot 契约核对sidebar.footer.action 仍为 root/list slot
v0.1.0-rc.7✅ 原始开发基线0.1.x 早期版本的初始实现来源

Harness 仍处于快速迭代阶段。升级后如果侧栏结构发生破坏性变化,优先检查 sidebar.footer.action slot 契约。

开发

项目没有运行时 npm 依赖。src/ 是源码,lib/ 是 Harness 直接加载的生成文件。

npm run build      # src -> lib
npm test           # Node 内置测试
npm run check      # 语法 + 生成文件一致性 + 测试
npm pack --dry-run # 检查发布包内容

CI 在 Node 20 和 Node 22 上执行相同检查。

结构

.
├── src/
│   ├── client.js      # 浏览器插件 + 游戏引擎
│   └── index.js       # Node host + 可选桌面快捷方式
├── lib/               # npm run build 生成;Harness 实际加载
├── scripts/build.mjs  # 零依赖构建/一致性检查
├── test/              # Node 内置测试
├── .github/workflows/ # Node 20/22 CI
├── assets/            # README 截图 + 桌面快捷方式图标
├── cordis.patch.yml
└── package.json

package.json 声明 dsh.client(Web)和 dsh.bundle.patch;浏览器端通过 window.__ModuleLoader__.load 注册,并把组件挂到官方 sidebar.footer.action slot。插件不修改 Harness 应用源码。

许可证

MIT