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.

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

@moguiyu/dsh-tavily

Tavily

Advanced Tavily model tools for DeepSeek Harness (tavily_search, tavily_extract, tavily_map, tavily_crawl) with a key and usage management card on the Plugins page. The built-in web_search is never replaced.

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

npx -y @deepseek-ai/dsh plugin --profile web add @moguiyu/dsh-tavily@0.3.1
READMECompatibilityVersions

Compatibility and provenance

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

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

Versions

0.3.1stable
9/18/2026
0.3.0stable
9/18/2026
0.2.8stable
9/18/2026
Show 18 more versionsCollapse versions
0.2.7stable
9/15/2026
0.2.6stable
9/15/2026
0.2.5stable
9/15/2026
0.2.4stable
9/10/2026
0.2.3stable
9/7/2026
0.2.2stable
9/4/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
0.1.3stable
8/16/2026
Latest
0.3.1
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
98.9 kB
Files
11
Surface
web
License
MIT
Source
npm
GitHub
★ 8
Weekly downloads
673
Security scan
✓ v0.3.1 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

README

@moguiyu/dsh-tavily

Everything in one package: the advanced Tavily model tools (tavily_search, tavily_extract, tavily_map, tavily_crawl), the key/usage HTTP routes, and the browser card on the Plugins page.

  • tavily_search — full Tavily surface (max_results, search_depth, topic, days, include_answer, include_raw_content, include_domains, exclude_domains).
  • tavily_extract / tavily_map / tavily_crawl — read a known URL's content, map a site's links, or crawl a site and return its pages. Same key-rotation/failover as search.
  • Card — key list, usage gauge, and the strategy selector. It registers into the Plugins page's plugins.bundle.config slot, keyed @moguiyu/dsh-tavily, and needs DSH 0.1.6-alpha.2 or newer — the release that retired settings.plugin.item and moved plugin configuration off the Settings page. On older lines the tools and routes work; there is simply no card.
  • web_search is never replaced — no ctx.web provider is registered and web.searchProvider is never rewritten; the built-in web_search keeps its native provider and schema.

Host half: plain ESM (src/index.js, src/tools.js, src/backend.js, src/lib.js). Client half: prebuilt window.__ModuleLoader__ bundle at lib/client.js, generated from src/client.js via pnpm build.

Earlier releases split this across @moguiyu/dsh-tool-tavily-search and @moguiyu/dsh-tavily-backend, which this package imported as regular dependencies. From 0.3.0 both are folded in here: one package means no dependency range can drift behind the contract, which is exactly how the old tool-level switch broke. Both old packages are deprecated.

There is no tool-level on/off switch. Composing the plugin registers the tools, and the Plugins page's own bundle toggle is the only on/off.

See the workspace README for install and configuration.