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.

Weixin Minigame — DSH Plugin for DeepSeek Harness
← Plugins
W

@trujaycc/dsh-weixin-minigame

Weixin Minigame

Preview, debug (logs and screenshots), and publish WeChat Mini Games inside the dsh Web GUI, through the official mini game helper service

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

npx -y @deepseek-ai/dsh plugin --profile web add github:MrTrujay/dsh-weixin-minigame#5679506bdbf2aa286e4c8d2e78fdece3741443d4
READMECompatibilityVersions
The mini game preview window

Compatibility and provenance

Weixin Minigame is published as @trujaycc/dsh-weixin-minigame and currently resolves to version 0.1.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/12/2026

Versions

0.1.0stable
9/12/2026

Related plugins

Loading related plugins…

Latest
0.1.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/12/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 developer-tools.

Client Ui Git Graph@linxin666/dsh-client-ui-git-graphExternal dsh web GUI plugin: a blank-session git branch selector + Git graph, with real host-side git operations and guards, as a dsh profile bundleDoctor@linxin666/dsh-doctorTransactional rescue mode for DSH profiles with a supervised launcher, isolated recovery capsule, deterministic repairs, health monitoring, and a local Web recovery consoleSsh@linxin666/dsh-sshRemote SSH operations for the dsh web GUI: host config store (~/.dsh/dsh-ssh.json, import from ~/.ssh/config), a persistent ssh2 connection pool with jump-host support, exec / PTY web terminal / SFTP transfer / local port-forward tunnels / cluster executiFind Plugindsh-find-pluginFind DeepSeek Harness plugins inside the agent — live GitHub dsh-plugin topic search, ranked by stars.

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.