DeepSeek Harness Plugin Hub

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

探索

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

社区

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

相关链接

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

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

Weixin Minigame — DeepSeek Harness 插件(DSH Plugin)
← Plugins
W

@trujaycc/dsh-weixin-minigame

Weixin Minigame

通过官方小游戏辅助服务,在 dsh Web GUI 中预览、调试(日志和截图)并发布 WeChat Mini Games

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

npx -y @deepseek-ai/dsh plugin --profile web add github:MrTrujay/dsh-weixin-minigame#5679506bdbf2aa286e4c8d2e78fdece3741443d4
README兼容性版本
The mini game preview window

兼容性与来源证明

Weixin Minigame 以 @trujaycc/dsh-weixin-minigame 发布,当前版本为 0.1.0。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

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

版本

0.1.0stable
2026/9/12

相关插件

正在加载相关插件…

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

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

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

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

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

相关插件

继续浏览 developer-tools 分类下经过校验的插件。

Client Ui Git Graph@linxin666/dsh-client-ui-git-graph外部 dsh Web GUI 插件:空会话 Git 分支选择器和 Git 图,包含实际的主机端 Git 操作与防护,作为 dsh 配置文件包Doctor@linxin666/dsh-doctorDSH 配置档案的事务性救援模式,配备受监督的启动器、隔离的恢复容器、确定性修复、健康监控以及本地 Web 恢复控制台Ssh@linxin666/dsh-sshdsh Web GUI 的远程 SSH 操作:主机配置存储(~/.dsh/dsh-ssh.json,可从 ~/.ssh/config 导入)、支持跳板主机的持久化 ssh2 连接池、exec / PTY Web 终端 / SFTP 传输 / 本地端口转发隧道 / 集群执行Find Plugindsh-find-plugin在代理中查找 DeepSeek Harness 插件——实时搜索 GitHub 上的 dsh-plugin 主题,并按星标数排序。

README

@trujaycc/dsh-weixin-minigame

English | 中文

Preview, develop, and debug (through logs and screenshots) WeChat Mini Games inside the dsh Web GUI. Modelled on the official WeChat Mini Game Helper.

The mini game preview window

What it gives you

SurfaceWhat it does
Preview panelA floating preview window inside the interface that can be opened on its own. Both the preview and the credentials are managed by the official mini game helper service; this plugin neither stores nor uploads anything.
weixin-minigame-helper skillGuidance for the MCP tools and this plugin, and for the game development workflow.
MCP bridgeConnects dsh to the mini game helper service.

What you can do

From your side

Triggered by natural language.

You want toExample prompt
See the game running"Bring the mini game project in the current workspace up so I can look at it"
Fix a crash or a blank screen"Preview the current workspace mini game and keep fixing until the log is clean"
Check what the frame actually renders"Take a screenshot after that change so I can see it"
Try it on a real phone"Run a real-device test on the current workspace mini game"
Ship a version"Publish the current workspace mini game as 1.0.1, note: score fix"

From the capability side

CapabilityBacking MCP tools
Start or hot-reload the previewrun_game
Read console output and errorsget_logs
Capture the rendered frame, single or burstcapture_screenshot, capture_screenshot_burst, stop_screenshot_burst
Real-device QR previewreal_device_preview
Upload a version to the WeChat platformpublish
Platform launch workflow — game info, filing, qualification, version submissionopen_onboarding and the mp_* family

Install

  • Requires: dsh Web, Node ^22.19.0 or >=24.0.0 (the same range dsh itself requires), npx
  • Not required: WeChat DevTools (install it if you want to debug code yourself)

From npm

dsh plugin --profile web add @trujaycc/dsh-weixin-minigame

Then restart dsh web: the client-module registry caches package metadata for the life of the process, so a newly added row is only discovered at the next boot. After that, edits to lib/client.js reload on their own through the always-mounted client HMR chain.

From a local checkout (developing this plugin)

pnpm install
pnpm run build
dsh plugin --profile web add <absolute path to this plugin>

Installing from a directory creates a link to the checkout, so a later pnpm run build takes effect without reinstalling. The first activation still needs the dsh web restart above.

To verify what npm would actually publish, use a tarball instead:

pnpm pack
dsh plugin --profile web add ./trujaycc-dsh-weixin-minigame-0.1.0.tgz

A tarball is an unpacked copy, so later code changes need another pnpm pack and a reinstall.

Uninstall

dsh plugin --profile web remove @trujaycc/dsh-weixin-minigame

The game project itself

  • A WeChat Mini Game directory containing game.js.
  • Real-device preview and publish additionally need a WeChat AppID and an upload private key, configured through the ⚙️ button in the preview page; see the official documentation.

Effect on dsh

Skill injection

One skill joins the session catalog — weixin-minigame-helper, described as the preview/repair loop for WeChat mini game code. Its body is loaded only when the model calls the skill tool; the catalog itself carries the name and description alone, capped by the harness's catalog limit.

No other prompt injection

No system-prompt section is registered, so nothing is paid on unrelated turns. The MCP tool schemas come from the upstream service and are registered only after a successful handshake; a bridge that fails to start merely leaves those tools absent and does not affect dsh startup.

Interface

A trigger button joins the top-right of the session header (the lamp on its left is green while a project is running, grey when idle, and hollow when the plugin is not mounted), alongside a floating window that embeds the official mini game helper preview service.

Known Limitations and Deferred Work

  • The upstream MCP server is a third-party dependency. It is fetched by npx at boot, with the version pinned in cordis.patch.yml (currently 0.1.35). Tool names, parameters, and behaviour can change with an upstream release, so run this plugin's tests before bumping that pin.
  • The official mini game helper service leaves files in the game project (screenshots, and so on). Add them to .gitignore yourself.
  • One preview server per machine, shared across dsh instances and other hosts. The helper records where it listens in a single file under the user's home directory, and the first process to bind takes the default port, so a second process using the helper (another dsh instance, or the official editor extension) overwrites that record and serves on the next free port.
  • The preview status is readable by any caller on the loopback interface. It exposes nothing but a local address, so that is proportionate; there is no authentication beyond it.
  • Restart required for first activation. The client-module registry's package metadata cache never expires, so a freshly installed plugin is invisible until dsh web restarts.

Develop

pnpm install
pnpm run typecheck
pnpm test
pnpm run build    # emits lib/index.js and lib/client.js (ModuleLoader handoff)

The client bundle resolves react from the dsh Web loader's platform module table and declares no other runtime dependency.

pnpm run watch rebuilds lib/client.js on change; the client HMR chain reloads the plugin in the browser without a page refresh.

References

The workflow this plugin guides the agent through, and the way it drives the MCP server, are modelled on the official WeChat Mini Game Helper.

The MCP service is @weadmin/weixin-minigame-helper-mcp. It is fetched with npx at runtime and is not redistributed with this package.