tavily-search

Performs web searches via the Tavily API returning titles, URLs, snippets and optional short answers in multiple formats.

1|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/joneqian/EvoClaw --skill tavily-search-joneqian
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tavily-search
Source: https://github.com/joneqian/EvoClaw/tree/main/packages/core/src/skill/bundled/openclaw-tavily-search
Command: npx skills add https://github.com/joneqian/EvoClaw --skill tavily-search-joneqian

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly fetch concise Tavily search results when broader search tools are unavailable, returning a compact set of relevant results with titles, URLs, and snippets for quick reference.

Core Features & Use Cases

  • Web search via the Tavily API to get a small, relevant result set
  • Outputs include title, url, and snippet; optional short answer when available
  • Use cases: quick web lookups, source discovery, and citation-ready references

Quick Start

Query Tavily via the Tavily search script with your query and an optional max-results parameter to receive concise 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 web search results with snippets using the Tavily API?

You can fetch web search results with snippets by querying the Tavily API, which returns a compact set of titles, URLs, and text snippets. An optional short answer is also provided when available.

What do I need to set up to perform Tavily web searches?

To perform Tavily web searches, you need to provide a Tavily API key configured via the TAVILY_API_KEY environment variable or stored in the ~/.openclaw/.env file.

What output formats are available for Tavily search results?

Tavily search results can be output in raw JSON, a Brave-like format, or Markdown, delivering structured payloads containing titles, URLs, and snippets for quick reference.

When should I use Tavily web search instead of other search tools?

Use Tavily web search when broader search tools like Brave web_search are unavailable or undesired, offering a reliable alternative for quick web lookups and source discovery.

Can I limit the number of web search results returned by the Tavily API?

Yes, you can limit the returned web search results by passing an optional max-results parameter to the Tavily search script, ensuring you receive a concise and relevant result set.

Why are my Tavily API web searches not returning results?

Failed Tavily web searches typically occur when the TAVILY_API_KEY environment variable is missing or invalid. Ensure your API key is correctly set in the environment or the ~/.openclaw/.env file.