DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Tool Tavily Search — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

@moguiyu/dsh-tool-tavily-search

Tool Tavily Search

Opt-in advanced Tavily model tools for DeepSeek Harness (search, extract, map, crawl) with key rotation/failover; supports the rc.7/rc.8 and 0.1.2-0.1.6 plugin lines. Install @moguiyu/dsh-tavily for the Tavily Search settings card. The built-in web_search

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add @moguiyu/dsh-tool-tavily-search@0.2.8
READMECompatibilityVersions

Compatibility and provenance

Tool Tavily Search is published as @moguiyu/dsh-tool-tavily-search and currently resolves to version 0.2.8. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
npm
Registry updated
9/20/2026

Versions

0.2.8stable
9/18/2026
0.2.7stable
9/15/2026
0.2.6stable
9/15/2026
Show 19 more versionsCollapse versions
0.2.5stable
9/15/2026
0.2.4stable
9/14/2026
0.2.3stable
9/10/2026
0.2.2stable
9/7/2026
0.2.1stable
9/2/2026
0.2.0stable
8/28/2026
0.1.12stable
8/27/2026
0.1.11stable
8/18/2026
0.1.10stable
8/16/2026
0.1.9stable
8/16/2026
0.1.8stable
8/16/2026
0.1.7stable
8/16/2026
0.1.6stable
8/16/2026
0.1.5stable
8/16/2026
0.1.4stable
8/16/2026

Related plugins

Loading related plugins…

Latest
0.2.8
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
33.1 kB
Files
6
Surface
any
License
MIT
Source
npm
GitHub
★ 8
Weekly downloads
555
Security scan
✓ v0.2.8 scan passed
Last push
9/18/2026
View source ↗Project homepage ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue
0.1.3stable
8/16/2026
0.1.2stable
8/16/2026
0.1.1stable
8/16/2026
0.1.0stable
8/15/2026

Related plugins

More verified plugins in search-research.

Weknora@wxg-prc-cpg/dsh-weknoraWeKnora knowledge retrieval tools for DeepSeek Harness (dsh): semantic search, document reading and RAG/agent answers over your own knowledge bases.Free Searchdsh-free-searchFree web search for DeepSeek Harness: 13 engines (Bing/DuckDuckGo/AnySearch/SearXNG/Exa/Tavily/Keenable/Firecrawl keyless; Parallel/Perplexity/SerpBase/DeepSeek with key) + time filtering + platform search + web_fetch, with web settings UI.Find Plugindsh-find-pluginFind DeepSeek Harness plugins inside the agent — live GitHub dsh-plugin topic search, ranked by stars.Mimirdsh-mimirResearch-assistant plugin suite (literature search, research wiki, LaTeX compile, independent subagent review) for the DeepSeek Harness

README

@moguiyu/dsh-tool-tavily-search

Registers the opt-in advanced Tavily model tools for the DeepSeek Harness: search, extract, map, and crawl.

  • tavily_search — full Tavily surface (max_results, search_depth, topic, days, include_answer, include_raw_content, include_domains, exclude_domains). Keys are resolved from the TAVILY_API_KEYS credential on every call; round-robin rotation with failover on HTTP 401/429.
  • tavily_extract — retrieve the complete content of known HTTP(S) URLs (urls, extract_depth, include_images, format, include_favicon, query).
  • tavily_map — discover a site's links without fetching page content (url, instructions, max_depth, max_breadth, limit, select_paths, select_domains, allow_external).
  • tavily_crawl — crawl a site and return the extracted content of its pages (all map navigation params plus extract_depth, format, include_favicon, chunks_per_source).
  • Opt-in, default off — the plugin Config.enabled defaults to false; the switch state persisted by the settings card (~/.dsh/tavily-tool.json) affects this tool set.
  • Headless — this package ships no settings card. Install @moguiyu/dsh-tavily (tool + card + backend in one row) for the Tavily Search card under Settings → Plugins → plugin configuration.
  • Built-in web_search is never replaced: this package registers no provider and never writes web.searchProvider. Tavily is an extra, opt-in search option alongside the native tool.

Host half: plain ESM (src/index.js).

See the workspace README for install and configuration.