Elysiaqwq/dsh-ccswitch0

dsh-ccswitch

Import CCSwitch's skills (~/.cc-switch/skills) AND MCP servers (~/.cc-switch/cc-switch.db) into DeepSeek Harness in one plugin: skills show up in the '/' reference menu, MCP servers are mounted as mcp__<server>__<tool> tools — without modifying DSH itself.

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

安装

此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗

⚙️ Configuration

ccswitch:
  skills:
    enabled: true
    path: ~/.cc-switch/skills
    disabled: []
  mcp:
    enabled: true
    path: ~/.cc-switch/cc-switch.db
    disabled: []
  models:
    enabled: true
    disabled: []

models.disabled lists CCSwitch provider names to skip. models.path falls back to mcp.path (same cc-switch.db).