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.
AI Analysis
核心用途是实现用户消息与 DSH 技能目录的智能匹配与自动注入。适合拥有多个自定义技能、希望 AI 能根据输入意图自动调用对应技能而无需手动指定的任务。
Install
This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗
README
Read the full 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 工具)默认让位 |