tavily-search

Query the Tavily API to retrieve top web results and optional answers.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Tavily search provides a fast and reliable way to query the Tavily API to retrieve top web results and an optional synthesized answer, reducing manual web browsing and improving decision speed.

Core Features & Use Cases

  • Tavily API-powered web search with configurable depth (basic/advanced) to balance speed and depth.
  • Supports multiple output formats (JSON or Markdown) for easy integration and sharing.
  • Workflow-friendly: guide user to refine query, execute search, and present results with citations suitable for decision-making or research.

Quick Start

Run the Tavily search CLI with your query to retrieve top results and an optional answer.

Frequently Asked Questions about tavily-search

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

FAQPage Schema
How do I get web search results with citations using an API?

Web search results with citations are retrieved by querying the Tavily API, which surfaces top links and an optional synthesized answer. You configure the search depth and output format, then render the returned citations for research or decision-making contexts.

Can I retrieve real-time web search results in JSON or Markdown format?

Real-time web search results can be retrieved in JSON or Markdown format using the Tavily API. This allows easy integration into applications or direct sharing, providing top links and an optional concise answer formatted to your preference.

Do I need a Tavily API key to perform a web search from the CLI?

A Tavily API key is required to perform a web search from the CLI. You must have this key configured to authenticate requests and successfully call the Tavily API endpoint to process queries and render citations.

What's the best way to balance search speed and result depth for real-time queries?

To balance search speed and result depth for real-time queries, use the Tavily API's configurable depth setting. Choosing basic depth prioritizes speed, while advanced depth provides more comprehensive results for complex research tasks.

How does the Tavily API handle diverse sources for decision-making research?

The Tavily API handles diverse sources by querying its endpoint to surface top web links and optionally synthesizing a concise answer. This mechanism reduces manual browsing and improves decision speed by presenting multiple relevant sources with citations.

Why are my Tavily web search results missing citations?

Web search results may lack citations if the output format is not configured to render them or if the optional answer feature is bypassed. Ensure your API call processes the full result set and renders results in a format that supports citations.