runfali/dsh-config-center0

dsh-config-center

Extension center for DeepSeek Harness: manage plugins, skills and MCP servers from the WebUI — bundle install/remove, cordis.patch.yml row CRUD, SKILL.md editing, live MCP mounting. Zero-intrusion bundle plugin, no dsh source changes.

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)