
Multi Search Engine
Run one keyword across 17 configured search engines to compare CN and global results during discovery.
Overview
multi-search-engine is an agent skill most often used in Idea (also Grow) that aggregates queries across 17 configured search engines for CN and global comparison.
Install
npx skills add https://github.com/aaaaqwq/claude-code-skills --skill multi-search-engineWhat is this skill?
- 17 search engines in one aggregated workflow (7 CN + 9 Global + WolframAlpha)
- Regional coverage: Baidu, Bing CN, 360, Sogou, Toutiao, WeChat Sogou, Jisilu vs Google, DuckDuckGo, Brave, and others
- config.json drives engine list and {keyword} URL templates
- Built for side-by-side result contrast across markets
- Lightweight skill package with no vendor MCP requirement
- 7 CN regional engines
- 9 Global engines plus WolframAlpha
Adoption & trust: 2.7k installs on skills.sh; 69 GitHub stars; 2/3 security scanners passed (skills.sh audits).
What problem does it solve?
You need the same query checked across many regional search engines but manual tab-hopping is slow and inconsistent.
Who is it for?
Indie researchers comparing domestic and international search results or hunting long-tail phrasing before content or product bets.
Skip if: Teams needing authenticated analytics APIs, rank tracking dashboards, or single-engine Google-only programmatic search.
When should I use this skill?
Need simultaneous search across multiple engines or CN vs Global result comparison.
What do I get? / Deliverables
You get parallel engine hits driven by config.json templates so you can compare CN versus global SERPs in one agent session.
- Aggregated multi-engine search result set
- Editable engine configuration list
Recommended Skills
Journey fit
Spans multiple journey phases - primary shelf plus alternate fits below.
Research is the primary shelf because the skill aggregates external search for opportunity and competitor discovery before build commitments. Research subphase matches multi-engine retrieval, regional comparison, and config-driven URL templates in config.json.
Where it fits
Sweep seventeen engines to see how a problem keyword surfaces in CN versus global indexes.
Compare competitor brand queries on Baidu, Sogou, and Google HK for positioning gaps.
Test alternate phrasing across engines before drafting localized landing copy.
Sanity-check search demand wording while shaping a landing page headline.
How it compares
JSON-templated multi-engine fetch skill, not a hosted SERP API or SEO rank tracker product.
Common Questions / FAQ
Who is multi-search-engine for?
Solo builders and agents that need quick, configurable coverage of Chinese and global search indexes during research.
When should I use multi-search-engine?
Use it in Idea/research for market and competitor discovery; in Grow/content when comparing how topics appear across Baidu, Google, DuckDuckGo, and related engines.
Is multi-search-engine safe to install?
It triggers outbound search URLs; review the Security Audits panel on this page and audit config.json endpoints before automated runs.
SKILL.md
READMESKILL.md - Multi Search Engine
# 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` — 搜索引擎配置列表