DSH Kit · Sandbase
GitHub ↗

DSH Plugin Store

Install-verified DSH plugins, ordered by score.
Browse, search, install — all in one place.

Plugins
Categories
Tools
Showing — of — plugins Powered by Sandbase API
# Plugin Category Install
DSH Kit · Sandbase

Using the Plugin Store

GitHub ↗
What is DSH Kit?

DSH Kit is a curated collection of 102 Cordis plugins for DeepSeek Harness. All plugins use a single SANDBASE_API_KEY and call the unified Sandbase API.

How do I install a plugin?

Click the Install button to copy the pnpm add command, then run it in your DSH workspace. Add the plugin to your cordis.patch.yml to enable it.

What API key do I need?

All plugins use SANDBASE_API_KEY. Set it once: export SANDBASE_API_KEY="your-key". No per-provider keys needed.

How do I enable a plugin in DSH?

Add it to your cordis.patch.yml:
- name: '@sandbaseai/dsh-plugin-web-search'
  config:
    enabled: true