zebbkira/dsh-pluginmgmt1

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 分析

核心用途是简化从 GitHub 安装和维护插件的流程。适合喜欢尝试 GitHub 社区最新插件、需要自动更新功能的用户。

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

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:zebbkira/dsh-pluginmgmt

ドキュメント

README 全文を読む ↗

Configuration

配置存 ~/.dsh/dsh-pluginmgmt.json(权限 0600):

配置项默认值说明
settings.autoUpdatefalse是否后台自动更新
settings.autoUpdateIntervalMin30自动更新检查间隔(分钟)
  • 环境变量:DSH_HOME(默认 ~/.dsh)。
  • 敏感项:登记簿只存来源 URL / ref / 类型,不存任何凭据(无 GitHub token)。