multi-search-engine

Aggregate search results from seven engines without API keys.

Updated May 1, 2026
One-click install
npx skills add https://github.com/xiaoquqi/hermes-agent-skills --skill multi-search-engine-xiaoquqi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: multi-search-engine
Source: https://github.com/xiaoquqi/hermes-agent-skills/tree/main/openclaw-imports/multi-search-engine
Command: npx skills add https://github.com/xiaoquqi/hermes-agent-skills --skill multi-search-engine-xiaoquqi

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill eliminates the need to search each engine individually by providing a unified interface to fetch results from seven engines without API keys.

Core Features & Use Cases

  • Multi-engine aggregation: queries Baidu, Bing CN, Bing International, 360, Sogou, Sogou Weixin, and Toutiao and returns a side-by-side result set for comparison.
  • API-free access: performs web searches without requiring API keys, enabling quick information gathering.
  • Use Case: when researching a topic, gather results from diverse sources to compare titles, snippets, and links in one pass.

Quick Start

Search for your keyword across all integrated engines and review the collected 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 across multiple search engines without API keys?

You can search across multiple search engines without API keys by using web_fetch to query configured URL templates, aggregating results from Baidu, Bing, and Sogou into a side-by-side comparison set.

Can I compare web search results from Baidu, Bing, and Sogou in one pass?

Yes, you can compare web search results from Baidu, Bing, and Sogou in one pass by querying all integrated engines simultaneously and reviewing the collected titles, snippets, and links together.

What search engines are supported by multi-engine web_fetch templates?

Multi-engine web_fetch templates support Baidu, Bing CN, Bing International, 360, Sogou, Sogou Weixin, and Toutiao, returning a unified result set for cross-engine comparison.

Do I need API keys to fetch web search results from different engines?

No, you do not need API keys to fetch web search results from different engines. The skill performs direct web searches using URL templates to aggregate comparison-ready outputs.

How do I gather online information from diverse sources for research?

To gather online information from diverse sources for research, query your keyword across all integrated engines to collect and compare titles, snippets, and links from various platforms simultaneously.

Are there limitations to fetching search results without API access?

Fetching search results without API access relies on URL templates and web_fetch, meaning output aggregation depends on the structural consistency of the returned pages rather than structured API responses.