dsh-find-plugin: Discover DSH Plugins Inside DeepSeek Harness Conversations
awesome-dsh-plugin/dsh-find-plugin
Discover DSH plugins inside the agent with live GitHub search, star-ranked results, and install commands.
Let the DeepSeek Harness agent search the DSH plugin ecosystem on GitHub right in the conversation, ranked by stars with install commands.
dsh plugin --profile web add github:awesome-dsh-plugin/dsh-find-plugin- Category
- Tools & Capabilities
- Platform
- DSH-Plugin
- Author
- awesome-dsh-plugin
- Distribution
- Plugin
dsh-find-plugin Key Features
dsh-find-plugin Repository

dsh-find-plugin Repo Summary
dsh-find-plugin is a plugin discovery tool (DSH plugin) for DeepSeek Harness (DSH) that lets agents search the entire DSH plugin ecosystem on GitHub directly within a conversation. Simply describe your need in natural language, such as "notify me on WeChat when a task finishes," and it will perform a live GitHub repository search scoped to the official dsh-plugin topic, re-ranked by stars, returning each result with a one-line description and a ready-to-run install command. Maintained by awesome-dsh-plugin, this plugin is MIT-licensed, written in TypeScript, and last updated in August 2026. It solves the pain point of discovering plugins within DSH, eliminating the need to leave the agent to browse the web manually, and seamlessly integrates plugin discovery and installation into the conversation.
What core features does the dsh-find-plugin DSH plugin support?
- Live GitHub repository search scoped to the official
dsh-plugintopic, re-ranked by stars (5-minute per-query cache, anonymous API). - When a result is also listed on awesome-dsh-plugin, its hand-written bilingual description from
plugins.jsonreplaces the GitHub one (thelangparameter picks the language) — ranking is untouched. - Every result comes with a ready-to-run
dsh plugin addcommand, and the agent can execute the installation for you.
How do I install dsh-find-plugin?
Ensure DeepSeek Harness is installed. The recommended method is to install the prebuilt version from npm, but you can also install from GitHub. After installation, restart dsh web to use it.
# from npm (prebuilt, recommended)
dsh plugin --profile web add dsh-find-plugin
# or from GitHub
dsh plugin --profile web add github:awesome-dsh-plugin/dsh-find-plugin
How do I use dsh-find-plugin in a DSH session?
After installing and restarting dsh web, simply talk to the agent. The agent will call find_dsh_plugin on its own whenever plugin discovery helps. For example:
- "What terminal TUI plugins are there?"
- "I want to get a WeChat notification when a task finishes — any plugin for that?"
- "Find me something for reviewing git diffs inside DSH."
Each result comes back with stars, a description, the repo link, and a ready-to-run dsh plugin add command — ask the agent to install one and it can run the command for you.
How does dsh-find-plugin's plugin discovery mechanism work?
The plugin performs live GitHub repository search scoped to the official dsh-plugin topic, re-ranked by stars. If a result is also listed on awesome-dsh-plugin, its hand-written bilingual description from plugins.json replaces the GitHub one. All plugins are third-party code — review the source and pin a commit.
Which DeepSeek Harness versions and platforms does dsh-find-plugin support?
As a DSH plugin, it depends on @deepseek-ai/dsh-tools and is designed for the DSH web interface (dsh web). For specific version requirements, please refer to the repository's package.json.