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 Backend — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

@moguiyu/dsh-tavily-backend

Tavily Backend

Tavily settings backend for DeepSeek Harness: usage endpoint, flat key-list manager, and the opt-in advanced tavily_search tool switch.

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

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

Compatibility and provenance

Tavily Backend is published as @moguiyu/dsh-tavily-backend and currently resolves to version 0.2.7. 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.7stable
9/18/2026
0.2.6stable
9/15/2026
0.2.5stable
9/15/2026
Show 17 more versionsCollapse versions
0.2.4stable
9/15/2026
0.2.3stable
9/10/2026
0.2.2stable
9/7/2026
0.2.1stable
9/2/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
0.1.2stable
8/16/2026
0.1.1stable
8/16/2026
0.1.0stable
8/15/2026

Related plugins

Loading related plugins…

Latest
0.2.7
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
22 kB
Files
7
Surface
any
License
MIT
Source
npm
GitHub
★ 8
Weekly downloads
414
Security scan
✓ v0.2.7 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

Related plugins

More verified plugins in integrations-communication.

Acp App@deepseek-ai/dsh-acp-appThe dsh ACP profile bundle: automation-only JSON-RPC stdio and process lifecycle over dsh-baseIm@xmanrui/dsh-im把十一种 IM 渠道和公网 AI Office 接入本机 DeepSeek Harness。 Connect eleven IM channels and a public AI Office to a local DeepSeek Harness.Pocketdsh-pocketPut DeepSeek Harness in your pocket: one package, one settings page, and scan a QR code on your phone to access DSH on your computer in sync (LAN + public network, real-time screen mirroring).DSCODE@toddzheng024/dscode-bundleA complete DeepSeek coding agent with persistent shell, Ultra collaboration and automatic permission review.

README

@moguiyu/dsh-tavily-backend

Local HTTP backend for the Tavily Search settings card. One composition row registers three routes on the harness webServer:

RoutePurpose
GET /api/tavily-usagePer-key Tavily /usage data + totals (no secrets)
GET/POST /api/tavily-managerFlat key list (masked values, saved dates), strategy-ordered writes, ?reveal=<masked>
GET/POST /api/tavily-toolPersisted opt-in switch for the advanced tavily_search tool; POST hot-restarts the tool row

/api/tavily-toggle remains as a compatibility alias for /api/tavily-tool.

State lives in ~/.dsh/tavily-manager.json and ~/.dsh/tavily-tool.json (mode 600, no secrets). The backend registers no web search provider and never writes web.searchProvider — the built-in web_search tool is never replaced; Tavily stays an opt-in extra search option.

Pure helpers (maskValue, parseKeyList, orderKeys, …) are exported from src/lib.js and unit-tested with node --test.

See the workspace README for install and configuration.