Plugin directory / Developer / dsh-plugin-observatory
dsh-plugin-observatory
Verified · install-tested on dsh CMSKL
What it does
DSH plugin compatibility audit and bounded Loader lifecycle observation
Works — verified, early-stage project
DSH plugin compatibility audit and bounded Loader lifecycle observation It installs cleanly and boots without issues in our testing. It's early-stage but functional.
“Verified” means our automated CI actually ran dsh plugin add in a clean profile and it booted — nothing more. Feature descriptions and version compatibility are the author’s claims. This is not a security audit and not an endorsement of third-party code.
No README cached for this plugin yet. Check GitHub, or wait for the next daily sync.
Install
Install the catalog once, then DeepSeek Harness can find and install any plugin from this site automatically:
dsh plugin add dshbase-catalog Then say "install dsh-plugin-observatory for me" — your agent finds it in the directory and installs it.
Web profile:
dsh plugin --profile web add dsh-plugin-observatory Headless (CLI) profile:
dsh plugin --profile headless add dsh-plugin-observatory Package
npm: dsh-plugin-observatory · version 0.1.0 · tested on dsh 0.1.0-rc.6
Test report
Verified end-to-end: installed via `dsh plugin add`, activated in the profile, and booted a task successfully.
When to use it
Extend the agent's coding surface — give it a new tool, workflow, or integration so it handles a dev task it couldn't before.
Who it's for
Developers who want dsh to behave like a teammate on real codebases — editing, running, and verifying changes rather than just answering.
For developers — extending it
The tool/command surface is the seam: expose more of the SDK, add smarter context wiring, or tighten the loop between code changes and verification.