Scouts the deepseek-harness repo and every dsh-plugin-tagged repository to discover harnesses related to your goal, then judges each as worth trying, watching, or skipping.
Install
# from GitHub (first run asks for allowBuilds approval — follow the hint, retry)
dsh plugin --profile web add github:icefall7/dsh-plugin-scout
Any plugin you install runs third-party code with your own permissions — it can read your files, use your credentials, and reach the network, and tool approvals don’t sandbox it. GitHub-sourced plugins also run build scripts at install time. Only install sources you trust, and pin a commit (github:owner/repo#sha).
README
A DeepSeek Harness plugin + skill that scouts the DSH ecosystem: it surveys the core deepseek-harness repo and every repository tagged dsh-plugin, discovers harnesses related to your goal, and judges whether each is worth trying.
What it does
Before you build a new harness or adopt someone else's, plugin-scout answers two questions:
- What already ships in the core harness, so you do not rebuild it?
- Which community plugins are related to my goal, and are they worth trying?
It produces a short candidate table with one verdict per candidate — TRY / WATCH / SKIP — plus the evidence behind each verdict. It only scouts and judges: installing a chosen plugin is find-plugins' job, and building a new one is make-dsh-plugin's job.
Install
As a bundle (published to npm or installed from git):
dsh plugin add https://github.com/<owner>/dsh-plugin-scout
The bundle registers the plugin-scout skill automatically.
Or install only the skill by copying its directory:
cp -R skills/plugin-scout "$DSH_HOME/skills/"
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.
License
MIT
Links
More in this category
strukto-ai/mirage#dsh★ 3416
Swaps the filesystem and bash providers for a mirage virtual workspace: file tools and shell commands run over mounted resources (RAM, S3, Redis, Slack, Gmail, Notion, Postgres) instead of the host disk, with per-mount read/write/exec modes, per-command sandbox routing (monty, pyodide, quickjs in process; docker, e2b, daytona remote), and installed CLIs (git, gh, slack, linear, ntn, gws, or one you register) as head words in the virtual terminal.
hust-open-atom-club/oh-dsh★ 171
Community distribution: TUI, desktop, and Web UI as one bundle with layered installation.
Jayden-X-L/forkprobe★ 65
Compare multiple skills on the same task and pick the winner.
vlln/plugin-registry★ 37
Ecosystem infrastructure: a thin browser console for managing official repository plugins (zero patches) plus a make-dsh-plugin skill for guided plugin development.
forrestchang/dsh-multica-runtime★ 32
Run the dsh runtime on Multica.
DietCokewithSugar/dsh-user-experience★ 18
Finds potential UX issues in your project: automatically reviews React/TypeScript code, pinpoints each problem, and gives concrete suggestions.