ryasrk/dsh-awesome-skills1

dsh-awesome-skills

在约 6000 个本地技能语料库中进行语义向量检索的插件,包含按需路由的 skill-router 技能。

AI 分析

核心用途是通过语义检索将任务路由至最相关的本地技能剧本,避免污染单次对话的上下文。适合拥有庞大本地技能库、需要高效技能调度的重度用户。

包名
dsh-awesome-skills
版本
0.1.0
最近更新
2026年9月3日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:ryasrk/dsh-awesome-skills

Configuration

All fields optional, via a cordis.patch.yml row:

FieldDefaultMeaning
corpusDir~/.dsh/awesome-skills/skillsSkill bodies (`
/SKILL.md`)
homeOS home (os.homedir())Base home the router skill installs under (/.agents)
agentsHome/.agentsAgents home whose skills/ root the harness reads; overrides $DSH_AGENTS_HOME
installSkillRoutertrueInstall the router skill on apply

Environment: DSH_AWESOME_SKILLS_CORPUS (corpus), DSH_AWESOME_SKILLS_INDEX (index directory for the CLI), DSH_AGENTS_HOME (agents home; resolved the same way the harness skill provider does, so a relocated agents home still receives the router skill).