zhang66633/dsh-plugin-installer3

dsh-plugin-installer

DSH 插件商店 + 安装排障技能一体包:Web GUI「插件商店」页签浏览插件目录(名称/介绍/原链接),一键触发安装;内置 dsh-plugin-installer 技能作为安装后端引擎。

AI 分析

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

パッケージ
dsh-plugin-installer
バージョン
2.0.0
ライセンス
MIT
最終更新
2026/08/16

インストール

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

ドキュメント

README 全文を読む ↗

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.