JMweitao/dsh-local-plugin-installer0

dsh-local-plugin-installer

Install and build local DeepSeek Harness plugins from the Web settings Plugins section.

包名
dsh-local-plugin-installer
版本
0.2.0
许可证
MIT
最近更新
2026年8月22日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:JMweitao/dsh-local-plugin-installer

使用方法

  1. 打开 DSH Web。
  2. 进入 设置 → 插件 → 安装本地插件
  3. 选择本地插件目录,或粘贴 Git 安装地址。
  4. 本地插件还没有构建产物、或修改了源码时,点击 pnpm build
  5. 点击安装按钮,插件会执行:
dsh plugin --profile web add 

Git 地址支持:

github:JMweitao/dsh-local-plugin-installer#v0.1.0
git+https://github.com/JMweitao/dsh-local-plugin-installer.git#v0.1.0
https://github.com/JMweitao/dsh-local-plugin-installer

Git 安装源会由包管理器下载,不能在本插件页面直接执行 pnpm buildpnpm build 只适用于本地目录。

  1. 重启 DSH Web,使 Host 和 Client bundle 重新组合加载。

Usage

  1. Open DSH Web.
  2. Go to Settings → Plugins → Install local plugin.
  3. Select a local plugin directory or paste a Git installation source.
  4. Click pnpm build when a selected local plugin needs to be built or its source changed.
  5. Click the install button to run:
dsh plugin --profile web add 

Supported Git sources:

github:JMweitao/dsh-local-plugin-installer#v0.1.0
git+https://github.com/JMweitao/dsh-local-plugin-installer.git#v0.1.0
https://github.com/JMweitao/dsh-local-plugin-installer

A Git source is downloaded by the package manager and cannot be built directly from this page; pnpm build applies only to local directories.

  1. Restart DSH Web so Host and Client bundle composition reloads.