DeepSeek Harness Plugin Hub

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

探索

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

社区

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

相关链接

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

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

Free Games — DeepSeek Harness 插件(DSH Plugin)
← Plugins
F

dsh-free-games

Free Games

DeepSeek Harness 的免费游戏柜。游戏来自 Spawnd.gg,这是一个提供免费高级游戏的网站。

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

npx -y @deepseek-ai/dsh plugin --profile web add github:Entaum/dsh-free-games#29dc129ed056979974a69c9b5970c185ecab50d6
README兼容性版本
Spawnd game cabinetPlaying a gameGames in the sidebar, player minimized

兼容性与来源证明

Free Games 以 dsh-free-games 发布,当前版本为 0.1.0。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

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

版本

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

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

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

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

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

README

dsh-free-games

A DeepSeek Harness Web plugin that adds a Games button above Settings.

All games come from Spawnd.gg, a free premium games website. This plugin does not load catalogs, covers, clips, or embeds from any other source.

This is an independent community plugin. It is not an official DeepSeek or Spawnd product.

Screenshots

Spawnd game cabinet

Playing a game

Games in the sidebar, player minimized

Install

dsh plugin --profile web add github:Entaum/dsh-free-games

Pin a commit for production:

dsh plugin --profile web add github:Entaum/dsh-free-games#<40-character-commit>

From this checkout (development link — keep the directory in place):

dsh plugin --profile web add ./

Restart dsh web, then refresh the GUI.

Activate / verify

After install, dsh --profile web --dump-config should list dsh-free-games as a bundle layer. The Web GUI should show Games in the sidebar footer above Settings.

Disable / uninstall

dsh plugin --profile web remove dsh-free-games

Then restart dsh web. There is no extra config file. Recently played IDs live only in the browser (localStorage key dsh-free-games:recent).

What it does

  • Sidebar Games control in sidebar.footer.action (order 80, above Settings), matching Settings chrome.
  • Cabinet grid of published games from data/spawnd_game_list.json only.
  • Live Spawnd data fills covers and hover clips only; it does not add extra games. Host recaches that overlay about every 15 minutes.
  • Search by name. Sort: Newest (default, published_at), Name, Recently played.
  • Click a cover to open the 16:9 embed. Minimize keeps the iframe mounted. On narrow screens, minimize hides the player; Games restores it.
  • Back / Next around a clickable Spawnd logo. Next picks a random other published game.
  • Outbound Spawnd links use utm_source=deepseekplugin and rel="noopener noreferrer".

Spawnd.gg only

The plugin refuses any non-Spawnd URL:

  • Page and embed URLs must be https://www.spawnd.gg/ or https://spawnd.gg/
  • Cover and clip URLs must be https://assets.spawnd.gg/
  • Host fetches only https://www.spawnd.gg/en/__data.json and https://www.spawnd.gg/en (no redirects)
  • Games without a valid Spawnd embed are dropped
  • The Client will not iframe or media-load any other host

Game iframes still run third-party Spawnd code.

Compatibility

Tested against DeepSeek Harness Web (dsh web) around 0.1.0-rc / 0.1.1-rc.2 with @deepseek-ai/cordis ^4.0.1. Requires the web profile (Host webServer + Client slots).

Check the bundle contract locally:

node scripts/check.mjs

Marketplace submit

  1. This package lives at the root of the public repository Entaum/dsh-free-games.
  2. Add the GitHub topic dsh-plugin.
  3. Open the bilingual submit page at dsh.pub/en/submit and paste https://github.com/Entaum/dsh-free-games.

Do not publish under the reserved @deepseek-ai npm scope. Listing is not a security audit or official endorsement. Review develop-plugin.md before changing packaging.

License

MIT. Game names, covers, clips, and embeds belong to their respective authors and Spawnd.gg.