Logo
ClawHub Skills Lib
HomeCategoriesUse CasesTrendingStatisticsBlog
HomeCategoriesUse CasesTrendingStatisticsBlog
ClawHub Skills Lib
ClawHub Skills Lib

Browse 50.000+ community-built AI agent skills for OpenClaw. Updated daily from clawhub.ai.

Explore

  • Home
  • Categories
  • Use Cases
  • Trending
  • Blog

Categories

  • Development
  • AI & Agents
  • Productivity
  • Communication
  • Data & Research
  • Business
  • Platforms
  • Lifestyle
  • Education
  • Design

Use Cases

  • AI Code Generation
  • Code Review & Testing
  • DevOps & Cloud
  • Security & Compliance
  • Build an AI Agent
  • Agent Memory & RAG
  • Multi-Agent Orchestration
  • Browser & Web Automation
  • Financial & Market Data
  • Crypto & Web3
  • Real-Time Web Search
  • News & Media Monitoring
  • Academic Research
  • Data & Analytics
  • AI Image Generation
  • Voice & Audio AI
  • AI Video Creation
  • Content Writing
  • Task & Project Management
  • Knowledge Management
  • Email & Messaging
  • SEO & Content Marketing
  • Sales & CRM
  • Workflow Automation
  • Social Media
  • Chinese Platforms
  • E-Commerce
  • Education & Tutoring
  • HR & Recruiting
  • Legal & Compliance
  • AI Code Generation
  • Code Review & Testing
  • DevOps & Cloud
  • Security & Compliance
  • Build an AI Agent
  • Agent Memory & RAG
  • Multi-Agent Orchestration
  • Browser & Web Automation
  • Financial & Market Data
  • Crypto & Web3
  • Real-Time Web Search
  • News & Media Monitoring
  • Academic Research
  • Data & Analytics
  • AI Image Generation
  • Voice & Audio AI
  • AI Video Creation
  • Content Writing
  • Task & Project Management
  • See all use cases →
  • AI Code Generation
  • Code Review & Testing
  • DevOps & Cloud
  • Security & Compliance
  • Build an AI Agent
  • Agent Memory & RAG
  • Multi-Agent Orchestration
  • Browser & Web Automation
  • Financial & Market Data
  • See all use cases →
© 2026 ClawHub Skills Lib. All rights reserved.Built with Next.js · Neon · Prisma
Home/Blog/Web Search Skills for AI Agents: Tavily, Brave, Exa, SearXNG & More
scenario-roundupweb-searchai-agentsresearchclawhubopenclaw

Web Search Skills for AI Agents: Tavily, Brave, Exa, SearXNG & More

April 16, 2026·5 min read

Every AI agent that touches the real world needs one thing before reasoning: fresh information. Web search skills are the retrieval layer — the pipe between the open internet and your agent's context window.

ClawHub currently hosts web search skills across 8 major technical approaches — from managed APIs to self-hosted privacy stacks.

Note: Install and download figures in text descriptions reflect stats at the time of writing and may be outdated. All skill tables are live — they fetch current data from the ClawHub database on every page load. Treat table values as authoritative.

Data Overview

MetricValue
Total web search skills (approx.)342 auto-classified
Top by downloadstavily-search ( downloads)
Top by installstavily-search ( installs)
Downloads ≥ 10,0008 skills

一、Tavily — The Dominant Search API

Tavily has become the de facto standard for LLM-native web search. Its API returns concise, relevance-ranked results optimized for AI consumption rather than human browsing — no HTML noise, no pagination. tavily-search alone has over 161,000 downloads, making it the most-downloaded web search skill on the platform by a wide margin.

The sheer number of Tavily variants (tavily-search, openclaw-tavily-search, tavily, liang-tavily-search...) reflects a community pattern: developers fork the reference implementation and customize the system prompt, endpoint, or API key management. The original and the OpenClaw-official fork together account for over 200,000 downloads.


二、Brave & Exa — Privacy-First and Neural Search

Brave Search (33,601 downloads, 413 installs) is the second-largest non-Tavily search skill. It hits Brave's independent index — not a Google reskin — making it genuinely alternative data. Useful when you want search results that aren't shaped by Google's ranking signals.

Exa (formerly Metaphor) takes a different approach: neural/semantic search rather than keyword matching. web-search-exa (21k downloads) and exa-web-search-free (12.4k) are particularly popular for research workflows where the query is conceptual ("papers about X") rather than keyword-precise.


三、Multi-Engine & Hybrid Search

Single-source search has a failure mode: when one API is down or rate-limited, the whole agent stalls. Multi-engine skills route across multiple backends with auto-fallback.

web-search-plus (13.2k downloads) uses intelligent auto-routing across Tavily, Serper, and SearXNG. multi-search-engine (12k downloads) covers 74 installs — unusually high ratio, suggesting it's in active daily use. super-websearch-realtime runs parallel queries and merges results.


四、Serper & SerpAPI — Google SERP Access

