DSH Plugins Marketplace

DSH Plugins

Plugins

/

dsh-web-search-tavily

c

dsh-web-search-tavily

Discovered3

Tavily-backed web search provider for DeepSeek Harness (ctx.web) — no DeepSeek API key required

@crayonlu/dsh-web-search-tavily

Tavily-backed WebSearchProvider for the DeepSeek Harness web capability seam (ctx.web). Lets dsh's web_search tool run entirely on Tavily — no DeepSeek API key required.

Install

dsh plugin --profile web add github:crayonlu/dsh-web-search-tavily

Then add the provider to the profile patch layer at $DSH_HOME/profiles/web/cordis.patch.yml (hot-reloaded — no restart needed):

- insert:
  - id: web-search-tavily
    name: '@crayonlu/dsh-web-search-tavily'
- id: web
  config:
    searchProvider: tavily
# Optional: drop the DeepSeek-backed search (and chat route) entirely.
- id: web-search-deepseek
  disabled: true
- id: llm-deepseek
  disabled: true

Configuration

Every field is optional:

FieldDefaultMeaning
apiKeyLiteral Tavily key (write it here instead of apiKeyEnv only if you must; it lands in a config file).
apiKeyEnvTAVILY_API_KEYCredential reference resolved per search through ctx.credentials (inherited env > $DSH_HOME/.credentials.yaml > project/user .env).
baseURLhttps://api.tavily.comEndpoint base; /search is appended.
maxResults5Default result count when a request carries no maxResults.
includeAnswertrueCarry Tavily's generated answer as the search result content.
searchDepthbasicbasic or advanced (Tavily's search_depth).

The key resolves once per search, so an empty TAVILY_API_KEY fails the request with WEB_MISSING_CREDENTIAL rather than falling through to an unrelated credential.

Tests

npm install
npm test

Unit tests mock the HTTP layer; the smoke test runs a real Tavily search when TAVILY_API_KEY is set.

License

MIT

Comments

Loading…

Similar plugins

dsh-web-search-tavily

by renchengxiang

Tavily-backed search provider for native web_search, with a Settings → Plugins card for API key management and toggling DeepSeek replacement.

Tools & CapabilitiesManifest valid

1

MIT

JavaScript

Aug 28, 2026

dsh plugin --profile web add dsh-web-search-tavily

by nitrazepam01

Tavily-backed web search provider bundle for DeepSeek Harness (dsh) with hot-switchable backend (Tavily / DeepSeek search)

Manifest valid

3

MIT

JavaScript

Aug 14, 2026

dsh plugin --profile web add dsh-web-search-tavily

by X-C1811

Tavily web-search provider for DeepSeek Harness (ctx.web). Keyless or API-key modes with a configurable UI card; provider framework designed to be extended to more search APIs.

Tools & CapabilitiesManifest valid

2

269/wk

MIT

JavaScript

Sep 16, 2026

dsh plugin --profile web add dsh-web-search-plugin

by paul-yangmy

Tavily-backed web search provider plugin (bundle) for DeepSeek Harness (dsh)

Manifest valid

0

MIT

JavaScript

Aug 17, 2026

dsh plugin --profile web add dsh-tavily-web-search

by fan56

Tavily web search provider plugin for DeepSeek Harness (dsh)

Manifest valid

0

MIT

JavaScript

Sep 11, 2026

dsh plugin --profile web add @aiwayds/dsh-web-search-tavily

by ouones

Tavily-backed search provider plugin for DeepSeek Harness (DSH) web seam - direct Tavily Search API, no LLM tokens

Manifest valid

0

77/wk

MIT

JavaScript

Aug 14, 2026

dsh plugin --profile web add dsh-tavily-search