tavily-search

Search the web and return LLM-optimized JSON results with relevance scores and snippets.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/466852675/Skills-2026 --skill tavily-search-466852675
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tavily-search
Source: https://github.com/466852675/Skills-2026/tree/main/tavily-search
Command: npx skills add https://github.com/466852675/Skills-2026 --skill tavily-search-466852675

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Many AI agents need up-to-date, concise web information, but raw search results are noisy and unstructured, making it hard to feed relevant content into LLM workflows.

Core Features & Use Cases

  • LLM-optimized results: Returns JSON with snippets, relevance scores, and metadata tailored for language models.
  • Advanced query control: Supports depth levels, result limits, topic filters, time ranges, and domain inclusion/exclusion.
  • Full-content extraction: Optionally include raw page content to avoid a separate extraction step.
  • Use case example: Researchers can quickly gather recent papers on quantum computing, while marketers can retrieve the latest news on a product launch.

Quick Start

Use tavily-search to get the latest AI news from the past week, returning the top five results in JSON.

Frequently Asked Questions about tavily-search

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get LLM-ready web search results for my AI agent?

To get LLM-ready web search results, use tavily-search to retrieve current information with relevance scores and content snippets formatted as JSON. This provides structured metadata tailored for language models without noisy raw search data.

Can I filter web search results by specific domains and time ranges?

Yes, you can filter web search results by specific domains and time ranges. The tavily-search skill supports domain inclusion or exclusion, time range filters, and topic filters to retrieve domain-specific pages and recent news articles.

Do I need to install any CLI tools to retrieve current news articles into my workflow?

Yes, you need the Tavily CLI (tvly) installed to retrieve current news articles. The tavily-search skill requires this command-line tool to execute queries and return JSON output with snippets and relevance scores.

What is the best way to extract full page content during a web search?

The best way to extract full page content during a web search is using tavily-search with its full-content extraction option. This includes raw page content in the results, avoiding a separate extraction step for your LLM workflows.

How do I control the depth and result limit for multi-depth web queries?

You can control the depth and result limit for multi-depth web queries using tavily-search options. It supports configuring depth levels and max-results limits to customize the amount and detail of information retrieved from the web.