dsh-tavily-web
Run the following command in DeepSeek Harness:
dsh plugin install ArcaneOrion/dsh-tavily-web
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install ArcaneOrion/dsh-tavily-web in the DeepSeek Harness terminal to install the plugin; source code is available at https://github.com/ArcaneOrion/dsh-tavily-web.
About this plugin
When giving DSH-connected models web access, two pitfalls are common: Tavily quotas are per-key, so one exhausted key silently kills the entire search tool; and curl exits with code 0 even on HTTP errors, while Tavily error bodies happen to be valid JSON, so any API failure is misread as an empty result set.
dsh-tavily-web addresses both in one package. tavily_search ships a round-robin multi-key pool keyed by credential reference names: 429 and 432 responses back off and rejoin automatically, 401 is treated as permanently invalid and skipped, and quota resets recover without a restart. The default pool spans TAVILY_API_KEY through TAVILY_API_KEY_8, so adding a second key is a credential-layer config change with zero composition edits. web_fetch grabs a single page via the shell seam curl path, operates independently of Tavily with no key requirement, and registers as the sole fetch provider in the host web registry.
Built for DSH 0.1.1-rc.2 users who need stable web search and page fetching for their models, especially those juggling multiple Tavily accounts or hitting 429 frequently. One profile-level install gives every session under that profile both model-visible tools.
Use Cases
- Adding stable web search and page fetching to DSH models
- Rotating multiple Tavily keys so one exhausted quota never kills the tool
- Grabbing a single page of stripped text for the model to cite directly
Best For
- Developers on DSH 0.1.1-rc.2 who need web access for their models
- Teams holding multiple Tavily accounts and hitting 429 frequently
- Individual users who want one install to provide uniform web tools across all sessions
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.