tavily
AI-optimized web search via Tavily API. Returns concise, relevant results for AI agents.
Why use this skill?
Integrate the Tavily API into OpenClaw for AI-optimized web searches and content extraction. Perfect for automated research and data gathering.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/arun-8687/tavily-searchWhat This Skill Does
The Tavily Search skill for OpenClaw integrates the powerful Tavily API, which is purpose-built for AI agents. Unlike standard search engines that return cluttered HTML and advertising-heavy results, Tavily processes web data specifically to extract clean, semantic information that is ready for LLM consumption. This skill allows your OpenClaw agent to browse the live web, perform deep research, and extract article content from specific URLs, ensuring your agent always has access to the latest data.
Installation
To add this skill to your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/arun-8687/tavily-search
Before you can utilize the tool, ensure you have obtained a valid API key from Tavily.com. Set this key in your environment variables as TAVILY_API_KEY to allow the agent to authenticate and perform requests against the Tavily infrastructure.
Use Cases
- Market Research: Gather summarized information about industry trends, competitor movements, or technical documentation without having to manually parse through websites.
- News Monitoring: Stay updated on real-time events by utilizing the
--topic newsflag to fetch the most recent developments on a specific subject. - Fact Checking: Use the
--deepsearch mode to verify claims or look up complex, multi-faceted questions that require synthesizing information from multiple reputable sources. - Web Content Extraction: Use the
extract.mjsutility to pull the text content from specific URLs, stripping away boilerplate, navigation menus, and footers for efficient processing.
Example Prompts
- "Perform a deep search on the latest advancements in quantum computing research from this year and summarize the top 3 breakthroughs."
- "What are the current top news stories regarding global renewable energy policy? Limit the results to the last 7 days."
- "Extract the full text from https://example.com/blog/deep-dive-into-ai-architecture to analyze the author's argument."
Tips & Limitations
- Token Efficiency: Because Tavily returns optimized, clean text, your agent saves context window space compared to raw HTML extraction.
- Deep Search: While the
--deepflag provides superior accuracy and context, please note it is slower and consumes more credits than the default search. Use it sparingly for tasks requiring high precision. - API Limits: Keep in mind your Tavily account tier limits. If you are conducting high-volume research, ensure your subscription covers your expected request frequency.
- Source Attribution: Always encourage your agent to cite the URLs returned in the search results to maintain transparency and facilitate user verification of the information.
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-arun-8687-tavily-search": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
deepwiki
Query the DeepWiki MCP server for GitHub repository documentation, wiki structure, and AI-powered questions.
linkedin-cli
A bird-like LinkedIn CLI for searching profiles, checking messages, and summarizing your feed using session cookies.
gemini-deep-research
Perform complex, long-running research tasks using Gemini Deep Research Agent. Use when asked to research topics requiring multi-source synthesis, competitive analysis, market research, or comprehensive technical investigations that benefit from systematic web search and analysis.