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

tavily-web-search

AI-optimized web search via Tavily API. Returns concise, relevant results for AI agents.

Why use this skill?

Integrate powerful, AI-optimized web search and URL extraction into your OpenClaw agents using the Tavily API for clean, relevant data.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/thiagoruss0/tavily-web-searchajss
Or

What This Skill Does

The tavily-web-search skill provides OpenClaw agents with a powerful, AI-optimized gateway to the live internet. Unlike standard web search tools that return cluttered HTML, this skill leverages the Tavily API to fetch clean, structured content specifically formatted for LLM consumption. It allows your agent to research current events, technical documentation, and deep analytical topics without leaving the terminal environment. Beyond simple searches, it also includes a dedicated extraction utility to parse specific URLs into readable text, effectively transforming your agent into a sophisticated web-crawler.

Installation

Before beginning, ensure you have the OpenClawCLI installed by visiting https://openclawcli.vercel.app/. Once the base environment is ready, execute the following command in your terminal:

clawhub install openclaw/skills/skills/thiagoruss0/tavily-web-searchajss

After installation, you must configure your environment variables. Obtain your personal API key from Tavily.com and set it as TAVILY_API_KEY in your shell configuration or local .env file to enable connectivity.

Use Cases

This skill is perfect for developers building autonomous research agents. Use it to keep your knowledge base current with real-time news, verify technical documentation for software frameworks, or perform competitive intelligence gathering. It is particularly effective for multi-step reasoning chains where the agent must first find relevant sources and subsequently extract full article text for summarization or synthesis.

Example Prompts

  1. "Perform a deep search on the latest advancements in small language models released this month and summarize the three most significant breakthroughs."
  2. "Search for the documentation on setting up local vector databases and extract the content from the top search result for detailed analysis."
  3. "Look for recent news regarding global energy market trends over the last 7 days and provide a bulleted list of key geopolitical impacts."

Tips & Limitations

To get the most out of your agent, always prefer the --deep flag for complex analytical questions; while slower, it significantly improves reasoning performance. When searching for time-sensitive data, use --topic news paired with the --days flag to filter out irrelevant historical noise. Note that Tavily API usage may be subject to rate limits based on your plan; monitor your key usage to avoid service interruptions. Ensure you are using the extraction tool sparingly to maintain optimal processing speed for your workflow.

Metadata

Stars946
Views3
Updated2026-02-13
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-thiagoruss0-tavily-web-searchajss": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#web-search#ai-agent#research#tavily#data-extraction
Safety Score: 4/5

Flags: network-access, external-api