🛍️ 更多精选好物 ›
📊 公开数据一览
| 📦 榜单安装量 | 14.7K |
| ⭐ GitHub Stars | 440(fork 35) |
| 🗓️ 最近推送 | 2026-06-04 |
| 🌱 项目创建 | 2026-01-22 |
| 💻 语言 / License | 未标注 · MIT |
| 🐛 开放Issue | 5 |
📝 工具简介
Tavily代理技能,提供网页搜索、内容提取、站点爬取和深度研究。
📖 怎么用
安装:先装技能,跑 `npx skills add https://github.com/tavily-ai/skills`;再装 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`(把 KEY 换成你自己的),或者直接 `tvly login` 走浏览器 OAuth,也可以设环境变量 `export TAVILY_API_KEY=tvly-...`。开始用:去 tavily.com 拿 API key,然后就能用搜索、提取、爬站点、深度研究这些技能了。
📋 迷你测评
Tavily代理技能,覆盖网页搜索、内容提取、站点爬取和深度研究。亮点是功能全面,一站式搞定信息收集。适合研究型任务的前期调研。
📄 README 要点
这是给 AI 代理用的搜索和研究技能包,基于 Tavily CLI 做的。核心功能有五个:搜索(LLM 优化的结果,支持域名过滤、时间范围、多种搜索深度)、提取(从指定 URL 抓取干净的 markdown 文本,能处理 JS 渲染的页面)、爬取(爬整个网站多页内容存成 markdown)、地图(快速发现网站所有 URL,比爬取快)、深度研究(AI 驱动的综合研究)。安装需要先装 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)
交流使用体验、避坑建议;违规内容将被删除