dsh-pluginmgmt
Plugin manager for the dsh web GUI: paste a GitHub repo URL, verify it is a dsh plugin (bundle or pure cordis), install, then update / remove / enable / disable across the full lifecycle, with background auto-update.
AI Analysis
核心用途是简化从 GitHub 安装和维护插件的流程。适合喜欢尝试 GitHub 社区最新插件、需要自动更新功能的用户。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:zebbkira/dsh-pluginmgmtREADME
Read the full README ↗Configuration
配置存 ~/.dsh/dsh-pluginmgmt.json(权限 0600):
| 配置项 | 默认值 | 说明 |
|---|---|---|
settings.autoUpdate | false | 是否后台自动更新 |
settings.autoUpdateIntervalMin | 30 | 自动更新检查间隔(分钟) |
- 环境变量:
DSH_HOME(默认~/.dsh)。 - 敏感项:登记簿只存来源 URL / ref / 类型,不存任何凭据(无 GitHub token)。