icefall7/dsh-plugin-scout0

dsh-plugin-scout

DSH 生态侦察插件与技能,可自动检索 DSH 核心仓库及所有带 dsh-plugin 标签的开源仓库,根据目标推荐并评估值得尝试的插件。

AI 分析

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

套件
dsh-plugin-scout
版本
0.1.0
授權
MIT
最近更新
2026年8月14日

安裝

$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.