Need to compare search results across different regions or engines without wrestling with API keys? This aggregates 17 search engines (8 Chinese including Baidu and WeChat Sogou, 9 global including Google and DuckDuckGo) into a single interface. It's genuinely useful if you're doing research that benefits from multiple perspectives or need to see how results differ between Chinese and Western search engines. The setup is straightforward with a JSON config file using keyword placeholders. The main limitation is that you're essentially doing web scraping rather than using official APIs, so results depend on HTML parsing that could break if engines change their markup. Best for ad hoc research queries rather than production systems that need reliability.
npx skills add https://github.com/aaaaqwq/claude-code-skills --skill multi-search-engine