跳到正文
dsh-market 浏览插件 GitHub EN

moguiyu/dsh-tavily#packages/dsh-tool-tavily-search

Tavily 多密钥搜索:支持密钥轮换/故障转移、用量仪表盘与设置卡片。

Star 数 ★ 3 分类 浏览器与网页 收录于 2026-08-15 npm @moguiyu/dsh-tool-tavily-search

安装

在 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 the TAVILY_API_KEYS credential on every call; round-robin rotation with failover on HTTP 401/429.
  • Opt-in, default off — the plugin Config.enabled defaults to false; 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_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.

内容来自项目 README(GitHub)↗