yhPrime/dsh-github-installer0

dsh-github-installer

基于 dsh-std 标准化协议的插件管理器:支持通过 GitHub 仓库 URL、npm 包名或 Git 地址一键安装、卸载和更新插件。

AI 分析

核心用途是简化 DSH 插件的生命周期管理。适合不熟悉命令行、希望在设置界面或通过对话直接管理插件的用户。

套件
dsh-github-installer
版本
2.1.0
授權
MIT
最近更新
2026年8月29日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:yhPrime/dsh-github-installer

使用 / Usage

对话工具(模型工具)

manage_pluginaction = install | uninstall | update | statustarget = 仓库网址/包名/插件包名。

install https://github.com/owner/repo
install github:owner/repo#path:/subdir
install dshmarket
install https://gitlab.com/group/repo
uninstall dsh-some-plugin
update dsh-some-plugin
status

标准命令(设置页 UI 内部调用)

/ghp-install · /ghp-uninstall · /ghp-update · /ghp-list · /ghp-status · /ghp-cancel