它解决什么问题
dsh-skills
核心功能
- 没有「安装」这回事:技能放进扫描根即生效。本页管理的是全局库
- 技能是文件树,不是一个 MD:编辑器只编辑 SKILL.md 并明示还有几个
- 编辑引用 = 编辑来源:编辑器头部黄字明示,保存直接写入来源文件。
- 宿主端(lib/index.mjs):SkillHubGateway 继承 TypertRemoteService,
- 浏览器端(lib/client.js):$mount identity 编解码描述符 →
- 国际化:全部可见文案经官方 locale 服务渲染。zh/en 词典在
- dsh-attachments
- dsh-inspector
安装
npx @deepseek-ai/dsh plugin add CocoSgt/dsh-skills
插件 README 中出现的其它命令:
dsh plugin --profile web add dsh-skills
dsh plugin --profile web add dsh-skills dsh-attachments dsh-inspector
dsh plugin --profile web add github:CocoSgt/dsh-skills
dsh web。卸载:dsh plugin --profile web remove dsh-skills。
现状数据
- 周下载量:-
- GitHub Stars:13
- 中文说明:已汉化
适合谁用
正在用 DeepSeek Harness(dsh)做开发、希望扩展其能力的人。装之前建议先看周下载量与 Star 数判断活跃度。
常见问题
装不上怎么办? 先确认 dsh 版本最新,再重试安装命令;仍失败可到插件页查看「安装兼容性检查」。
装了不生效? 部分插件需重启 dsh 会话或重新加载配置才生效。
> 本文依据插件官方 README 自动整理,具体用法以插件最新版本为准。