ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified utilities Safety 4/5

tavily-search

Use Tavily API for real-time web search and content extraction. Use when: user needs real-time web search results, research, or current information from the web. Requires Tavily API key.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/aysun168/tavily-skill-bak
Or

What This Skill Does

The tavily-search skill integrates the Tavily API into your OpenClaw agent, providing high-quality, AI-optimized web search capabilities. Unlike traditional search engines, Tavily is specifically designed for LLMs, performing autonomous research to aggregate information from multiple sources and providing clean, actionable data. It excels at extracting key insights from search results, making it the primary tool for queries that require real-time knowledge, fact-checking, or comprehensive research on rapidly evolving topics.

Installation

Installation is handled via the OpenClaw CLI. Run the following command in your terminal: clawhub install openclaw/skills/skills/aysun168/tavily-skill-bak. After installation, you must acquire an API key from https://tavily.com. You can configure this key either by exporting TAVILY_API_KEY as an environment variable or by adding it directly to your openclaw.json configuration file under the tavily object. Once set, the skill is automatically detected and ready for use.

Use Cases

This skill is ideal for tasks involving information synthesis. Use it to perform market research, gather current news updates, verify technical information that may have changed since your model's training date, or generate concise briefings on specific subjects. It is particularly effective when you need a consolidated 'answer' rather than just a list of links, as it can be configured to process content and return a summarized response.

Example Prompts

  1. "Search for the latest benchmarks and release news for the top LLMs as of late 2026."
  2. "Research the current impact of climate change policies on global agriculture and summarize the top three findings."
  3. "Find up-to-date information on the current stock market status for technology companies today."

Tips & Limitations

To optimize performance, define your queries clearly. Use the 'advanced' search depth for complex research topics to get more thorough data, or 'basic' for quick, broad inquiries. Be mindful of your API plan limits, as excessive 'advanced' searches consume more quota. If you are scraping a specific URL rather than searching for information, prefer the web_fetch tool to save your search budget. Ensure your API key is properly masked in environment variables if working in shared or public environments.

Metadata

Author@aysun168
Stars4473
Views1
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-aysun168-tavily-skill-bak": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#search#research#web-scraping#tavily#api
Safety Score: 4/5

Flags: network-access, external-api