DeepSeek Harness Plugin Hub

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

探索

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

社区

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

相关链接

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

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

Running Liang — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins

dsh-running-liang

Running Liang

DeepSeek Harness Web 的 Chrome 恐龙跑酷风格小游戏:等待 agent 回复时游玩,得分从「梁子」冲向「梁圣」。

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

npx -y @deepseek-ai/dsh plugin --profile web add dsh-running-liang@0.1.5
README兼容性版本
Liangda Runner gameplay

兼容性与来源证明

Running Liang 以 dsh-running-liang 发布,当前版本为 0.1.5。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
web
发布来源
npm
Registry 更新时间
2026/9/21

版本

0.1.5stable
2026/8/21
0.1.4stable
2026/8/15
0.1.3stable
2026/8/15
查看其余 3 个版本收起版本
0.1.2stable
2026/8/15
0.1.1stable
2026/8/15
0.1.0stable
2026/8/15
最新版
0.1.5
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
275.9 kB
文件数
9
Surface
web
许可证
MIT
发布源
npm
GitHub
★ 4
周下载
132
安全扫描
✓ v0.1.5 扫描通过
最近提交
2026/8/21
查看源码 ↗项目主页 ↗
README Badge

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

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

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

认领这个 Plugin →
报告问题

README

Liangda Runner · dsh-running-liang

English | 中文

Poor folks play cars, rich folks play watches, the richest play Liangda Runner. 穷玩车,富玩表,顶富就玩梁大快跑。

Developed 100% via vibe coding by DeepSeek Harness + DeepSeek-V4-Flash. For fun only.

Liangda Runner gameplay

A Chrome-dino-style mini-game for DeepSeek Harness Web: while the agent is replying, a progress strip sits above the input bar (same row as the goal bar) with a play key — click it, run, jump (Space/↑), duck (↓), score from 梁子 toward 梁圣, and watch the progress bar survive the game and every reply.

Inspired by Chrome's Dino Run — the offline T-Rex Runner game shipped in the Chrome browser (Chromium project).

Install

dsh plugin --profile web add dsh-running-liang

or GitHub-only:

dsh plugin --profile web add skiuniverse/dsh-running-liang

Restart dsh web, send a message, and press the strip's play key.

How it plays

  • Waiting window: the strip (and the game once expanded) lives while the session is running; on turn end the game pauses with a brief overlay, then collapses back to the strip.
  • Fold = pause: clicking the play key (or ×) folds the panel and pauses — expanding again reopens PAUSED; any key or a click on the surface resumes. Collapsing never resets speed or score.
  • Blur-pause: focusing the input OR clicking anywhere outside the game panel pauses; keys only control the game while focus is outside input fields.
  • Speed tiers: every round (turn) restarts at tier 0, climbing one tier every 15 s of game time up to tier 4 (1.0/1.2/1.5/2.0/2.5× speed; 1.0/1.2/1.5/2.5/5.0 pts per second — the HUD shows the score rate). Hold the jump key for longer airtime; duck in the air to fall faster.
  • Obstacles: cacti/rocks on the ground; low and high flying birds from tier 3 — jump the low ones, duck the high ones.
  • Death: collision shows a settlement screen — the remaining progress to 梁圣 (x%) or the 梁圣 seconds you had survived (x.xxs); any key (or a click) restarts. Score, tier and saint status reset on restart.
  • 梁圣: reach the threshold (default 150) and the strip shows 100% · <seconds> — surviving seconds since reaching 梁圣 in this round (not a lifetime total).

Avatar

  • Built-in default: a stick figure with a DeepSeek-whale face, shipped in assets/avatars/.
  • Custom: drop images into ~/.dsh/plugins/dsh-running-liang/avatars/ (created on demand) or upload them from Settings → Plugins → plugin configuration → Liangda Runner. Pick any avatar there; a missing file falls back to the default.

Configuration

In Settings → Plugins → plugin configuration → Liangda Runner: threshold (梁圣 threshold, default 150), tierInterval (seconds per tier, default 15), allowIdlePlay (test switch: allow starting the game while the agent is idle), and customizable jump/duck keys (jump defaults Space, ↑ always jumps too; duck defaults ArrowDown). The tier table and physics are fixed constants.

Development

npm install
npm run typecheck   # tsc --noEmit
npm test            # vitest (engine / tiers / layout / store / render / avatar-files)
npm run build       # lib/index.js (host) + lib/client.js (browser bundle)
npm run check       # pre-publish self-check

Architecture notes: the client registers into the official DSH slots — conversation.input.dock (the strip + growing game panel, same flow as the goal bar) and settings.plugin.item (the settings card under Plugins → plugin configuration). The settings-card registration carries the legacy list id and the current keyed-slot key; the host serves the matching settings namespace so current DSH versions can discover the card. The host also registers a webServer route /dsh-running-liang/avatars (list / serve / upload). Long-lived state remains in localStorage; avatar files live on disk so they survive browser storage wipes.

License

MIT — see LICENSE.