deepseek-plugin-store: Community Plugin Directory for DeepSeek Harness
ericwong5021/deepseek-plugin-store
Independent community plugin directory for DeepSeek Harness: discover, install, and submit verified plugins.
Discover, install, and submit community plugins, tools, and extensions for DeepSeek Harness, solving the problem of scattered plugins outside the official channel.
dsh plugin --profile web add github:ericwong5021/deepseek-plugin-store- Category
- Development & Operations
- Platform
- DSH-Plugin
- Author
- ericwong5021
- Distribution
- Plugin
deepseek-plugin-store Key Features
deepseek-plugin-store Repository

deepseek-plugin-store Repo Summary
DeepSeek Plugin Store is an independent community plugin directory for DeepSeek Harness (DSH plugin), maintained by Ericwong5021 under the CC0-1.0 license. It helps users discover, install, and submit verified plugins, tools, and extensions. It solves the problem of scattered plugins outside the official channel by automatically crawling GitHub repositories with the dsh-plugin topic and only including plugins that declare dsh.bundle in package.json, ensuring quality. Currently, the directory lists 1049 plugin repositories and 766 other projects, updated hourly, with browsing by category such as UI enhancements, workflow automation, and tools.
What core features does the DeepSeek Plugin Store DSH plugin support?
The directory offers rich browsing and filtering, including editor picks, popular plugins (sorted by stars), and multiple categories (e.g., UI enhancements, workflow automation, notifications, and monitoring). Popular plugins like dsh-TUI (terminal UI) and DSH-better-sidebar (sidebar workbench) showcase the diversity of the community ecosystem. Additionally, the website provides a plugin submission feature via GitHub issues and supports installation from npm or GitHub source.
How to install the DeepSeek Plugin Store?
Installing plugins is straightforward. Use the following commands to add a plugin to a specific profile:
# npm package, pre-built, recommended
dsh plugin --profile <name> add <npm-package>
# GitHub source, allow build on first install, then retry
dsh plugin --profile <name> add github:<owner>/<repo>
Note: Installing from GitHub source executes build scripts; only install from trusted sources and pin to a specific commit (e.g., github:owner/repo#<sha>).
Which DeepSeek Harness versions and platforms are compatible with DeepSeek Plugin Store?
As a community plugin directory, DeepSeek Plugin Store itself does not run directly in DSH but serves as an entry point for plugin discovery and installation. It is compatible with all plugins that declare dsh.bundle, which can run in DeepSeek Harness environments such as Web UI and terminal. The directory syncs hourly to keep plugin information up to date.
How to list your plugin in DeepSeek Plugin Store?
Developers can submit plugins via GitHub issues, requiring the repository to have the dsh-plugin topic and declare dsh.bundle in package.json. After submission, the plugin is automatically included and categorized, with the chance to be featured in editor picks or popular lists.
What is the community and maintenance status of DeepSeek Plugin Store?
The project is maintained by Ericwong5021, last updated on 2026-08-15, with 15 stars and 1 fork. Although small, the community is active with 5 open issues, welcoming contributions. The license is CC0-1.0, allowing free use and distribution.