Plugin directory / Developer / @sandbaseai/dsh-plugin-store
@sandbaseai/dsh-plugin-store
Verified · install-tested on dsh sandbaseai
What it does
Native plugin marketplace for DeepSeek Harness: discover, filter, install, and manage 4,000+ community plugin packages.
Works — verified, early-stage project
Native plugin marketplace for DeepSeek Harness: discover, filter, install, and manage 4,000+ community plugin packages. 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 @sandbaseai/dsh-plugin-store for me" — your agent finds it in the directory and installs it. Docs: dshbase-catalog · verified packs.
This plugin is GitHub source (not published to npm) — install it straight from the repo:
Web profile:
dsh plugin --profile web add github:sandbaseai/dsh-plugin-store Headless (CLI) profile:
dsh plugin --profile headless add github:sandbaseai/dsh-plugin-store Test report
Verified: L1 install + L2 load + L3 runtime from GitHub source on dsh 0.1.0-rc.6.
When to use it
Open Settings and browse 4,000+ community DSH plugins with search, tags, sort, and a bounded one-click install, without leaving the web UI.
Who it's for
Users who want an in-app marketplace for discovery and install status instead of hunting GitHub topics or running CLI add commands.
For developers — extending it
The catalog API, install transaction, and Settings views are the seams — tighten provenance gates, rollback, or add richer compatibility signals.