Independent DSH Plugin Registry

DeepSeek Harness Plugins

Find and compare community plugins for DeepSeek Harness with source-backed capabilities, install paths, security signals, compatibility evidence, and repository facts.

1942 plugins indexed8categoriescommunity sourcesupdated today

Community favorites balanced with recent repository activity and registry verification signals.

Browse popular plugins
View plugin dsh-routing-suite

dsh-routing-suite

yjh051108/dsh-routing-suite

7.1kGitHub stars
Manifest Valid

A bundle combining a runtime injector and task-aware reasoning-mode router presets for DeepSeek Harness.

dsh plugin --profile web add github:yjh051108/dsh-routing-suite
DSH Profile: webv0.0.1-rc1MIT
View plugin
View plugin honcho

honcho

plastic-labs/honcho

7kGitHub stars
Indexed

Memory library for building stateful agents

| DeepSeek Harness | dsh plugin --profile <name> add @honcho-ai/dsh-honcho | [dsh-honcho](https://github.com/plastic-labs/dsh-honcho) |
DSH Profile: <name>AGPL-3.0
View plugin

New Plugins

Recently added plugins and bundles ready to explore.

View all new plugins
View plugin dsh-workspace-tree

dsh-workspace-tree

liceses/dsh-workspace-tree

6GitHub stars
Manifest Valid

把 DSH Web 左侧栏的「工作区」重做为文件系统树双模式。核心原则: 工作区 = 目录强绑定——会话的 cwd 就是它所在的目录,环境真正隔离。

v1.0.1MIT
View plugin

Recently Updated Plugins

Plugins with the latest public repository commits or releases.

View all recently updated
View plugin oh-my-knowledge

oh-my-knowledge

lizhiyao/oh-my-knowledge

19GitHub stars
Manifest Valid

Evidence-backed evaluation and observability bundle for prompts, RAG, skills, agents, and workflows in DeepSeek Harness.

dsh plugin --profile web add oh-my-knowledge
DSH Profile: webv0.54.0MIT
View plugin
View plugin dsh-novel-writer

dsh-novel-writer

siweina/dsh-novel-writer

15GitHub stars
Manifest Valid

A DeepSeek Harness novel-writing assistant with chapter-library tools, style analysis, plot tracking, local semantic search, and continuation support.

dsh plugin --profile web add dsh-novel-writer
DSH Profile: webv3.9.5MIT
View plugin
View plugin mstar-harness

mstar-harness

btspoony/mstar-harness

58GitHub stars
Indexed

Multi-agent harness engineering workflows for DeepSeek Harness, with skills, commands, and optional TypeScript-enforced gates.

| dsh (DeepSeek Harness) | npx @mstar-harness/cli init --target dsh<br>(one CLI command that runs two **independent** dsh plugin --profile web add installs:<br>@mstar-harness/dsh + dsh-llm-fallbacks; --no-fallbacks skips the latter)<br>or dsh plugin --profile web add @mstar-harness/dsh<br>+ dsh plugin --profile web add dsh-llm-fallbacks |
DSH Profile: webv3.6.3MIT
View plugin

Understand plugins before you install

More Than a DSH Plugin List

Repository Intelligence

Public repository evidence is analyzed to explain what a plugin does, which capabilities it adds, useful scenarios, who it fits, and documented limitations.

Security Signals

Dependencies, lifecycle scripts, licenses, package manifests, DSH bundle declarations, and public source availability are surfaced as objective security signals.

Compatibility Evidence

Version-specific runtime results connect DeepSeek Harness releases with the plugin builds tested against them, while untested combinations are shown clearly.

Registry Classification

Installable plugins and plugin bundles are separated from directories, SDKs, scaffolds, desktop wrappers, tutorials, and other resources through rules, AI analysis, and review.

How DSH Plugin Analyzes a Repository

Each repository moves through a structured registry pipeline that combines public source facts, AI-assisted analysis, deterministic rules, and conservative publication policy.

1

Discover

Find DeepSeek Harness plugin repositories from the public dsh-plugin ecosystem and community submissions.

2

Inspect

Read README content, package metadata, DSH bundle declarations, manifests, releases, repository activity, and install information.

3

Analyze

Build source-grounded intelligence for capabilities, use cases, target users, documented limitations, install paths, and security signals.

4

Classify & Review

Classify the artifact and plugin type, then combine deterministic evidence, AI analysis, and registry policy to approve, reject, or hold it for review.

5

Publish Evidence

Publish index-ready plugin pages with install commands, repository facts, security signals, related plugins, and version-specific compatibility evidence.

registry pipelinelive + expanding
01 discover topic + submissions
02 inspect README + package + bundle
03 analyze capabilities + security
04 classify plugin + bundle + resource
05 review rules + AI + policy
06 publish registry + evidence
runtime compatibility evidence

What Are DeepSeek Harness Plugins?

DeepSeek Harness is built around a plugin-first architecture, so capabilities can be added or replaced without turning every feature into a core change. A DeepSeek Harness plugin can provide model tools, reusable skills, Web UI components, terminal experiences, runtime services, storage, sandboxes, model integrations, workflow logic, or other agent capabilities.

Plugins are usually installed into a DSH profile, which means the same Harness installation can run different combinations of extensions for Web, terminal, headless, or specialized workflows. That flexibility makes plugin discovery, source quality, security signals, and version compatibility increasingly important as the DSH ecosystem grows.

Developers publish community plugins through public GitHub repositories and the dsh-plugin ecosystem. DSH Plugin is an independent DeepSeek Harness plugin directory and registry that organizes those projects by capability, derives install paths from public source evidence, analyzes repository and package metadata, and publishes structured intelligence, security signals, and compatibility evidence so users can compare DSH extensions before installing them.

$ dsh plugin --profile web add <package-or-git-spec>

Install DSH plugins

How to Install DeepSeek Harness Plugins

Most DeepSeek Harness plugins are installed into a specific DSH profile with the dsh plugin command. The install target can be an npm package, a Git repository spec, or another source supported by the plugin author. DSH Plugin keeps the install path tied to public repository and package evidence so you can verify the target before running it.

$ dsh plugin --profile web add <package-or-git-spec>
01

Choose the right DSH profile

Check whether the extension targets the web, terminal, headless, or another profile. Installing a plugin into the wrong profile may leave its UI or runtime capabilities unavailable.

02

Use the documented package or Git spec

Copy the install command associated with the plugin repository. Some projects publish to npm, while others are installed directly from GitHub or a local checkout.

03

Restart and confirm the plugin loaded

Long-running DSH profiles may need a restart after installation. When the author provides a dump-config, health-check, or verification command, run it before relying on the extension.

Before installing any third-party DSH plugin, review its repository, recent activity, license, package metadata, install scripts, requested capabilities, security signals, and compatibility evidence. These signals make the review clearer, but they do not replace your own trust decision for code that will run on your machine.

DeepSeek Harness Plugin FAQ

What is a DeepSeek Harness plugin?+

A DSH plugin is an extension that adds or changes capabilities in DeepSeek Harness, such as tools, skills, UI, model integrations, runtime services, storage, security controls, or workflow features.

How do I install a DeepSeek Harness plugin?+

Most plugins are installed into a DSH profile with a command such as dsh plugin --profile web add <package-or-git-spec>. The exact profile and package or Git spec depend on the plugin, so use the project’s documented target and restart the profile when required.

Where do the plugins on DSH Plugin come from?+

DSH Plugin indexes public community repositories from the dsh-plugin ecosystem and structured submissions from plugin authors and users. Repositories then pass through source inspection, classification, AI-assisted analysis, and registry policy before publication.

Does Indexed mean a plugin is verified?+

No. Indexed means the repository has been accepted into the public DSH Plugin Registry. Runtime Verified is reserved for plugin and DeepSeek Harness version combinations backed by published runtime compatibility evidence.

Are DSH plugins safe to install?+

Third-party plugins execute code and should be reviewed before installation. DSH Plugin surfaces objective security signals such as dependency counts, lifecycle scripts, licenses, package manifests, DSH bundle declarations, and source availability, but no signal is an absolute safety guarantee.

How can I submit a DSH plugin?+

Use Submit Plugin and provide the public GitHub repository URL. The submission enters the same discovery, inspection, analysis, classification, review, and publication pipeline used by the registry.

Built a DSH Plugin?

Submit the public GitHub repository so DSH Plugin can analyze it, classify it, and make the plugin discoverable in the registry.

Submit Plugin