runfali/dsh-config-center ↗★ 0
dsh-config-center
在网页端管理插件、技能和 MCP 服务的 DSH 扩展中心插件
AI 分析
核心用途是提供一个 Web 界面,用于可视化安装/卸载 bundle、编辑配置文件、修改技能描述以及动态挂载 MCP 服务。适合需要一站式、免命令行管理 DSH 生态的用户。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:runfali/dsh-config-center说明文档
阅读完整 README ↗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)