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 Analysis

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

Package
dsh-ccswitch
Version
0.1.0
License
MIT
Last updated
Aug 24, 2026

Install

This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full 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).