tavily-search

Query Tavily's API for web results with snippets, scores, and metadata.

Updated Mar 31, 2026
One-click install
npx skills add https://github.com/missyouangeled/test-git --skill tavily-search-missyouangeled
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tavily-search
Source: https://github.com/missyouangeled/test-git/tree/main/skills/liang-tavily-search
Command: npx skills add https://github.com/missyouangeled/test-git --skill tavily-search-missyouangeled

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Tavily Search provides quick access to relevant web results with content snippets, scores, and metadata to inform AI reasoning and decision making.

Core Features & Use Cases

  • LLM-optimized web search: Retrieve results optimized for AI consumption.
  • Rich result data: Each result includes a title, URL, snippet, and a relevance score.
  • Use Case: Ideal for information gathering, research briefs, or domain-specific knowledge prompts.

Quick Start

Run the search script with your query to fetch Tavily results.

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-optimized web search results for AI reasoning?

To get LLM-optimized web search results, you can query an API to retrieve titles, URLs, snippets, and relevance scores. This structured metadata provides context directly suited for downstream AI reasoning and decision-making.

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

Yes, you can filter web search results by configuring include or exclude domains and setting time ranges. This targets domain-specific knowledge prompts and ensures the retrieved snippets match your research scope.

How do I pass my API key securely when automating web search tasks?

To pass your API key securely when automating web search tasks, enforce its usage via environment variables or platform configuration. This prevents hardcoding credentials directly into your search scripts.

What is the best way to retrieve raw content or structured JSON from web searches?

The best way to retrieve raw content or structured JSON from web searches is to use an API supporting optional raw content output. This returns results in a consistent schema for immediate integration into research briefs.

Does Tavily search support configuring search depth and topics for research gathering?

Yes, Tavily search supports configuring search depth and topics for research gathering. This flexibility allows you to tailor queries to retrieve highly relevant content snippets and metadata for information gathering.

Why use an LLM-powered web search instead of a standard search API for AI workflows?

Use an LLM-powered web search instead of a standard search API because it returns results optimized for AI consumption. It provides rich data like relevance scores and content snippets structured for machine reasoning.