JMweitao/dsh-local-plugin-installer0

dsh-local-plugin-installer

在 Web 设置的插件页面中安装和构建本地或 Git 来源的 DeepSeek Harness 插件

AI 分析

核心用途是简化插件的安装与开发调试。适合 DSH 插件开发者或频繁尝试社区插件的用户,支持在 Web 界面中直接选择本地目录或粘贴 Git 地址进行安装和构建。

套件
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.