返回顶部
t

tavily-plus增强搜索工具

Enhanced Tavily search with multi-API key rotation, AI-powered intent recognition, sub-question decomposition, intelligent summarization, and offline document export. Use when user needs intelligent web search with auto-failover, research workflows, or downloadable reports.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
77
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

tavily-plus

Tavily Plus

增强型搜索技能,具备AI增强和多API密钥支持。

工具

工具描述
smartsearchAI增强搜索,具备意图识别、子问题分解和智能路由功能
tavilysearch
标准Tavily搜索(回退/传统模式) | | tavily_extract | URL内容提取 |

配置

在 plugins.entries.tavily.config.webSearch 中配置:

json
{
apiKey: {
key1: tvly-xxx1,
key2: tvly-xxx2
},
baseUrl: https://api.tavily.com
}

或通过环境变量配置:TAVILYAPIKEY、TAVILYAPIKEY2、TAVILYAPIKEYN

smart_search

AI增强搜索,执行以下操作:

  1. 1. 意图识别 - 分类查询类型(事实性、新闻、研究、比较、操作指南等)
  2. 子问题分解 - 将复杂查询分解为原子子查询
  3. 多密钥轮换 - 在达到速率限制时轮换配置的API密钥
  4. 智能搜索执行 - 将每个子查询路由到最佳深度/主题
  5. 智能摘要生成 - 将发现结果综合成连贯的答案
  6. 离线文档导出 - 可选的markdown/PDF报告生成

参数

参数类型描述
query字符串自然语言搜索查询
mode
字符串 | research(深度)、quick(基础)、compare(对比) | | max_results | 数字 | 每个子查询的结果数(1-20) | | include_answer | 布尔值 | 包含AI摘要(默认:true) | | export_doc | 布尔值 | 生成离线markdown报告 | | sub_questions | 数组 | 可选的预定义子查询(跳过分解步骤) |

查询模式

模式行为
research深度搜索,包含多个子查询,高max_results值
quick
单次基础搜索 | | compare | 多角度对比搜索 |

响应格式

json
{
intent: research,
sub_questions: [..., ...],
search_results: [...],
summary: ...,
docpath: /path/to/report.md // 如果 exportdoc=true
}

密钥轮换逻辑

  • - 检查 plugins.entries.tavily.config.webSearch.apiKey(包含多个密钥的对象)
  • 回退到环境变量:TAVILYAPIKEY、TAVILYAPIKEY2、...、TAVILYAPIKEYN
  • 遇到429错误(速率限制)时,自动轮换到下一个密钥
  • 在响应元数据中记录使用的密钥

意图分类

支持的意图类型:

  • - factual - 直接答案查询(谁、什么、何时、何地)
  • how_to - 操作指南说明
  • comparison - A vs B分析
  • research - 深度信息收集
  • news - 当前事件
  • opinion - 观点和看法

离线导出

当 export_doc: true 时:

  1. 1. 生成带时间戳的markdown报告
  2. 包含:意图、子问题、每个搜索结果及其来源、AI摘要
  3. 保存到 ~/.openclaw/workspace/reports/tavily-plus-{timestamp}.md
  4. 在响应中返回 doc_path

工作流程总结

用户查询

意图识别(LLM)

子问题分解(LLM)

对每个子问题:
├─ 查询Tavily(遇到429时轮换密钥)
└─ 收集结果

智能摘要生成(LLM)

[可选] 生成离线报告

返回增强响应

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 tavily-plus-1775887802 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 tavily-plus-1775887802 技能

通过命令行安装

skillhub install tavily-plus-1775887802

下载

⬇ 下载 tavily-plus v1.0.0(免费)

文件大小: 4.67 KB | 发布时间: 2026-4-12 11:37

v1.0.0 最新 2026-4-12 11:37
Initial release of Tavily Plus with enhanced AI-powered search, multi-key support, and offline export.

- Adds AI-enhanced search with query intent recognition, sub-question decomposition, and intelligent summarization.
- Implements automatic API key rotation to avoid rate limits.
- Supports offline report export in markdown format.
- Provides different search modes: research, quick, and compare.
- Returns structured responses including intent, sub-questions, results, summaries, and optional report paths.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部