dshpluginsdshplugins.cc

How to Install DeepSeek Harness (dsh) Plugins

2026-08-14

Two ways to install

Plugins can be installed from npm or straight from a GitHub repository. Both run through the dsh plugin command: dsh plugin --profile web add <npm-package> installs a published package, while dsh plugin --profile web add github:owner/repo clones and builds from source.

Find a plugin

Use the search box on dshplugins.cc, or browse categories. Every plugin page shows ready-to-run install commands with a copy button.

Trust matters

GitHub-sourced plugins run their build scripts on your machine at install time. Only install sources you trust, and prefer pinned commits (github:owner/repo#sha). Check a plugin's health score and license on its page before installing.