GitHub
/tavily-ai/skillsGet API Key
Sign up at tavily.com
Available Skills
| Skill | Description |
|---|---|
tavily-search | Web search with agent-optimized results. |
tavily-extract | Extract clean markdown/text from URLs. |
tavily-crawl | Crawl a website and extract content from multiple pages with semantic filtering. |
tavily-map | Discover and list all URLs on a website. |
tavily-research | AI-powered research that produces a cited report. |
tavily-best-practices | Reference docs for building production-ready Tavily integrations. |
Installation
Step 1:
Install the Tavily CLI:Step 2:
Install the skills:Usage
Once installed, skills are automatically available to your agent. No additional configuration is needed — your agent will use them when appropriate based on your prompts.Automatic Invocation
Simply describe what you need and your agent will use the right Tavily skill:Explicit Skill Invocation
You can also invoke skills directly using slash commands:Skill Details
Search
Search
Web search returning LLM-optimized results with content snippets and relevance scores.Invoke explicitly:Example prompts:Key options:
- “Search for the latest news on AI regulations”
- “/tavily-search current React best practices”
- “Search for Python async patterns”
--depth (ultra-fast/fast/basic/advanced), --max-results, --topic, --time-range, --include-domains, --exclude-domains, --include-raw-contentExtract
Extract
Extract clean markdown or text content from one or more URLs. Handles JavaScript-rendered pages.Invoke explicitly:Example prompts:Key options:
- “Extract the content from this article URL”
- “/tavily-extract https://example.com/blog/post”
- “Extract content from these three documentation pages”
--query, --chunks-per-source, --extract-depth (basic/advanced), --format (markdown/text)Map
Map
Discover URLs on a website without extracting content. Faster than crawling — useful for finding the right page before extracting.Invoke explicitly:Example prompts:Key options:
- “Map the site structure of docs.example.com”
- “Find the authentication page on this site”
- “List all URLs under the /api/ path”
--max-depth, --limit, --instructions, --select-paths, --exclude-pathsCrawl
Crawl
Crawl websites and extract content from multiple pages. Save each page as a local markdown file or get structured JSON output.Invoke explicitly:Example prompts:Key options:
- “Crawl the Stripe API docs and save them locally”
- “/tavily-crawl https://docs.example.com”
- “Download the Next.js documentation for offline reference”
--max-depth, --limit, --instructions, --chunks-per-source, --output-dir, --select-paths, --exclude-pathsResearch
Research
AI-powered deep research that gathers sources, analyzes them, and produces a cited report. Takes 30–120 seconds.Invoke explicitly:Example prompts:Key options:
- “Research the latest developments in quantum computing”
- “/tavily-research AI agent frameworks and save to report.json”
- “Research the competitive landscape for AI coding assistants”
--model (mini/pro/auto), --stream, --citation-format, --output-schema, -oTavily Best Practices
Tavily Best Practices
Build production-ready Tavily integrations with best practices baked in. Reference documentation for implementing web search, content extraction, crawling, and research in agentic workflows, RAG systems, or autonomous agents.Invoke explicitly:Example prompts:
- “Add Tavily search to my internal company chatbot so it can answer questions about our competitors”
- “Build a lead enrichment tool that uses Tavily to find company information from their website”
- “Create a news monitoring agent that tracks mentions of our brand using Tavily search”
- “Implement a RAG pipeline that uses Tavily extract to pull content from industry reports”
What You Can Build
Copy-paste these prompts into your AI agent and start building:AI Chatbot with Real-Time Search
AI Chatbot with Real-Time Search
Build a chatbot that can answer questions about current events and up-to-date information.Try these prompts:
News Dashboard with Sentiment Analysis
News Dashboard with Sentiment Analysis
Create a live news dashboard that tracks topics and analyzes sentiment.Try these prompts:
Lead Enrichment Tool
Lead Enrichment Tool
Build tools that automatically enrich leads with company data from the web.Try these prompts:
Competitive Intelligence Agent
Competitive Intelligence Agent
Build an autonomous agent that monitors competitors and surfaces insights.Try these prompts: