zhang66633/dsh-plugin-installer ↗★ 3
dsh-plugin-installer
DSH 插件商店 + 安装排障技能一体包:Web GUI「插件商店」页签浏览插件目录(名称/介绍/原链接),一键触发安装;内置 dsh-plugin-installer 技能作为安装后端引擎。
AI Analysis
核心用途是简化 DSH 插件的浏览与安装流程。适合不熟悉命令行操作、希望在 GUI 中一键管理和安装插件的用户。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:zhang66633/dsh-plugin-installerREADME
Read the full README ↗Configuration
- Store data:
data/store.jsonis 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/installroute; the actual install is performed by the current session's agent. - No other config, no environment variables, no secrets.