Skill
dsh-plugin-dev
为 DeepSeek Harness (dsh) 开发插件并走官方机制安装(独立 npm bundle + dsh plugin add)。当用户要求开发/创建 dsh 或 deepseek-harness 插件、给 dsh 添加工具/搜索 provider/LLM 适配器/设置卡片/UI 皮肤/事件钩子,或排查 dsh 插件安装失败时使用。含可复制模板、官方安装三形态、验证清单与常见坑。
- Source
- ligaoc
- installs
- 1 installs
- License
- MIT
- Updated
- Updated 2 days ago
Readme
# dsh-plugin-dev(技能) 指导大模型为 [DeepSeek Harness (dsh)](https://github.com/deepseek-ai/deepseek-harness) 开发插件、并走**官方机制**安装(独立 npm bundle + `dsh plugin add`)的技能(Skill)。 - `SKILL.md` — 给模型读的主文件:概念模型、Host/Client 插件开发、官方安装三形态、验证清单、常见坑 - `template/` — Host 插件骨架,复制改三处名字即可开工 ## 用法 把本文件夹放进你的 agent 技能目录(如 `~/.agents/skills/dsh-plugin-dev-2.0.0/`), 或直接在对话里让模型读取 `SKILL.md`。之后对模型说"帮我开发一个 dsh 插件"即可。 ## 前提 - Node.js ≥ 22.19(或 24+),pnpm 在 PATH 上 - 官方 CLI:`npx @deepseek-ai/dsh web`(Web UI 起在 http://127.0.0.1:3080) ## 时效 基于 upstream `deepseek-ai/deepseek-harness` @ 2026-08-13(dsh `0.1.0-rc.6`)验证。 dsh 处于 developer preview,接口可能变动;不符时以官方文档 (仓库 `docs/user/develop/`)与 `dsh plugin --help` 为准。
Install
# Skills are files: copy them into $DSH_HOME/skills/dsh-plugin-dev (defaults to ~/.dsh/skills/dsh-plugin-dev)
Profile: web
With the hub plugin installed, ask your agent to install it by name — it resolves the same plan shown here.
dsh plugin --profile web add github:stvlynn/dsh.fish#path:packages/dsh-plugin-hub
install ligaoc-dsh-plugin-dev from the hub