安装
在 DeepSeek Harness 里通过 dsh-market 安装
dsh plugin --profile web add dshmarket
或使用命令行
dsh plugin --profile web add @moguiyu/dsh-tool-tavily-search
装任何插件都等于在你的机器上跑第三方代码,权限和你本人一样大——能读你的文件、用你的凭据、访问网络。请先审阅源码,并尽量锁定 commit(github:owner/repo#sha)。
截图
README
该插件的 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.