AI Agent Hub
Back to plugins
🧰

dsh-web-search-tavily

Web Tools Updated 2026.08.15

Run the following command in DeepSeek Harness:

dsh plugin install nitrazepam01/dsh-web-search-tavily

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

The plugin is hosted at https://github.com/nitrazepam01/dsh-web-search-tavily; install it in DeepSeek Harness by running dsh plugin install nitrazepam01/dsh-web-search-tavily, then restart dsh web to activate the bundle layer.

About this plugin

Editing the web-search row directly in DeepSeek Harness restarts dsh-web and disposes every registered provider on each change. dsh-web-search-tavily routes all searches through a delegating provider that reads the active backend from the settings layer, so switching takes effect on save with no restart. By default it calls Tavily /search and normalizes results into url, title, snippet, and publishedAt fields for easy model citation; flipping to the DeepSeek official endpoint is a one-value config change. Credential resolution chains through a literal key, the credentials service, and launch environment variables, with a full WebError taxonomy. Ideal for developers who rely on frequent web search in Harness and want painless backend switching.

Use Cases

  • Run web searches via Tavily and quote normalized snippets directly in model responses
  • Hot-switch between Tavily and DeepSeek official search backends with instant effect on save
  • Configure multiple search credentials and custom baseURL to match different task requirements

Best For

  • Developers who rely on frequent web search within DeepSeek Harness
  • Users who want to switch search backends without restarting the plugin
  • Integration developers needing normalized search result structures for model citation