Serper and SerpAPI both wrap Google Search results via paid APIs. Use these when you specifically need Google's ranking, Google News, or Google Shopping data — not available through Tavily or Brave.

serper (3k downloads) returns structured SERP data with full page extraction. serpapi-mcp (1.2k) integrates as an MCP server for direct use inside Claude.


五、Firecrawl — Web Crawling + Search

Firecrawl is different from the others: it's a crawling and scraping API first, search second. You point it at a URL or a domain, and it returns clean markdown — ideal for extracting full page content that a search snippet doesn't capture.

firecrawl-search (9.2k downloads) combines Firecrawl's search endpoint with its content extraction. firecrawler (2.8k) focuses on single-page scraping with AI-ready output.


六、SearXNG — Self-Hosted Privacy Search

SearXNG is an open-source metasearch engine you deploy yourself — it aggregates results from 70+ sources without sending your queries to any third-party API. For air-gapped environments, enterprise privacy requirements, or developers who don't want to pay per-query, it's the only real option.

The high number of SearXNG variants on ClawHub (30+) reflects that every self-hosted deployment has a different endpoint URL — hence each user publishes their own fork. They're functionally identical; pick any one and substitute your instance URL.


七、Jina Reader — URL to Markdown

Jina Reader converts any URL into clean, LLM-readable markdown. It's not a search engine — it's the last mile: once you know which page you want, Jina fetches it and strips the HTML noise. Essential complement to any search skill.


八、Chinese Search Engines

For Chinese-language research, Baidu, Zhipu, and Minimax provide access to content that Western search APIs systematically miss. cn-web-search (4.9k downloads, 52 installs) is the most widely used Chinese search skill.


How to Choose

I need...Recommended skill
Best overall LLM-native searchtavily-search
Google's actual rankingserper
Semantic / conceptual queriesweb-search-exa
Privacy-first, no third-party APIsearxng + self-hosted instance
Fetch full page contentfirecrawl-search or jina-reader
Multi-source with auto-fallbackweb-search-plus
Chinese-language contentcn-web-search
Free tier, no API keyexa-web-search-free

Last Words

Tavily's dominance is structural, not just popularity. 161k downloads vs. Brave's 33k isn't a preference gap — Tavily is the only search API purpose-built for LLM consumption. Its results are pre-summarized, citation-ready, and consistently sized. For agent workflows, this matters more than raw index size.

SearXNG has 30+ variants but zero centralized install count. This is the telemetry problem made visible: every private SearXNG deployment gets its own skill with its own slug. Collectively they represent a large self-hosted search community that install counts entirely miss.

The Exa vs. Tavily choice is a query-type choice. Tavily excels at factual, news, and recent-events queries. Exa excels at semantic discovery ("find papers like this one," "companies similar to X"). Both belong in a well-equipped agent.

Firecrawl fills the gap search APIs leave. Search returns snippets; Firecrawl returns full documents. For any agent that needs to read a source, not just find it, Firecrawl or Jina Reader is the necessary second step.

Data source: ClawHub platform download and install stats as of April 16, 2026. Browse more skills at clawhub-skills.com.

← Back to Blog
48
6 skills
9 skills
4 skills
5 skills
4 skills
7 skills
2 skills
5 skills
161,064
2,227
#SkillDownloadsInstallsGrade
1tavily-search161,0642,227A
2openclaw-tavily-search45,927649A
3tavily21,331299S
4liang-tavily-search12,59198A
5tavily-tool4,61141A
6tavily-search-skill3,80839A
7tavily-web-search-for-openclaw4,46135A
8tavily-search-pro3,19414A
9tavily-skill1,07114A
#SkillDownloadsInstallsGrade
1brave-search33,601392A
2exa-web-search-free12,38965A
3web-search-exa20,99924A
4exa-search2,25312B
#SkillDownloadsInstallsGrade
1web-search18,398323S
2multi-search-engine-2-0-12,59090A
3web-search-plus13,23981S
4multi-search-engine12,06272S
5web-search-pro5,39861A
6super-websearch-realtime2,41912B
#SkillDownloadsInstallsGrade
1serper-search1,76013A
2serpapi-search1,87510B
3serper2,9918A
4serpapi2,4837A
5serpapi-mcp1,2362B
#SkillDownloadsInstallsGrade
1firecrawl-search9,22835A
2firecrawler2,7904B
3firecrawl-api3193B
4firecrawl-cli4251B
#SkillDownloadsInstallsGrade
1searxng3,96637A
2websearch57414B
3searxng-local-search2,66412A
#SkillDownloadsInstallsGrade
1jina-reader2,77844A
2haibo-jina-reader7302B
#SkillDownloadsInstallsGrade
1baidu-web-search3,32151A
2cn-web-search4,92250A
3minimax-web-search1,91337A
4
local-websearch
2,616
6
A
5searxng-local1,3246B
6searxng-bangs2,1242A
7searxng-web-search2192B
4
ddg-web-search
2,524
12
A
5zhipu-web-search2,6687A