Tavily (tavily.com). Use this skill for ANY Tavily request — reading, creating, and updating data. Whenever a task involves Tavily, use this skill instead of...
编程
Tavily Search
试用Tavily AI 搜索工具,专为AI Agent设计的联网搜索能力,支持实时搜索、深度研究、图片搜索、引用生成,返回结构化搜索结果。
它能做什么
Tavily AI 搜索工具,专为AI Agent设计的联网搜索能力,支持实时搜索、深度研究、图片搜索、引用生成,返回结构化搜索结果。
技能文档
Tavily Search AI 搜索工具
Tavily是专为AI Agent优化的搜索引擎,提供快速、准确、结构化的联网搜索能力,支持获取实时信息、深度研究资料、相关图片等,返回结果包含来源引用,方便溯源。
核心功能
1. 基础搜索
快速获取实时搜索结果,返回标题、摘要、来源URL、发布时间:
- 支持最新资讯、热点事件查询
- 支持事实类问题搜索
- 自动过滤低质量/广告内容
2. 深度搜索(Research Mode)
针对复杂问题进行多网页整合分析:
- 自动检索多个相关网页
- 整合内容生成结构化研究报告
- 保留所有来源引用
- 支持最多提取50个页面内容
3. 图片搜索
返回与关键词相关的高清图片URL:
- 支持多关键词组合搜索
- 自动过滤违规/低质量图片
- 返回直接可访问的图片链接
4. 搜索结果分析
自动提取搜索结果中的核心信息:
- 关键点摘要
- 时间线整理
- 多方观点对比
- 数据/事实统计
配置方法
API密钥申请
- 访问 Tavily官网 注册账号
- 免费版每月提供1000次搜索请求,足够日常使用
- 获取你的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
}
相关技能
通过 Maton 网关调用 Tavily API,完成网页搜索、内容提取、站点爬取与异步研究任务。
Helps with Agent users show strong demand for Tavily 搜索-style...
Helps with Agent users show strong demand for Tavily 搜索-style...
Helps with Agent users show strong demand for Tavily 搜索-style...
零依赖的原生 Node.js 脚本,调用 Tavily 搜索接口,凭证只从进程环境读取。
paudyyin 的更多技能
浏览全部技能Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, gener...
Measure bottlenecks then optimize for performance
Add observability and instrumentation to applications �� metrics, logs, traces, and dashboards
Threat-model and harden applications against security vulnerabilities
Manage Git commits, branches, merges, and versioning with structured workflows
智能内容摘要工具,支持长文本、文档、网页内容自动摘要,提取核心要点、关键词,支持自定义摘要长度。