跳到正文

mishibeikejie/zat-dsh-engine

432最近提交 2026年8月16日

zat-dsh-engine DSH 插件

Zat-DSH Engine 在 DSH 网页界面的设置 → 插件中添加了一个“插件市场”标签页。它列出 GitHub 上整个 dsh-plugin 主题社区,提供双语介绍,并支持一键安装/更新/卸载。还包含 AI 插件查找器、安装前健康与安全扫描,以及自动网络回退。

如何安装 zat-dsh-engine DSH 插件

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

复制不会执行命令。安装 zat-dsh-engine DSH 插件前请核对仓库和版本。

zat-dsh-engine DSH 插件数据来源

zat-dsh-engine DSH 插件快照日期:2026年8月16日

discovered

zat-dsh-engine DSH 插件能做什么

  • 完整的社区目录,实时搜索 GitHub 上的 dsh-plugin 主题(1700+ 仓库)。
  • AI 插件查找器:在对话中描述需求,AI 会搜索并推荐插件,同时显示健康/安全扫描结果。
  • 一键安装、更新、卸载,带实时进度条,失败时自动回滚。
  • 跨平台支持(Windows、Linux),自动代理和镜像回退。
  • 安装前冲突检查与健康扫描,阻止不兼容或危险的插件。
  • 一键标星(使用本地 git 凭证)。
  • 自更新检测,界面中显示更新按钮。

zat-dsh-engine DSH 插件适合哪些场景

  • 在聊天中描述需求(如“找一个能让模型看图的插件”),AI 自动查找并推荐。
  • 管理所有已安装插件:直接启用/禁用、检查更新、卸载。
  • 安装新插件前,一键检查冲突并生成健康报告。
  • 通过自动备份恢复因插件安装失败的 DSH 配置文件。

zat-dsh-engine DSH 插件适合谁

  • 希望用社区插件扩展 DeepSeek Harness 功能的用户。
  • 需要方便地发现和管理自己插件的开发者。

zat-dsh-engine DSH 插件的限制

  • GitHub 搜索 API 限制“全部”视图最多显示 1000 个结果;分类和搜索过滤器可覆盖所有插件。
  • 需要正常工作的 dsh 安装、pnpm 和 curl 在 PATH 中。
  • 新插件的中文介绍需要用户在 dsh 中选择一个模型。
  • 一次只能安装一个市场插件;冲突检查会阻止同时安装两个市场。

zat-dsh-engine DSH 插件的仓库 README 摘录

以下文字摘自 zat-dsh-engine DSH 插件的上游仓库 mishibeikejie/zat-dsh-engine 的 README,版权归原作者,仅作引用。

> 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

阅读完整 README仓库许可: MIT

zat-dsh-engine DSH 插件常见问题

为什么插件市场的“全部”视图只显示 1000 个插件?

GitHub 的搜索 API 对任何查询限制为 1000 个结果。这是 API 的限制,不是市场的问题。不过,通过搜索和分类过滤器可以访问所有插件,不受此限制影响。

安装插件后 dsh 无法启动,如何恢复?

市场会在每次成功操作后自动备份正常状态到配置文件目录下的 `zat-backup/` 文件夹中。恢复方法:将 `zat-backup/` 中的三个文件复制回配置文件目录。例如 Windows PowerShell:`Copy-Item "$HOME\.dsh\profiles\web\zat-backup\*" "$HOME\.dsh\profiles\web\" -Force`。然后重新启动 dsh 即可。

可以同时安装两个市场插件吗?

不可以。安装冲突检查会阻止,因为两个市场/管理器插件会注册相同的设置页面和服务,可能导致 dsh 崩溃。必须先卸载当前市场插件,才能切换到另一个。

为什么需要模型才能显示中文介绍?

市场内置了 999 个预先翻译的中文介绍。只有快照之后发布的新插件才会使用你在 dsh 中选择的模型进行实时翻译。如果没有模型,则会显示英文介绍。

镜像安全吗?

镜像(gh-proxy.com)仅在直接请求 GitHub 失败时作为回退使用,且只用于获取公开仓库元数据。它不会处理私有数据或凭证。插件安装后的网络行为与镜像无关。