icefall7/dsh-plugin-scout0

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.

AI Analysis

核心用途是让 DSH 智能体具备“自我升级”的探索能力,通过对话即可帮你寻找、筛选和评估生态内的优秀插件。适合想要探索 DSH 扩展功能、寻找特定插件的 DSH 用户。

Package
dsh-plugin-scout
Version
0.1.0
License
MIT
Last updated
Aug 14, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:icefall7/dsh-plugin-scout

Usage

Ask DSH things like:

  • "Is there a harness for X in the ecosystem? Should I try it?"
  • "Before I build a Y plugin, what already exists?"
  • "Survey the dsh-plugin topic and judge what is worth adopting for my goal."

The skill runs two deterministic scripts:

  • scripts/survey-harness.mjs — lists deepseek-harness packages and the locally installed official packages.
  • scripts/search-topic.mjs — lists public, non-archived, non-fork repos tagged dsh-plugin, with pagination.

It then narrows to the relevant candidates, inspects their README, package.json and file tree, and applies references/judgment-rubric.md to reach each verdict.