newbieYi/dsh-plugin-manager0

dsh-plugin-manager

DSH plugin manager: list installed plugins with descriptions and uninstall the ones you installed yourself.

AI 分析

核心用途是提供可视化的插件管理界面,方便用户查看已装插件列表并一键卸载。适合需要便捷管理本地 DSH 插件生态的用户。

パッケージ
dsh-plugin-manager
バージョン
0.1.0
最終更新
2026/08/19

インストール

$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: ''