tavily

Search the web via Tavily API with topic and time filters.

1|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/sandmark78/workspace --skill tavily-sandmark78
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tavily
Source: https://github.com/sandmark78/workspace/tree/main/skills/tavily-search
Command: npx skills add https://github.com/sandmark78/workspace --skill tavily-sandmark78

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

AI agents often need fast, reliable web information. Tavily Search provides a lightweight, API-driven way to discover concise, relevant content from the web to fuel AI workflows.

Core Features & Use Cases

  • AI-optimized web search: Uses Tavily API to return concise, relevant results suitable for AI agent research and decision making.
  • Flexible query controls: Supports limiting results with -n, deep searching with --deep, topic filtering with --topic, and time-bounded searches with --days for news.
  • Ingestion-ready content: Includes a dedicated extract path to pull content from URLs for knowledge bases or research notes.

Quick Start

Use Tavily to perform a targeted search and review the top results for immediate insight.

Frequently Asked Questions about tavily

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

FAQPage Schema
How do I get concise web search results for AI agent research?

AI-optimized web search APIs retrieve concise, relevant content for AI agent research and decision making. By querying these APIs, you gather lightweight, ingestion-ready web data to accelerate knowledge collection without processing raw HTML.

Can I extract content from a specific URL for my knowledge base?

Yes, you can extract content directly from specific URLs to build knowledge bases or research notes. A dedicated extraction workflow pulls the core content from web pages, providing clean text for your AI workflows instead of just search snippets.

How do I filter web searches by topic and time for current events?

You can filter web searches by topic and time using CLI options like --topic for category filtering and --days for time-bounded queries. These controls restrict results to specific categories and recent timeframes for current-events lookups.

Does deep web searching return more detailed information for AI workflows?

Deep web searching returns more detailed and comprehensive information for AI workflows. By enabling a deep search mode, the API probes further into web content, providing richer data for complex knowledge gathering compared to standard lightweight queries.

What is the best way to limit the number of web search results returned?

The best way to limit web search results is by using a specific CLI option to set the maximum number of returns. This controls the payload size, ensuring your AI agent only processes the top most relevant links for rapid information retrieval.