AI Agent Hub
Back to plugins
dsh-weixin-minigame preview

dsh-weixin-minigame

Client Updated 2026.09.12

Run the following command in DeepSeek Harness:

dsh plugin install MrTrujay/dsh-weixin-minigame

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install MrTrujay/dsh-weixin-minigame in your terminal; the plugin source is at https://github.com/MrTrujay/dsh-weixin-minigame. After installing, restart dsh web for it to take effect.

About this plugin

Building WeChat Mini Games inside dsh Web used to mean constantly switching to WeChat DevTools or a standalone helper service, breaking your flow. dsh-weixin-minigame folds the official WeChat Mini Game Helper into dsh so a single natural-language prompt can start a preview, pull console logs, capture rendered frames, trigger a real-device scan, or ship a release without leaving the workspace.

The plugin bridges to the upstream weixin-minigame-helper-mcp service over MCP, exposing tools such as run_game, get_logs, capture_screenshot (single frame or burst), real_device_preview, publish, and the platform onboarding workflow. A weixin-minigame-helper skill is injected into the session catalog to guide the model through a preview-and-fix loop. A status lamp and a floating preview window appear in the top-right of the session header: green while a project runs, grey when idle, hollow when the plugin is not mounted.

Built for teams or individuals shipping WeChat Mini Games from within dsh: you can spin up a preview and chase down blank screens or crashes without installing WeChat DevTools, and trigger a real-device test or a 1.0.1 release with one prompt. The upstream MCP service is fetched on demand via npx; the plugin stores and uploads no credentials itself, registers tools only after a successful handshake, and a failed bridge simply leaves those tools absent without affecting dsh startup.

Screenshots

Use Cases

  • Start a mini game preview and debug blank screens or crashes via natural language prompts
  • Run real-device tests and ship releases inside dsh without switching to WeChat DevTools
  • Guide the model through a preview-fix-verify loop to improve mini game iteration speed

Best For

  • Teams and individual developers building WeChat Mini Games inside dsh Web
  • Engineering teams that want natural-language-driven mini game debugging and publishing
  • Agile workflows that need preview and screenshot capability without installing WeChat DevTools