DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Tavily — DeepSeek Harness 插件(DSH Plugin)
← Plugins

@moguiyu/dsh-tavily

Tavily

为 DeepSeek Harness 提供高级 Tavily 模型工具(tavily_search、tavily_extract、tavily_map、tavily_crawl),并在 Plugins 页面提供密钥和使用情况管理卡片。内置的 web_search 永远不会被替换。

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add @moguiyu/dsh-tavily@0.3.1
README兼容性版本

兼容性与来源证明

Tavily 以 @moguiyu/dsh-tavily 发布,当前版本为 0.3.1。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
web
发布来源
npm
Registry 更新时间
2026/9/20

版本

0.3.1stable
2026/9/18
0.3.0stable
2026/9/18
0.2.8stable
2026/9/18
查看其余 18 个版本收起版本
0.2.7stable
2026/9/15
0.2.6stable
2026/9/15
0.2.5stable
2026/9/15
0.2.4stable
2026/9/10
0.2.3stable
2026/9/7
0.2.2stable
2026/9/4
0.2.1stable
2026/9/2
0.2.0stable
2026/8/28
0.1.12stable
2026/8/27
0.1.11stable
2026/8/18
0.1.10stable
2026/8/16
0.1.9stable
2026/8/16
0.1.8stable
2026/8/16
0.1.7stable
2026/8/16
0.1.6stable
2026/8/16
0.1.5stable
2026/8/16
0.1.4stable
2026/8/16
0.1.3stable
2026/8/16
最新版
0.3.1
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
98.9 kB
文件数
11
Surface
web
许可证
MIT
发布源
npm
GitHub
★ 8
周下载
673
安全扫描
✓ v0.3.1 扫描通过
最近提交
2026/9/18
查看源码 ↗项目主页 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录

README

@moguiyu/dsh-tavily

Everything in one package: the advanced Tavily model tools (tavily_search, tavily_extract, tavily_map, tavily_crawl), the key/usage HTTP routes, and the browser card on the Plugins page.

  • tavily_search — full Tavily surface (max_results, search_depth, topic, days, include_answer, include_raw_content, include_domains, exclude_domains).
  • tavily_extract / tavily_map / tavily_crawl — read a known URL's content, map a site's links, or crawl a site and return its pages. Same key-rotation/failover as search.
  • Card — key list, usage gauge, and the strategy selector. It registers into the Plugins page's plugins.bundle.config slot, keyed @moguiyu/dsh-tavily, and needs DSH 0.1.6-alpha.2 or newer — the release that retired settings.plugin.item and moved plugin configuration off the Settings page. On older lines the tools and routes work; there is simply no card.
  • web_search is never replaced — no ctx.web provider is registered and web.searchProvider is never rewritten; the built-in web_search keeps its native provider and schema.

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

Earlier releases split this across @moguiyu/dsh-tool-tavily-search and @moguiyu/dsh-tavily-backend, which this package imported as regular dependencies. From 0.3.0 both are folded in here: one package means no dependency range can drift behind the contract, which is exactly how the old tool-level switch broke. Both old packages are deprecated.

There is no tool-level on/off switch. Composing the plugin registers the tools, and the Plugins page's own bundle toggle is the only on/off.

See the workspace README for install and configuration.