tavily

Search, extract, map, and crawl web content via Tavily's REST API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires TAVILY_API_KEY, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies web research, content extraction, mapping, crawling, and optional research by leveraging Tavily’s REST API, providing a streamlined process for tasks that require live web information.

Core Features & Use Cases

  • Web Search & Extraction: Perform web searches and extract content from specific URLs.
  • Mapping: Generate site maps for URL discovery.
  • Crawling: Traverse sites with built-in extraction.
  • Research Workflow: Conduct multi-step analysis and citations for deep investigation.
  • Use Case: When you need to perform extensive research on a specific topic or site, Tavily can help you find relevant information, extract content, and organize it for further analysis.

Quick Start

Use the tavily skill to search for information on "AI development trends" and extract content from the results.

Frequently Asked Questions about tavily

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

FAQPage Schema
How do I automate web search and content extraction for LLM workflows?

Automating web search and content extraction for LLM workflows involves using a REST API to query live web information and retrieve structured data. This approach streamlines multi-step investigations by directly fetching and organizing relevant content for analysis.

What is the best way to extract content from specific URLs for research?

The best way to extract content from specific URLs is through a dedicated REST API that targets and retrieves site data. This method bypasses manual copying by directly pulling structured information from target pages for further processing.

Do I need an API key to perform site mapping and crawling?

Yes, you need a valid TAVILY_API_KEY to perform site mapping and crawling. This key authenticates your REST API requests, enabling you to generate site maps for URL discovery and traverse sites with built-in content extraction.

How does site crawling work for discovering and extracting web content?

Site crawling for content extraction works by programmatically traversing site structures to discover URLs and extract data simultaneously. This automated traversal gathers structured information across multiple pages, streamlining web research workflows.

Can I conduct multi-step research and analysis using web search APIs?

Yes, you can conduct multi-step research and analysis using web search APIs by chaining search, extraction, and crawling operations. This facilitates deep investigations by gathering citations and structuring live web data for comprehensive review.

What are the limitations of using REST APIs for web research?

Limitations of using REST APIs for web research include dependency on a valid API key and potential rate limits. Additionally, extraction quality depends on the target site's structure, which may affect structured data retrieval for complex workflows.