AI Agent Hub
Back to plugins
🧰

dsh-open-deep-research

Web Tools Updated 2026.08.20

Run the following command in DeepSeek Harness:

dsh plugin install songyang0603/dsh-open-deep-research

Paste the following prompt into your AI chat to install this plugin:

Install by running dsh plugin install songyang0603/dsh-open-deep-research in the terminal; source code is available at https://github.com/songyang0603/dsh-open-deep-research

About this plugin

Feed a research question into DSH Open Deep Research and it automatically plans one to three focused research units, dispatches DSH child Agents to perform web search and page or PDF reading, then synthesizes the findings into a Markdown report with citation links.

The pipeline is exposed through three entry points: CLI, DSH Tool, and a TypeScript API, all sharing a single replaceable ResearchEngine under the hood. The research-jina Profile combines search with page/PDF reading, while the research Profile relies solely on a DeepSeek Key for a search-only pipeline. Report format can be set to report, brief, or memo, and breadth ranges from focused to broad.

If you are building Agent workflows on DeepSeek Harness, need to produce cited research reports at scale, or want to plug deep-research capability into an existing DSH Profile as a callable tool, this plugin covers the full loop from planning and retrieval to synthesis. It is currently in alpha preview, so keep an eye on the Changelog for the latest updates.

Use Cases

  • Decompose a research question into sub-tasks and synthesize a cited Markdown report automatically
  • Provide deep retrieval and synthesis as a callable tool within existing DSH Agent workflows
  • Integrate multi-round research and result synthesis into custom applications via the TypeScript API

Best For

  • Developers building Agent workflows on DeepSeek Harness
  • Researchers and analysts who need citation-backed reports at scale
  • Power users who want to embed deep retrieval into existing DSH Profiles