← 返回 Skills 市场
paudyyin

Tavily AI搜索

作者 paudyyin · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
70
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install tavily-search-cn
功能描述
Tavily AI 搜索工具,专为AI Agent设计的联网搜索能力,支持实时搜索、深度研究、图片搜索、引用生成,返回结构化搜索结果。
使用说明 (SKILL.md)

Tavily Search AI 搜索工具

Tavily是专为AI Agent优化的搜索引擎,提供快速、准确、结构化的联网搜索能力,支持获取实时信息、深度研究资料、相关图片等,返回结果包含来源引用,方便溯源。

核心功能

1. 基础搜索

快速获取实时搜索结果,返回标题、摘要、来源URL、发布时间:

  • 支持最新资讯、热点事件查询
  • 支持事实类问题搜索
  • 自动过滤低质量/广告内容

2. 深度搜索(Research Mode)

针对复杂问题进行多网页整合分析:

  • 自动检索多个相关网页
  • 整合内容生成结构化研究报告
  • 保留所有来源引用
  • 支持最多提取50个页面内容

3. 图片搜索

返回与关键词相关的高清图片URL:

  • 支持多关键词组合搜索
  • 自动过滤违规/低质量图片
  • 返回直接可访问的图片链接

4. 搜索结果分析

自动提取搜索结果中的核心信息:

  • 关键点摘要
  • 时间线整理
  • 多方观点对比
  • 数据/事实统计

配置方法

API密钥申请

  1. 访问 Tavily官网 注册账号
  2. 免费版每月提供1000次搜索请求,足够日常使用
  3. 获取你的API密钥(格式: tvly-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

本地配置

# 配置API密钥
tavily config --api-key tvly-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

配置会自动保存到config.json文件中,无需重复配置。

使用示例

基础搜索

tavily search "2026年AI大模型最新进展"

深度研究

tavily research "企业AI安全建设方案" --max-pages 10

图片搜索

tavily image "2026年新款AI硬件产品" --count 5

结构化JSON输出

tavily search "OpenClaw最新版本" --format json

API参数说明

参数 说明 默认值
query 搜索关键词 必填
search_depth 搜索深度:basic/advanced basic
max_results 返回结果数量 5
include_images 是否返回图片 false
include_answer 是否生成自然语言答案 true
include_raw_content 是否返回网页原始内容 false
domain 限定搜索域名(可选)

返回结果示例

{
  "query": "2026年AI大模型最新进展",
  "answer": "2026年AI大模型主要进展包括多模态能力大幅提升、推理成本下降90%、端侧大模型普及等...",
  "results": [
    {
      "title": "2026年大模型技术白皮书",
      "url": "https://example.com/report/2026-ai-report",
      "content": "2026年大模型推理成本相比2023年下降90%,千亿参数模型推理成本降至每千tokens 0.001元...",
      "published_date": "2026-04-01"
    }
  ],
  "images": [
    "https://example.com/image/ai-model-2026.jpg"
  ],
  "response_time": 1.23
}
安全使用建议
Review carefully before installing. The search functionality itself matches the description, but you should replace or remove the bundled Tavily API key and use your own key if you trust the provider and are comfortable sending search queries to Tavily.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
The search, research, image-search, and structured-output functions match the stated Tavily search purpose.
Instruction Scope
The instructions tell users to configure their own API key, but the package already contains a config.json with an API key, so first use may silently use a bundled credential.
Install Mechanism
There is no install spec or remote installer; the visible Python helper depends on the requests package being available.
Credentials
The code reads a local config file and sends search queries to Tavily, which is expected for this kind of search tool.
Persistence & Privilege
The skill stores API keys in plaintext config.json and includes a pre-populated key, which is sensitive credential handling not reflected by the metadata.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install tavily-search-cn
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /tavily-search-cn 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Tavily AI搜索引擎,支持实时搜索、深度研究、图片搜索、引用生成
元数据
Slug tavily-search-cn
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Tavily AI搜索 是什么?

Tavily AI 搜索工具,专为AI Agent设计的联网搜索能力,支持实时搜索、深度研究、图片搜索、引用生成,返回结构化搜索结果。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 70 次。

如何安装 Tavily AI搜索?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install tavily-search-cn」即可一键安装,无需额外配置。

Tavily AI搜索 是免费的吗?

是的,Tavily AI搜索 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Tavily AI搜索 支持哪些平台?

Tavily AI搜索 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Tavily AI搜索?

由 paudyyin(@paudyyin)开发并维护,当前版本 v1.0.0。

💬 留言讨论