tavily

Search the web with configurable depth, topic, and result limits via Tavily API.

Updated Feb 13, 2026
One-click install
npx skills add https://github.com/Tigha66/dexters-ai-assistant --skill tavily-tigha66
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tavily
Source: https://github.com/Tigha66/dexters-ai-assistant/tree/main/skills/tavily-search
Command: npx skills add https://github.com/Tigha66/dexters-ai-assistant --skill tavily-tigha66

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

AI-optimized web search and result summarization for AI agents, reducing the time spent on researching the web.

Core Features & Use Cases

  • AI-powered search with configurable depth and topic targeting (general or news) to produce concise, relevant results.
  • Scriptable interface with search and extract utilities to support automation in agent workflows.
  • Integration-ready results to feed into AI decision-making and downstream processing.

Quick Start

Run a Tavily search for your query using the search.mjs script with the desired options.

Frequently Asked Questions about tavily

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

FAQPage Schema
How do I integrate AI-optimized web search into my agent workflows?

AI-optimized web search integrates into agent workflows via scriptable search and content extraction utilities. You pass queries to a search script, configuring depth, topic, and result limits, to retrieve concise, relevant results for downstream AI decision-making.

What's the best way to get concise search results for AI agents?

The best way to get concise search results for AI agents is using an AI-optimized search API. It targets general or news topics with configurable depth, summarizing web content to reduce manual research time and feed relevant data directly into your agent.

Do I need an API key to perform web search and content extraction for AI?

Yes, you need a Tavily API key to perform web search and content extraction. The API key authenticates your requests when running the search scripts to retrieve concise, relevant results and extracted content for your AI agents.

Can I configure search depth and topic targeting for current-events research?

Yes, you can configure search depth and topic targeting for current-events research. The search utility supports topic selection, allowing you to target general research or news specifically, along with setting configurable result limits to control output volume.

How does content extraction work for AI automation scripts?

Content extraction works for AI automation scripts by isolating relevant web page content through a dedicated utility. It processes URLs to extract clean text, providing integration-ready data to feed into AI decision-making and downstream processing workflows.

What are the limitations of using web search snippets for AI decision-making?

Limitations of using web search snippets for AI decision-making include potential context loss from summarization and reliance on API rate limits. While configurable depth helps, complex queries may require multiple targeted searches to gather sufficient relevant data.