zhang66633/dsh-plugin-installer3

dsh-plugin-installer

DSH 插件商店与安装排障一体包,在 Web 端提供插件目录浏览与一键触发安装,内置辅助安装技能。

AI 分析

核心用途是简化 DSH 插件的浏览与安装流程。适合不熟悉命令行操作、希望在 GUI 中一键管理和安装插件的用户。

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

安装

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

Configuration

  • Store data: data/store.json is a catalog snapshot (name / description / original link / category / stars) shipped with the package; no network fetch at runtime. Refresh = rebuild the snapshot and reinstall.
  • Install request: clicking 安装 only POSTs a JSON request (plugin name + session id) to the local /plugin-store/install route; the actual install is performed by the current session's agent.
  • No other config, no environment variables, no secrets.