icefall7/dsh-plugin-scout ↗★ 0
dsh-plugin-scout
A DeepSeek Harness plugin + skill that scouts the DSH ecosystem: the core deepseek-harness repo and every dsh-plugin-tagged repository, discovers harnesses related to your goal, and judges whether each is worth trying.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:icefall7/dsh-plugin-scout说明文档
阅读完整 README ↗dsh-plugin-scout
一个 DeepSeek Harness 插件 + skill:侦察 DSH 生态——扫描核心 deepseek-harness 仓库与所有打上 dsh-plugin topic 的仓库,发现与你目标相关 的 harness,并判断每个是否值得试用。
它做什么
在动手写新 harness、或决定采用别人的插件之前,plugin-scout 回答两个问题:
- 核心 harness 里已经内置了什么,避免重复造轮子?
- 社区里哪些插件和我的目标相关,值不值得试用?
它产出一张候选清单,每个候选给出 试用 / 观望 / 跳过 三种结论之一,并附上支撑 结论的证据。它只管侦察与判断:安装交给 find-plugins,开发新插件交给 make-dsh-plugin。
安装
作为 bundle(发布到 npm 或从 git 安装):
dsh plugin add https://github.com//dsh-plugin-scout
bundle 会自动注册 plugin-scout skill。
或只装 skill,复制目录即可:
cp -R skills/plugin-scout "$DSH_HOME/skills/"
用法
直接问 DSH:
- 「生态里有没有做 X 的 harness?该不该试用?」
- 「我要写一个 Y 插件,先看看已经有什么?」
- 「扫一遍 dsh-plugin topic,判断哪些值得为我的目标采用。」
skill 会运行两个确定性脚本:
- scripts/survey-harness.mjs —— 列出 deepseek-harness 的包与本机已装的官方包。
- scripts/search-topic.mjs —— 列出公开、未归档、非 fork、带 dsh-plugin topic 的 仓库,并处理分页。
随后收敛到相关候选,读它们的 README、package.json 与文件树,按 references/judgment-rubric.md 给出结论。
License
MIT