Phantomcyber-ai/dsh-skill-router ↗★ 0
dsh-skill-router
Intent-level skill auto-routing for DeepSeek Harness: routes every user message against the skill catalog and injects the matching skill body automatically — the harness finally uses skills when it should.
安装
此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗
说明文档
阅读完整 README ↗配置
| 字段 | 默认 | 说明 |
|---|---|---|
enabled | true | 总开关 |
mode | hybrid | hybrid / heuristic(零 LLM)/ llm(全判定) |
llmProvider / llmModel | 空 | 指定判定模型;留空自动选第一个可用 provider |
maxSkillsPerMessage | 2 | 每条消息最多注入技能数 |
minScore | 0.5 | 启发式强命中阈值 |
llmTimeoutMs | 12000 | LLM 判定超时 |
skipShortMessages | true | "继续/嗯"等短消息不路由 |
respectOnDemandPresets | true | anchored-standard 类组合(无 skill 工具)默认让位 |