← Back to Skills Marketplace
70
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install tavily-search-cn
Description
Tavily AI 搜索工具,专为AI Agent设计的联网搜索能力,支持实时搜索、深度研究、图片搜索、引用生成,返回结构化搜索结果。
README (SKILL.md)
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
}
Usage Guidance
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.
Capability Tags
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tavily-search-cn - After installation, invoke the skill by name or use
/tavily-search-cn - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Tavily AI搜索引擎,支持实时搜索、深度研究、图片搜索、引用生成
Metadata
Frequently Asked Questions
What is Tavily AI搜索?
Tavily AI 搜索工具,专为AI Agent设计的联网搜索能力,支持实时搜索、深度研究、图片搜索、引用生成,返回结构化搜索结果。 It is an AI Agent Skill for Claude Code / OpenClaw, with 70 downloads so far.
How do I install Tavily AI搜索?
Run "/install tavily-search-cn" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Tavily AI搜索 free?
Yes, Tavily AI搜索 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Tavily AI搜索 support?
Tavily AI搜索 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Tavily AI搜索?
It is built and maintained by paudyyin (@paudyyin); the current version is v1.0.0.
More Skills