search
Search the web using Tavily's LLM-optimized search API. Returns relevant results with content snippets, scores, and metadata. Use when you need to find web content on any topic without writing code.
Why use this skill?
Integrate powerful LLM-optimized web searching into your OpenClaw agent using the Tavily API. Automate research, news gathering, and data retrieval effortlessly.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/barneyjm/search-2What This Skill Does
The search skill enables your OpenClaw agent to perform intelligent, LLM-optimized web searches using the Tavily API. Unlike standard search engines, this tool is specifically designed to feed relevant context directly into AI workflows. It provides comprehensive results, including page snippets, metadata, and relevance scores, allowing the agent to synthesize information, verify facts, or stay updated on current events without requiring manual intervention or code execution.
Installation
To integrate this skill, ensure you have the OpenClaw environment configured. First, install the skill using the command: clawhub install openclaw/skills/skills/barneyjm/search-2. After installation, you must obtain a valid API key from Tavily. Open your configuration file located at ~/.claude/settings.json and add your credentials under the env block as follows: {"env": {"TAVILY_API_KEY": "tvly-your-api-key-here"}}. Once saved, the agent will automatically utilize this key for all web-related queries.
Use Cases
This skill is highly versatile for any agentic task requiring external data. Common use cases include: summarizing complex technical documentation, researching market trends, retrieving real-time news updates, gathering comparative data for products, or performing deep-dive research into academic papers. By setting specific time_range or include_domains parameters, you can focus the agent's research scope to ensure the output remains relevant to your specific domain needs.
Example Prompts
- "Search for the latest architectural design patterns for serverless microservices and provide a summary of the pros and cons found in top-tier technical blogs."
- "Find recent news from the last week regarding advancements in LLM reasoning capabilities and compare the findings from at least three reputable AI research domains."
- "Look up the current status and documentation for the latest release of the OpenClaw framework; list the most significant breaking changes."
Tips & Limitations
To maximize effectiveness, always prioritize descriptive queries. If the agent returns too much irrelevant data, use the include_domains or exclude_domains parameters to curate the source list. Keep in mind that max_results defaults to 5; for comprehensive reports, feel free to increase this up to 20. Note that this skill requires an active internet connection and a valid API subscription. While the tool is powerful, avoid using it for private or sensitive internal data, as queries are routed through the Tavily search infrastructure.
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-barneyjm-search-2": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
query
Search for places using natural language with Camino AI's location intelligence API. Returns relevant results with coordinates, distances, and metadata. Use when you need to find real-world locations like restaurants, shops, landmarks, or any point of interest.
journey
Plan multi-waypoint journeys with route optimization, feasibility analysis, and time budget constraints. Use when you need to plan trips with multiple stops or check if an itinerary is achievable.
travel-planner
Plan complete day trips, walking tours, and multi-stop itineraries with time budgets using Camino AI's journey planning and route optimization.
school-finder
Locate elementary schools, high schools, and universities near any address using Camino AI's location intelligence with AI-powered ranking.
real-estate
Evaluate any address for home buyers and renters. Get nearby schools, transit, grocery stores, parks, restaurants, and walkability using Camino AI's location intelligence.