🛍️ 更多精选好物 ›
📊 公开数据一览
| 📦 榜单安装量 | 27.2K |
| ⭐ GitHub Stars | 441(fork 35) |
| 🗓️ 最近推送 | 2026-06-04 |
| 🌱 项目创建 | 2026-01-22 |
| 💻 语言 / License | 未标注 · MIT |
| 🐛 开放Issue | 5 |
📝 工具简介
网页搜索、内容提取、爬虫、URL发现和深度研究,基于Tavily CLI。
📖 怎么用
先装 Agent Skills,跑 `npx skills add https://github.com/tavily-ai/skills`;再装 Tavily CLI,用 `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`(或 `tvly login` 走浏览器 OAuth,或设环境变量 `export TAVILY_API_KEY=tvly-...`)。搞定后就能用 `tavily search` 搜网页(支持域名过滤、时间范围、多深度),用 `tavily extract` 提取干净内容。
📋 迷你测评
网页搜索、内容提取、爬虫、URL发现和深度研究都覆盖,基于Tavily CLI。亮点是功能集成度高,一个工具搞定搜索全流程。适合需要快速抓取网页信息的场景。
📄 README 要点
这是一个给AI代理用的网页搜索工具包,基于Tavily CLI运行。核心功能包括网页搜索、内容提取、网站爬取、URL发现和深度研究。搜索支持域名过滤、时间范围和多种搜索深度,提取功能能处理JavaScript渲染的页面,爬取功能可以把多页内容保存为本地markdown文件。安装需要先装Tavily CLI,然后去tavily.com拿API key认证。适合需要让AI代理实时获取网络信息的场景,比如做研究、收集资料或者监控网页内容。
查看英文原文
Tavily Agent Skills Web search, content extraction, site crawling, URL discovery, and deep research — powered by the Tavily CLI. Installation Install skills [安装/使用命令见下方] Install the Tavily CLI The skills require the Tavily CLI ( tvly ) to be installed. It lives in its own repository: tavily ai/tavily cli. [安装/使用命令见下方] Or install manually: [安装/使用命令见下方] Authenticate [安装/使用命令见下方] Get an API key at tavily.com. Available Skills Skill Description tavily search Search the web with LLM optimized results. Supports domain filtering, time ranges, and multiple search depths. tavily extract Extract clean markdown/text content from specific URLs. Handles JS rendered pages. tavily crawl Crawl websites and extract content from multiple pages. Save as local markdown files. tavily map Discover all URLs on a website without extracting content. Faster than crawling. tavily research Comprehensive AI powered research with citations. Multi source synthesis in 30 120s. tavily cli Overview skill with workflow guide, install/auth instructions. tavily best practices Reference docs for building production ready Tavily integrations. Workflow Start simple, escalate when needed: 1. Search — Find pages on a topic ( tvly search "query" json ) 2. Extract — Get content from a specific URL ( tvly extract "https://..." json ) 3. Map — Discover URLs on a site ( tvly map "https://..." json ) 4. Crawl — Bulk extract from a site section ( tvly crawl "https://..." output dir ./docs/ ) 5. Research — Deep multi source analysis ( tvly research "topic" model pro )
💬 评论(0)
交流使用体验、避坑建议;违规内容将被删除