zhang66633/dsh-plugin-installer ↗★ 3
dsh-plugin-installer
DSH 插件商店与安装排障一体包,在 Web 端提供插件目录浏览与一键触发安装,内置辅助安装技能。
AI 分析
核心用途是简化 DSH 插件的浏览与安装流程。适合不熟悉命令行操作、希望在 GUI 中一键管理和安装插件的用户。
安裝
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:zhang66633/dsh-plugin-installer說明文件
閱讀完整 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.