tavily-cli by tavily-ai/skills
npx skills add https://github.com/tavily-ai/skills --skill tavily-cli网络搜索、内容提取、站点爬取、URL 发现和深度研究。返回为 LLM 使用优化的 JSON。
运行 tvly --help 或 tvly <command> --help 查看完整的选项详情。
必须已安装并完成身份验证。使用 tvly --status 检查状态。
tavily v0.1.0
> 已通过 OAuth 认证 (tvly login)
如果未就绪:
curl -fsSL https://cli.tavily.com/install.sh | bash
或手动安装:uv tool install tavily-cli / pip install tavily-cli
然后进行身份验证:
tvly login --api-key tvly-YOUR_KEY
# 或者:export TAVILY_API_KEY=tvly-YOUR_KEY
# 或者:tvly login (打开浏览器进行 OAuth 认证)
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
遵循此升级模式 —— 从简单开始,需要时再升级:
| 需求 | 命令 | 适用场景 |
|---|---|---|
| 查找某个主题的页面 | tvly search | 还没有特定 URL |
| 获取页面的内容 | tvly extract | 拥有 URL |
| 在网站内查找 URL | tvly map | 需要定位特定的子页面 |
| 批量提取网站部分内容 | tvly crawl | 需要许多页面(例如,所有 /docs/) |
| 带引用的深度研究 | tvly research | 需要多来源综合 |
有关详细的命令参考,请使用每个命令对应的独立技能(例如 tavily-search、tavily-crawl),或运行 tvly <command> --help。
所有命令都支持 --json 选项以生成结构化的、机器可读的输出,并支持 -o 选项将输出保存到文件。
tvly search "react hooks" --json -o results.json
tvly extract "https://example.com/docs" -o docs.md
tvly crawl "https://docs.example.com" --output-dir ./docs/
? 和 & 解释为特殊字符。--json — 每个命令都支持此选项。- 从标准输入读取 — echo "query" | tvly search -每周安装量
1.4K
代码仓库
GitHub 星标数
132
首次出现
9 天前
安全审计
安装于
opencode1.3K
codex1.3K
cursor1.3K
gemini-cli1.3K
cline1.3K
github-copilot1.3K
Web search, content extraction, site crawling, URL discovery, and deep research. Returns JSON optimized for LLM consumption.
Run tvly --help or tvly <command> --help for full option details.
Must be installed and authenticated. Check with tvly --status.
tavily v0.1.0
> Authenticated via OAuth (tvly login)
If not ready:
curl -fsSL https://cli.tavily.com/install.sh | bash
Or manually: uv tool install tavily-cli / pip install tavily-cli
Then authenticate:
tvly login --api-key tvly-YOUR_KEY
# or: export TAVILY_API_KEY=tvly-YOUR_KEY
# or: tvly login (opens browser for OAuth)
Follow this escalation pattern — start simple, escalate when needed:
| Need | Command | When |
|---|---|---|
| Find pages on a topic | tvly search | No specific URL yet |
| Get a page's content | tvly extract | Have a URL |
| Find URLs within a site | tvly map | Need to locate a specific subpage |
| Bulk extract a site section | tvly crawl | Need many pages (e.g., all /docs/) |
| Deep research with citations | tvly research |
For detailed command reference, use the individual skill for each command (e.g., tavily-search, tavily-crawl) or run tvly <command> --help.
All commands support --json for structured, machine-readable output and -o to save to a file.
tvly search "react hooks" --json -o results.json
tvly extract "https://example.com/docs" -o docs.md
tvly crawl "https://docs.example.com" --output-dir ./docs/
? and & as special characters.--json for agentic workflows — every command supports it.- — echo "query" | tvly search -Weekly Installs
1.4K
Repository
GitHub Stars
132
First Seen
9 days ago
Security Audits
Gen Agent Trust HubPassSocketPassSnykFail
Installed on
opencode1.3K
codex1.3K
cursor1.3K
gemini-cli1.3K
cline1.3K
github-copilot1.3K
React 组合模式指南:Vercel 组件架构最佳实践,提升代码可维护性
102,200 周安装
| Need multi-source synthesis |