AI Agent Hub
Back to plugins
🧰

dsh-tavily-search

Web Tools Updated 2026.08.20

Run the following command in DeepSeek Harness:

dsh plugin install libinghui55/dsh-tavily-search

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

Run dsh plugin install libinghui55/dsh-tavily-search in your terminal to add the plugin to the current profile; the source is available at https://github.com/libinghui55/dsh-tavily-search .

About this plugin

DeepSeek Harness exposes a web-search seam but ships without a concrete search engine behind it. dsh-tavily-search plugs the Tavily API into that seam, so on-demand web queries in a conversation are routed through Tavily and return structured results, giving Harness a ready-to-use online search capability.

The plugin has two moving parts: a host-side search provider (registered under the id tavily) that calls the Tavily API and normalises the response, and a web-client configuration card that appears under Settings > Plugins. The card offers an on/off toggle and an API key field. The key itself resolves through a three-level chain-a literal value in the settings section, the harness credentials service, or the launching environment variable-making it easy to fit into any deployment workflow. The Tavily endpoint is also configurable via a baseURL field for self-hosted instances.

Built for developers who already run DeepSeek Harness and want their conversations to have live web search. If you hold a Tavily API key, the plugin is live the moment you flip the switch in settings.

Use Cases

  • Enabling live web search in DeepSeek Harness conversations
  • Using Tavily structured results to replace the default search backend
  • Pointing the plugin at a self-hosted Tavily instance for private search

Best For

  • Developers running DeepSeek Harness who want live web search in chat
  • Teams that already hold a Tavily API key and want a quick integration
  • Users who prefer GUI-managed credentials without extra backend setup