DeepSeek Harness 插件

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

Star 数 ★ 0 分类 工具与能力 收录于 2026-08-15 npm @moguiyu/dsh-tool-tavily-search

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

安装

# npm 包(预构建)

dsh plugin --profile web add @moguiyu/dsh-tool-tavily-search

# GitHub 源码(首次需按提示配置 allowBuilds 构建授权后重试)

dsh plugin --profile web add github:moguiyu/dsh-tavily#path:/packages/dsh-tool-tavily-search

装任何插件都等于在你的机器上跑第三方代码,权限和你本人一样大——能读你的文件、用你的凭据、访问网络,工具审批管不到它。GitHub 来源的插件还会在安装时执行构建脚本。请只安装可信来源,并尽量锁定 commit(github:owner/repo#sha)。

README

Registers the tavily_search model tool and the Tavily Search settings card for the DeepSeek Harness web UI.

  • 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.
  • Settings card (settings.plugin.item, id tavily-search) — expandable card matching the native plugin-config design: flat key list (masked values, saved dates, show/edit/delete icons), key-usage strategy selector, usage gauge, and the on/off switch for the web provider.

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

See the workspace README for install and configuration.

内容来自项目 README(GitHub)↗

链接

同类插件

查看整个分类 →