zhang66633/dsh-plugin-installer3

dsh-plugin-installer

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

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.