PluginBench
Skill
Review
Audit score 70

multi-search-engine

aaaaqwq/claude-code-skills

Query 17 search engines simultaneously—aggregate results from Chinese and global sources in one call.

What is multi-search-engine?

A multi-search-engine aggregator that lets you search across 17 different search engines (Baidu, Google, DuckDuckGo, Bing, and 13 others) in a single request. Use it when you need comparative results across regions or want comprehensive coverage of both Chinese and global search engines.

  • Search across 17 engines including Baidu, Google, DuckDuckGo, Yahoo, Brave, Ecosia, and more
  • Compare results from Chinese engines (Baidu, 360, Sogou, Toutiao) and global engines simultaneously
  • Support regional search variants (China vs. Global)
  • Aggregate and return results from all queried engines
  • Configure search engines via config.json with URL templates

How to install multi-search-engine

npx skills add https://github.com/aaaaqwq/claude-code-skills --skill multi-search-engine
Prerequisites
  • config.json file with search engine configurations
  • URL templates with {keyword} placeholders for each engine
Claude Code
Cursor
Windsurf
Cline

How to use multi-search-engine

  1. 1.Install the skill using the provided npm command
  2. 2.Configure your desired search engines in config.json
  3. 3.Specify URL templates with {keyword} placeholders for each engine
  4. 4.Call the multi-search function with your search query
  5. 5.Review aggregated results from all configured engines

Use cases

Good for
  • Compare how different search engines rank the same query across regions
  • Conduct comprehensive research by gathering results from both Chinese and international sources
  • Find information that may only appear in specific regional search engines
  • Verify search result consistency across multiple engines
  • Research topics with region-specific variations
Who it's for
  • Researchers conducting multi-region analysis
  • Content creators needing comprehensive search coverage
  • Users requiring both Chinese and English search results
  • Developers building search aggregation tools
  • International business analysts

multi-search-engine FAQ

How many search engines are supported?

17 search engines total: 7 Chinese engines (Baidu, Bing CN, 360, Sogou, Toutiao, WeChat Sogou, Jisilu) and 10 global engines (Google, Google HK, DuckDuckGo, Yahoo, Startpage, Brave, Ecosia, Qwant, WolframAlpha, and others).

Can I customize which engines to search?

Yes, you can configure which engines to use by editing the config.json file with your preferred search engines and their URL templates.

What is the {keyword} placeholder?

The {keyword} placeholder in URL templates is replaced with your actual search query when making requests to each engine.

Can I search only Chinese or only global engines?

Yes, you can configure config.json to include only the engines you need—either Chinese engines, global engines, or a custom mix.

Full instructions (SKILL.md)

Source of truth, from aaaaqwq/claude-code-skills.

multi-search-engine

多搜索引擎聚合查询——17 个搜索引擎一站式检索

使用场景

  • 需要同时搜索国内外多个引擎
  • 获取不同搜索引擎的结果对比
  • 区域性搜索(CN vs Global)

支持引擎

区域引擎
CN百度、Bing CN、360、搜狗、头条搜索、微信搜狗、集思录
GlobalGoogle、Google HK、DuckDuckGo、Yahoo、Startpage、Brave、Ecosia、Qwant、WolframAlpha

配置

  • 配置文件:config.json
  • URL 模板:{keyword} 占位符

相关文件

  • config.json — 搜索引擎配置列表