DeepSeek Harness plugin

dsh-plugin-manager-d4cluv-train

MVP dsh bundle plugin: proves it loaded by registering a /plugin-manager web route, logging, writing a marker file, and adding a sidebar '插件' button whose modal lists the user-installed plugins

Jump to install

Source facts

Repository
D4Cluv-Train/dsh-plugin-manager
Latest update
Aug 17, 2026
Category
Tools & Capabilities
GitHub stars
2
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/D4Cluv-Train/dsh-plugin-manager
Plugin: dsh-plugin-manager-d4cluv-train
Author: D4Cluv-Train

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer2 files
README.mdSource · read only

dsh-plugin-manager

在 web GUI 侧边栏添加 "插件" 按钮,用于查看和管理自行安装的插件(dsh plugin --profile web add 安装的 bundle,不含 dsh-base / dsh-web-app 等官方自带)。

功能

  • 状态展示:弹窗列出已安装插件,显示运行状态(运行中 / 加载失败 / 加载中 / 已关闭)。
  • 启用 / 关闭:每个插件带开关,可随时停用或重新启用。
  • 统一生效:在弹窗里勾选后,关闭弹窗时一次性应用所有更改。

- 纯 host 插件即时生效; - 含界面组件的插件会弹出提示,刷新页面(或重启 dsh)后生效。

  • 发现插件:弹窗含"发现"标签页,浏览 awesome-dsh-plugin 收录的社区插件,可一键安装。

安装

一行命令安装:

dsh plugin --profile web add @d4cluvtrain/dsh-plugin-manager

其他来源同样可用(dsh plugin add 转发给 pnpm,支持任意 spec):

  • Git 仓库(需要仓库含 prepare 脚本,且 pnpm ≥10 需在 profile 的 pnpm-workspace.yaml 放行其构建):

``bash dsh plugin --profile web add git+https://github.com/D4Cluv-Train/dsh-plugin-manager.git#main ``

  • tarball / 本地路径:

``bash dsh plugin --profile web add /path/to/dsh-plugin-manager-0.1.0.tgz ``

命令会把包安装进 ~/.dsh/profiles/web/node_modules,并追加到该 profile 的 dsh.profile.bundles

> 安装 / 修改后需重启 dsh web,插件才会挂载。

使用

1. 重启 dsh web 后,浏览器打开; 2. 侧边栏设置按钮上方出现 "插件" 按钮,点击弹出弹窗; 3. 查看插件状态,或切换开关;关闭弹窗后生效。

移除

dsh plugin --profile web remove @d4cluvtrain/dsh-plugin-manager

构建(开发)

npm install
npm run build