Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Search the web using Tavily AI search API
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-12 | ✗→✓ | ▲ Improved | -14% | 0% |
| case-17 | ✗→✓ | ▲ Improved | -46% | 0% |
| case-06 | ✓→✗ | ▼ Worse | -71% | 0% |
| case-23 | ✓→✗ | ▼ Worse | -43% | 0% |
| case-21 | ✓→✓ | = Same ✓ | -11% | 0% |
Search the web using the Tavily AI search API, optimized for LLM applications.
Set the TAVILY_API_KEY environment variable with your Tavily API key. Get your key at https://tavily.com
No OAuth or MCP configuration required.
bash./scripts/tavily-search.sh '{"query": "latest AI news"}'
Search the web using Tavily AI.
Input:
| Parameter | Type | Required | Description | |-----------|------|----------|-------------| | query | string | yes | The search query | | search_depth | string | no | basic (fast) or advanced (thorough). Default: basic | | max_results | integer | no | Maximum results to return (1-20). Default: 5 | | time_range | string | no | Filter by time: day, week, month, year | | include_domains | array | no | Only include results from these domains | | exclude_domains | array | no | Exclude results from these domains |
Output: JSON object with query, answer, results (array of {title, url, content, score}), and response_time.
| Depth | Speed | Detail | Use Case | |-------|-------|--------|----------| | basic | Fast (~1s) | Standard snippets | Quick lookups, fact checks | | advanced | Slower (~3s) | Detailed content | Research, analysis |
json{ "query": "your search query", "answer": "AI-generated summary answer", "response_time": 0.5, "results": [ { "title": "Page Title", "url": "https://example.com", "content": "Relevant content snippet...", "score": 0.95 } ] }
search_depth: advanced for research tasks that need detailed contentinclude_domains to restrict searches to trusted sourcestime_range: day for breaking news or very recent informationanswer field provides a concise AI-generated summary when availableOther measured skills in the registry, with their headline benchmark lift.