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.

AI 분석

核心用途是打破生态壁垒,让 DSH 直接复用 CCSwitch 的技能和 MCP 工具。适合同时使用两套工具、希望在 DSH 中无缝调用已有 MCP 服务的用户。

패키지
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).