yhPrime/dsh-github-installer ↗★ 0
dsh-github-installer
基于 dsh-std 标准化协议的插件管理器:支持通过 GitHub 仓库 URL、npm 包名或 Git 地址一键安装、卸载和更新插件。
AI 分析
核心用途是简化 DSH 插件的生命周期管理。适合不熟悉命令行、希望在设置界面或通过对话直接管理插件的用户。
安裝
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:yhPrime/dsh-github-installer說明文件
閱讀完整 README ↗使用 / Usage
对话工具(模型工具)
manage_plugin:action = install | uninstall | update | status,target = 仓库网址/包名/插件包名。
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