Install
Inside DeepSeek Harness, with dsh-market
dsh plugin --profile web add dshmarket
Or from the command line
dsh plugin --profile web add @moguiyu/dsh-tool-tavily-search
Installing runs third-party code with your own permissions — it can read your files, use your credentials and reach the network. Review the source first, and pin a commit (github:owner/repo#sha) when you can.
Screenshots
README
Registers the opt-in advanced tavily_search model tool for the DeepSeek Harness.
tavily_search— full Tavily surface (max_results,search_depth,topic,days,include_answer,include_raw_content,include_domains,exclude_domains). Keys are resolved from theTAVILY_API_KEYScredential on every call; round-robin rotation with failover on HTTP 401/429.- Opt-in, default off — the plugin
Config.enableddefaults tofalse; the switch state persisted by the settings card (~/.dsh/tavily-tool.json) only affects this tool. - 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_searchis never replaced: this package registers no provider and never writesweb.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.