runfali/dsh-config-center ↗★ 0
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 生态的用户。
インストール
$
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)