DeepSeek Harness (DSH) 专属技能包 — 由 dshbase.com 实测整理。
每个技能都是标准的 DSH skill(SKILL.md),覆盖 DSH 生态的核心操作:首次启动、插件安装/开发、排错、技能编写、Claude Code 迁移、安全审查、能力移植。
| 技能 | 用途 |
|---|---|
dsh-onboarding |
首次启动与配置 |
dsh-plugin-install |
插件安装与管理(含实测坑) |
dsh-plugin-dev |
TypeScript 插件开发 |
dsh-troubleshoot |
报错定位与修复 |
dsh-skill-dev |
编写技能 |
dsh-claude-migrate |
从 Claude Code 迁移 |
dsh-plugin-review |
插件安全审查 |
dsh-plugin-port |
移植 Claude 能力到 DSH |
git clone https://github.com/ylwl1997/dshbase-skills.git
# 把技能目录复制到你的 skill 目录(或用 dsh plugin 加载)
⚠️ DSH web profile 默认禁用 skill(tool-skill/skill-filesystem),CLI/headless 是开的。
- 插件目录(122 个实测):https://dshbase.com/plugins/directory/
- 排错:https://dshbase.com/troubleshooting/
- 插件开发:https://dshbase.com/plugins/
MIT