dsh-tavily-provider
Run the following command in DeepSeek Harness:
dsh plugin install MirrMeur/dsh-tavily-provider
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install MirrMeur/dsh-tavily-provider in your DeepSeek Harness terminal to install this plugin, source: https://github.com/MirrMeur/dsh-tavily-provider
About this plugin
Community Tavily plugins for DeepSeek Harness broke entirely when the 0.1.5 release shipped, leaving profiles unable to start with no upstream fix in sight. dsh-tavily-provider steps in with the exact same provider id and entry id, so the two lines already in your cordis.patch.yml carry over unchanged after an upgrade with zero migration.
The plugin has zero runtime dependencies and imports no @deepseek-ai package at all, relying solely on the host-injected context and the global fetch API. That keeps it compatible across both the 0.1.1-rc.x and 0.1.5 release lines and immune to client or settings API renames. It exposes two capabilities: web_search (mapping results to title, url, snippet, and publishedAt) and web_fetch (returning a Markdown body via the extract endpoint). API key resolution falls back through a literal value, the credentials service, and the process environment variable, and even degrades to Tavily anonymous-tier calls when nothing is configured, so lightweight use cases work out of the box.
Built for DeepSeek Harness users who need a reliable Tavily-backed search and fetch pipeline, and especially for developers who hit the 0.1.5 compatibility wall with the previous community plugin and want a drop-in replacement that simply starts and keeps working without any settings-page UI dependency.
Use Cases
- Swap the bundled DeepSeek web search for Tavily to get more precise search and fetch results
- Seamlessly take over after upgrading from 0.1.1-rc to 0.1.5 with existing profile config left untouched
- Fall back to Tavily anonymous quota when no API key is set, making lightweight use cases work at zero cost
Best For
- DeepSeek Harness users who need higher-quality web search and page fetch results
- Developers migrating off the community Tavily plugin and stuck on 0.1.5 compatibility
- Developers who prefer zero-dependency, configuration-via-yaml plugins with no settings-page UI dependency
Related Plugins
Free web search plugin for DeepSeek Harness with web search, X search, and page fetch; no signup or API key required, with automatic multi-engine failover.
AnySearch-powered web and vertical search plugin for DeepSeek Harness, offering real-time search, cleaned URL content, concurrent batch search via native web_search/web_fetch, no API key required.
Pixel-perfect webpage clone tool that uses an agent harness to turn any webpage into a scored, full-page React replica.
A bilingual cost-tracking plugin for DeepSeek Harness with session/daily cost, budget, official & custom provider balance, coding plan quotas, peak/off-peak pricing alerts, and history stats.