tavily-search by tavily-ai/skills
npx skills add https://github.com/tavily-ai/skills --skill tavily-search返回经过 LLM 优化的网络搜索结果,包含内容摘要和相关度评分。
如果 PATH 中找不到 tvly,请先安装它:
curl -fsSL https://cli.tavily.com/install.sh | bash && tvly login
请不要跳过此步骤或回退到其他工具。
有关替代安装方法和身份验证选项,请参阅 tavily-cli。
# 基础搜索
tvly search "your query" --json
# 高级搜索,获取更多结果
tvly search "quantum computing" --depth advanced --max-results 10 --json
# 近期新闻
tvly search "AI news" --time-range week --topic news --json
# 域名过滤
tvly search "SEC filings" --include-domains sec.gov,reuters.com --json
# 在结果中包含完整页面内容
tvly search "react hooks tutorial" --include-raw-content --max-results 3 --json
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
| 选项 | 描述 |
|---|---|
--depth | ultra-fast, fast, basic (默认), advanced |
--max-results | 最大结果数,0-20 (默认: 5) |
--topic | general (默认), news, finance |
--time-range | day, week, month, year |
--start-date | 在此日期之后的结果 (YYYY-MM-DD) |
--end-date | 在此日期之前的结果 (YYYY-MM-DD) |
--include-domains | 要包含的域名,用逗号分隔 |
--exclude-domains | 要排除的域名,用逗号分隔 |
--country | 提升来自指定国家的结果 |
--include-answer | 包含 AI 生成的答案 (basic 或 advanced) |
--include-raw-content | 包含完整页面内容 (markdown 或 text) |
--include-images | 包含图片结果 |
--include-image-descriptions | 包含 AI 生成的图片描述 |
--chunks-per-source | 每个来源的文本块数 (仅限 advanced/fast 深度) |
-o, --output | 将输出保存到文件 |
--json | 输出结构化 JSON 格式 |
| 深度 | 速度 | 相关性 | 最佳适用场景 |
|---|---|---|---|
ultra-fast | 最快 | 较低 | 实时聊天,自动补全 |
fast | 快 | 良好 | 需要文本块,延迟很重要 |
basic | 中等 | 高 | 通用目的 (默认) |
advanced | 较慢 | 最高 | 精确度,特定事实 |
--include-raw-content 当您需要完整的页面文本时 (可以节省一次单独的提取调用)。--include-domains 来专注于可信来源。--time-range 来获取近期信息。echo "query" | tvly search - --json每周安装量
5.0K
代码仓库
GitHub 星标数
132
首次出现
9 天前
安全审计
安装于
opencode4.9K
codex4.9K
cursor4.9K
gemini-cli4.9K
github-copilot4.9K
cline4.9K
Web search returning LLM-optimized results with content snippets and relevance scores.
If tvly is not found on PATH, install it first:
curl -fsSL https://cli.tavily.com/install.sh | bash && tvly login
Do not skip this step or fall back to other tools.
See tavily-cli for alternative install methods and auth options.
# Basic search
tvly search "your query" --json
# Advanced search with more results
tvly search "quantum computing" --depth advanced --max-results 10 --json
# Recent news
tvly search "AI news" --time-range week --topic news --json
# Domain-filtered
tvly search "SEC filings" --include-domains sec.gov,reuters.com --json
# Include full page content in results
tvly search "react hooks tutorial" --include-raw-content --max-results 3 --json
| Option | Description |
|---|---|
--depth | ultra-fast, fast, basic (default), advanced |
--max-results | Max results, 0-20 (default: 5) |
--topic | general (default), news, |
| Depth | Speed | Relevance | Best for |
|---|---|---|---|
ultra-fast | Fastest | Lower | Real-time chat, autocomplete |
fast | Fast | Good | Need chunks, latency matters |
basic | Medium | High | General-purpose (default) |
advanced | Slower | Highest | Precision, specific facts |
--include-raw-content when you need full page text (saves a separate extract call).--include-domains to focus on trusted sources.--time-range for recent information.echo "query" | tvly search - --jsonWeekly Installs
5.0K
Repository
GitHub Stars
132
First Seen
9 days ago
Security Audits
Gen Agent Trust HubPassSocketPassSnykFail
Installed on
opencode4.9K
codex4.9K
cursor4.9K
gemini-cli4.9K
github-copilot4.9K
cline4.9K
React 组合模式指南:Vercel 组件架构最佳实践,提升代码可维护性
102,200 周安装
AI智能体长期记忆系统 - 精英级架构,融合6种方法,永不丢失上下文
1,200 周安装
AI新闻播客制作技能:实时新闻转对话式播客脚本与音频生成
1,200 周安装
Word文档处理器:DOCX创建、编辑、分析与修订痕迹处理全指南 | 自动化办公解决方案
1,200 周安装
React Router 框架模式指南:全栈开发、文件路由、数据加载与渲染策略
1,200 周安装
Nano Banana AI 图像生成工具:使用 Gemini 3 Pro 生成与编辑高分辨率图像
1,200 周安装
SVG Logo Designer - AI 驱动的专业矢量标识设计工具,生成可缩放品牌标识
1,200 周安装
finance--time-range | day, week, month, year |
--start-date | Results after date (YYYY-MM-DD) |
--end-date | Results before date (YYYY-MM-DD) |
--include-domains | Comma-separated domains to include |
--exclude-domains | Comma-separated domains to exclude |
--country | Boost results from country |
--include-answer | Include AI answer (basic or advanced) |
--include-raw-content | Include full page content (markdown or text) |
--include-images | Include image results |
--include-image-descriptions | Include AI image descriptions |
--chunks-per-source | Chunks per source (advanced/fast depth only) |
-o, --output | Save output to file |
--json | Structured JSON output |