asakumizy/dsh-local-skills ↗★ 1
dsh-local-skills
Local SKILL browser plugin for DeepSeek Harness: discovers local skills with live filesystem updates and surfaces them in the web UI with a Use button that explains how to invoke each skill.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:asakumizy/dsh-local-skills说明文档
阅读完整 README ↗配置
在 web 的 Plugins 设置页(或 cordis.patch.yml)里配置 local-skills:
skillDirs: 要扫描的额外目录(绝对路径或~开头的路径);留空则默认扫描~/.dsh/local-skills。watch: 是否实时监听文件变化(默认true)。providerName: skill 的 provider 标签(默认local-skills)。
也可以在 ~/.dsh/profiles/web/cordis.patch.yml 里覆盖:
- id: local-skills
config:
skillDirs:
- ~/my-skills
- D:/work/skills