runfali/dsh-config-center0

dsh-config-center

在网页端管理插件、技能和 MCP 服务的 DSH 扩展中心插件

AI 分析

核心用途是提供一个 Web 界面,用于可视化安装/卸载 bundle、编辑配置文件、修改技能描述以及动态挂载 MCP 服务。适合需要一站式、免命令行管理 DSH 生态的用户。

包名
dsh-config-center
版本
0.1.0
许可证
MIT
最近更新
2026年8月24日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:runfali/dsh-config-center

Configuration

Config can be overridden by appending a full-replacement block to ~/.dsh/profiles/web/cordis.patch.yml:

- id: config-center
  config:
    patchPath: ""          # absolute path to cordis.patch.yml; empty = auto-locate (derivable in bundle install state)
    skillsRoot: ""         # override the writable skills root (default ~/.dsh/skills)
    maxPatchBytes: 1048576 # read cap for the patch file
    projectRoot: ""        # scan start point for project skills; empty = skip project roots
    customSkillDirs: []    # extra custom skill roots (read-only display)