Phantomcyber-ai/dsh-skill-router0

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 能根据输入意图自动调用对应技能而无需手动指定的任务。

Package
dsh-skill-router
Version
0.1.0
License
MIT
Last updated
Aug 16, 2026

Install

This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗

配置

字段默认说明
enabledtrue总开关
modehybridhybrid / heuristic(零 LLM)/ llm(全判定)
llmProvider / llmModel指定判定模型;留空自动选第一个可用 provider
maxSkillsPerMessage2每条消息最多注入技能数
minScore0.5启发式强命中阈值
llmTimeoutMs12000LLM 判定超时
skipShortMessagestrue"继续/嗯"等短消息不路由
respectOnDemandPresetstrueanchored-standard 类组合(无 skill 工具)默认让位