newbieYi/dsh-plugin-manager ↗★ 0
dsh-plugin-manager
DSH 插件管理器:列出已安装插件的描述并支持卸载自行安装的插件
AI 分析
核心用途是提供可视化的插件管理界面,方便用户查看已装插件列表并一键卸载。适合需要便捷管理本地 DSH 插件生态的用户。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:newbieYi/dsh-plugin-manager说明文档
阅读完整 README ↗配置
在 profile 的 cordis.patch.yml 里可选配置:
- insert:
- id: plugin-manager
name: dsh-plugin-manager
config:
# 卸载作用的 profile 目录。留空则自动寻找 bundles 中包含本包的 profile,
# 找不到再回退到 $DSH_HOME/profiles/web。
profileDir: ''