tavily-search
Web search using Tavily API - a powerful search engine for AI agents. Use when you need to search the web for current information, news, research, or any topic that requires up-to-date web data. Supports multiple search modes including basic search, Q&A, and context retrieval for RAG applications.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/chasehl/search-with-tavilyWhat This Skill Does
The tavily-search skill is a specialized AI agent tool designed to perform real-time web searches, specifically engineered for the needs of LLMs and Retrieval-Augmented Generation (RAG) workflows. Unlike traditional search engines that return raw, cluttered HTML, Tavily processes search results into clean, AI-ready text. It handles search-depth adjustments, domain filtering, and time-sensitive queries, allowing agents to retrieve current data on news, research papers, and niche topics that are beyond their static training cut-off.
Installation
To integrate this skill into your OpenClaw environment, ensure you have your Tavily API key ready. You can install the skill by executing the following command in your terminal:
clawhub install openclaw/skills/skills/chasehl/search-with-tavily
Once installed, authenticate by setting your environment variable: export TAVILY_API_KEY="your_key_here". This allows the agent to communicate directly with the Tavily API, ensuring all queries are authorized and tracked according to your plan.
Use Cases
- Market Research: Quickly gather real-time data on industry trends or financial news.
- Academic & Technical Writing: Use the
get_search_contextfunction to pull relevant excerpts for citations or technical literature reviews. - Content Creation: Fetch current events and facts to improve the accuracy and relevance of AI-generated content.
- Fact-Checking: Verify claims or specific data points against the latest indexed web content.
Example Prompts
- "Perform a comprehensive search on the latest advancements in solid-state battery technology and summarize the top three breakthroughs from the last month."
- "Research the recent 2024 legislative changes regarding privacy policies in the EU and provide a detailed summary suitable for a business briefing."
- "Search for the current market sentiment regarding renewable energy stocks and extract only the relevant statistics for my report."
Tips & Limitations
- Token Efficiency: For large RAG applications, always use
get_search_contextwith a specifiedmax_tokensparameter to prevent overflowing your context window. - Search Depth: Use
basicsearch for quick facts andcomprehensivefor deep-dive research tasks. Note that comprehensive searches may take slightly longer to process. - Cost Awareness: Each search consumes credits. Avoid high-frequency loops in your agent logic unless necessary.
- Limitations: The skill relies on the Tavily index; it cannot access behind-the-login-wall private content or live-stream media.
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-chasehl-search-with-tavily": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api