Agent skill · Backend & API

web-search-pro

Multi-engine web search with full parameter control. Supports Tavily, Exa, Serper, and SerpAPI with domain filtering, date ranges, deep search, news mode, and content extraction. Auto-selects the best engine based on query type and available API keys. 多引擎精细化搜索:支持域名过滤、日期范围、深度搜索、新闻模式、内容提取。 根据查询类型和可用 API Key 自动选择最优引擎。

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill web-search-pro --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 5 KB
Bundled scripts: none
Path: skills/analysis/web-search-pro/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Web Search Pro Multi-engine web search with full parameter control for AI agents. A precision supplement to OpenClaw's built-in `web_search` (Brave/Perplexity), providing domain filtering, deep search, news mode, date ranges, and content extraction that the built-in search does not support. 多引擎精细化网络搜索,为 AI Agent 设计。 作为 OpenClaw 内置 `web_search`(Brave/Perplexity)的精细化补充,提供域名过滤、 深度搜索、新闻模式、日期范围、内容提取等内置搜索不支持的能力。 配置一个或多个 API Key,自动选择最优引擎。 ## Engines / 引擎 | Engine | Strengths | Free Tier | API Key Env | |--------|-----------|-----------|-------------| | **Tavily** | AI-optimized, best answer quality, full filters, extract | 1000/month | `TAVILY_API_KEY` | | **Exa** | Semantic/neural search, deep research | $10 credit | `EXA_API_KEY` | | **Serper** | Real Google SERP, best news coverage | 100/month | `SERPER_API_KEY` | | **SerpAPI** | Multi-engine (Google/Bing/Baidu/Yandex/DuckDuckGo) | 250/month | `SERPAPI_API_KEY` | ## Auto-Select Priority / 自动选择优先级 When `--engine` is not specified, the skill picks the best available engine: | Query Type | Priority | Reason | |------------|----------|--------| | Default | Tavily > Exa > Serper > SerpAPI | Tavily has best AI answer + full filters | | `--

What's inside
Steps it walks through
  1. Engines / 引擎
  2. Auto-Select Priority / 自动选择优先级
  3. Search / 搜索
  4. Extract / 内容提取
  5. All Options / 全部参数
  6. Setup / 配置
  7. Notes / 说明
Ships with 1 file
  • metadata.json
Commands it runs
Basic search (auto-select engine)
node {baseDir}/scripts/search.mjs "query"
Force specific engine
node {baseDir}/scripts/search.mjs "query" --engine tavily
Domain filtering (only search specific sites)
node {baseDir}/scripts/search.mjs "query" --include-domains "github.com,stackoverflow.com"
Exclude domains
node {baseDir}/scripts/search.mjs "query" --exclude-domains "pinterest.com,quora.com"
Date range (absolute)
node {baseDir}/scripts/search.mjs "query" --from 2026-01-01 --to 2026-02-09
More from claude-skill-registry
All skills →
About this skill
What does the web-search-pro skill do?

Multi-engine web search with full parameter control. Supports Tavily, Exa, Serper, and SerpAPI with domain filtering, date ranges, deep search, news mode, and content extraction. Auto-selects the best engine based on query type and available API keys. 多引擎精细化搜索:支持域名过滤、日期范围、深度搜索、新闻模式、内容提取。 根据查询类型和可用 API Key 自动选择最优引擎。

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill web-search-pro --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going