multi-search-engine

Aggregates queries across 16 domestic and international search engines without API keys.

Updated Aug 15, 2026
One-click install
npx skills add https://github.com/qqlcx5/skills-hub --skill multi-search-engine-qqlcx5
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: multi-search-engine
Source: https://github.com/qqlcx5/skills-hub/tree/main/skills/multi-search-engine
Command: npx skills add https://github.com/qqlcx5/skills-hub --skill multi-search-engine-qqlcx5

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Searching with a single engine often misses results due to regional indexing gaps, language bias, or tracking concerns. This Skill lets an AI agent query 16 search engines (7 Chinese, 9 international) through plain web requests, with no API keys or accounts required. ## Core Features & Use Cases - Multi-Engine Aggregation: Query Baidu, Bing, Sogou, WeChat, Google, DuckDuckGo, Brave, Startpage, Qwant, and more, then consolidate results into one report. - Advanced Search Syntax: Supports operators like site:, filetype:, exact match, time filters (tbs=qdr), and DuckDuckGo Bangs shortcuts. - Privacy & Knowledge Queries: Use privacy-focused engines (DuckDuckGo, Startpage, Brave) and WolframAlpha for calculations, conversions, and factual data. - Use Case: Ask the agent to research a company across both Chinese and international sources; it routes Chinese queries to domestic engines and English queries to global ones, then merges the findings. ## Quick Start Search the latest news about a topic across Google, Baidu, and DuckDuckGo and summarize the combined results.

Frequently Asked Questions about multi-search-engine

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search multiple search engines at once without an API key?

Send web_fetch requests to standard search URLs like google.com/search?q= or baidu.com/s?wd= with your keyword. This Skill batches requests across 3-4 engines at a time with 1-2 second delays, then merges the results into one report.

Which search engines are included in this multi-engine search?

It covers 7 Chinese engines (Baidu, Bing CN, Bing INT, 360, Sogou, WeChat, Shenma) and 9 international ones (Google, Google HK, DuckDuckGo, Yahoo, Startpage, Brave, Ecosia, Qwant, WolframAlpha).

How do I use advanced search operators like site: and filetype:?

Append operators directly to the query keyword, for example site:github.com python or machine learning filetype:pdf. Time filters use Google parameters like tbs=qdr:w for the past week, and DuckDuckGo supports Bangs like !gh for GitHub.

Does this search tool store cookies or personal data?

No. Cookies are held only in memory during a search session, acquired on-demand when a request is denied, and cleared afterward. Nothing is written to disk or config files, and no personal data is collected or transmitted.

What should I do when a search engine returns a 403 or 429 error?

Fetch the engine's homepage first to obtain fresh session cookies, wait about 2 seconds, then retry the search once. Keeping 1-2 second delays between requests reduces the chance of rate limiting.

When should I use WolframAlpha instead of a regular search engine?

Use WolframAlpha for structured knowledge queries such as math calculations, currency conversion, stock data, weather, and unit conversions. Standard engines are better for news, articles, and general web content.