
Multi Search Engine
- 2.7k installs
- 82 repo stars
- Updated August 2, 2026
- aaaaqwq/claude-code-skills
multi-search-engine is an agent skill that runs one keyword query against seventeen configured CN and Global search engines via config.json templates.
About
multi-search-engine is an agent skill for aggregating search queries across seventeen configured engines in one workflow. It supports simultaneous domestic China engines including Baidu, Bing CN, 360, Sogou, Toutiao search, WeChat Sogou, and Jisilu alongside global engines such as Google, Google HK, DuckDuckGo, Yahoo, Startpage, Brave, Ecosia, Qwant, and WolframAlpha. Use cases include comparing results across engines, running regional CN versus Global searches, and retrieving multi-source web answers from a single config-driven setup. Configuration lives in config.json with URL templates using a keyword placeholder for query substitution. The skill documents supported engine lists by region and points to config.json as the authoritative engine configuration list. Developers reach for it when they need parallel multi-engine retrieval rather than a single default search provider, especially for cross-region research where domestic and international indexes diverge. Related files include config.json for the search engine list and URL template definitions that agents load before issuing aggregated queries.
- Aggregates seventeen search engines across CN and Global regions.
- CN engines include Baidu, Bing CN, 360, Sogou, Toutiao, WeChat Sogou, and Jisilu.
- Global engines include Google, DuckDuckGo, Brave, Ecosia, Qwant, and WolframAlpha.
- Configuration via config.json with keyword URL template placeholders.
- Supports cross-engine and cross-region search result comparison workflows.
Multi Search Engine by the numbers
- 2,676 all-time installs (skills.sh)
- +1 installs in the week ending Aug 2, 2026 (Skillselion tracking)
- Ranked #160 of 2,719 Automation & Workflows skills by installs in the Skillselion catalog
- Security screen: MEDIUM risk (skills.sh audit)
- Data as of Aug 3, 2026 (Skillselion catalog sync)
multi-search-engine capabilities & compatibility
- Capabilities
- seventeen engine aggregation · cn and global regional engine lists · config driven url template queries · cross engine result comparison
- Use cases
- web search · research
npx skills add https://github.com/aaaaqwq/claude-code-skills --skill multi-search-engineAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 2.7k |
|---|---|
| repo stars | ★ 82 |
| Security audit | 2 / 3 scanners passed |
| Last updated | August 2, 2026 |
| Repository | aaaaqwq/claude-code-skills ↗ |
How do I search multiple domestic and international engines at once and compare their results?
Aggregate queries across seventeen configured search engines for CN and Global regional result comparison.
Who is it for?
Researchers who need parallel queries across Baidu, Google, DuckDuckGo, and other CN or Global engines from one config.
Skip if: Skip when a single-engine search suffices or deep page scraping beyond search result URLs is required.
When should I use this skill?
User needs multi-engine aggregated search, CN versus Global comparison, or config-driven parallel web queries.
What you get
Aggregated multi-engine search results driven by config.json URL templates with regional CN and Global engine coverage.
- Multi-engine search result comparison
- Configured engine list in `config.json`
By the numbers
- Supports 17 search engines across CN and global regions
- CN region includes 7 engines; global region includes 10 engines
Files
multi-search-engine
多搜索引擎聚合查询——17 个搜索引擎一站式检索
使用场景
- 需要同时搜索国内外多个引擎
- 获取不同搜索引擎的结果对比
- 区域性搜索(CN vs Global)
支持引擎
| 区域 | 引擎 |
|---|---|
| CN | 百度、Bing CN、360、搜狗、头条搜索、微信搜狗、集思录 |
| Global | Google、Google HK、DuckDuckGo、Yahoo、Startpage、Brave、Ecosia、Qwant、WolframAlpha |
配置
- 配置文件:
config.json - URL 模板:
{keyword}占位符
相关文件
config.json— 搜索引擎配置列表
Related skills
How it compares
Choose multi-search-engine over single-engine browser tools when regional CN versus global result comparison matters.
FAQ
How many search engines does multi-search-engine support?
Seventeen engines split across CN regional engines and Global international engines listed in the skill documentation.
Where is engine configuration stored?
In config.json with URL templates that use a keyword placeholder for query substitution.
Is Multi Search Engine safe to install?
skills.sh reports 2 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.