Skip to content

mishibeikejie/zat-dsh-engine

432Last commit Aug 16, 2026

zat-dsh-engine DSH plugin

Zat-DSH Engine adds a Plugin Market tab to Settings > Plugins in the DSH web GUI. It lists the entire dsh-plugin topic community from GitHub with bilingual intros, and provides one-click install/update/uninstall. It also includes an AI plugin finder, pre-install health and security scans, and automatic network fallback.

How to install the zat-dsh-engine DSH plugin

dsh plugin --profile web add github:mishibeikejie/zat-dsh-engine

Copying does not run this command. Review the repository and version before installing the zat-dsh-engine DSH plugin.

zat-dsh-engine DSH plugin data source

zat-dsh-engine DSH plugin snapshot date: Aug 16, 2026

discovered

What the zat-dsh-engine DSH plugin can do

  • Full community catalog with live GitHub search of the dsh-plugin topic (1700+ repositories).
  • AI plugin finder: describe what you need in a conversation, and the AI searches and recommends plugins with health/security scan results.
  • One-click install, update, uninstall with live progress bar and auto-rollback on failure.
  • Cross-platform support (Windows, Linux) with automatic proxy and mirror fallback.
  • Pre-install conflict gate and health check that blocks incompatible or dangerous plugins.
  • One-click star for repositories using local git credentials.
  • Self-update detection with an update button in the UI.

Where the zat-dsh-engine DSH plugin fits

  • Find and install a plugin that adds vision capabilities to the model by describing requirements in chat.
  • Manage all installed plugins: enable/disable, check for updates, and uninstall directly from the market.
  • Check for plugin conflicts and run a one-click health report before installing a new plugin.
  • Recover from a broken DSH profile after a failed plugin installation using the automatic backup.

Who the zat-dsh-engine DSH plugin is for

  • DeepSeek Harness users who want to extend functionality with community plugins.
  • Plugin developers who want a convenient way to discover and manage their own plugins.

zat-dsh-engine DSH plugin limitations

  • GitHub's search API caps the 'All' view at 1000 results; category and search filters reach all plugins.
  • Requires a working dsh installation, pnpm, and curl on PATH.
  • Chinese intros for new plugins require a model selected in dsh.
  • Only one marketplace plugin can be installed at a time; conflict gate prevents installing two marketplaces.

zat-dsh-engine DSH plugin: from the repository README

Quoted from the mishibeikejie/zat-dsh-engine README, the upstream source of the zat-dsh-engine DSH plugin. Copyright remains with the original authors.

> The visual plugin marketplace for DeepSeek Harness. Browse, search, install, update and uninstall community plugins — Wallpaper Engine style. [English](#zat-dsh-engine) · [中文说明](README.zh.md) Zat-DSH Engine adds a **Plugin Market** tab to **Settings → Plugins** in the DeepSeek Harness web GUI. It lists the entire `dsh-plugin` topic community from GitHub, shows bilingual intros, and installs plugins with one click. ## Features - **Full community catalog** — live GitHub search of the `dsh-plugin` topic (1700+ repositories, growing daily) - **AI plugin finder** — in any conversation just say what you need (e.g. "find me a plugin that lets the model see images") and the AI searches the market, recommends candidates, and reports each one's **pre-install health + security scan** (✅/⚠️/❌) — problems are reported honestly, nothing is blindly recommended - **12 categories** — Theme, Tools, Browser, Skills, Vision, Network, Agents, Data, Hardware, Design, Security… - **Live search** — type to filter, no Enter key needed; clearing the box returns to the full list - **Bilingual intros** — 999 pre-translated Chinese intros bundled; new plugins are translated on the fly by your current mod

Read the full READMERepository license: MIT

zat-dsh-engine DSH plugin questions

Why does the market show only 1000 plugins in the All view?

GitHub's search API caps any query at 1000 results. This is a limitation of the API, not the marketplace. However, search and category filters can reach every plugin regardless of the cap.

How do I recover if dsh won't start after installing a plugin?

The marketplace automatically backs up the last known-good state into the `zat-backup/` folder inside your profile directory. To restore, copy the three files from `zat-backup/` back to the profile directory. For example, on Windows PowerShell: `Copy-Item "$HOME\.dsh\profiles\web\zat-backup\*" "$HOME\.dsh\profiles\web\" -Force`. Then restart dsh.

Can I install two marketplace plugins at once?

No. The install gate blocks it because two market/manager plugins register the same settings pages and services, which can break dsh. You must uninstall the current one first before switching to another marketplace.

Why do I need a model for Chinese intros?

The marketplace ships with 999 pre-translated Chinese intros. Only plugins released after the snapshot are translated on the fly using the model you selected in dsh. If you don't have a model, English intros will be shown.

Is the mirror safe?

The mirror (gh-proxy.com) is only used as a fallback when a direct GitHub request fails, and only for public repository metadata. It never handles private data or credentials. A plugin's own network behavior after install is unrelated to the mirror.