multi-search-engine

Aggregate search results from 16 domestic and international search engines.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill centralizes and automates web searches across 16 domestic and international search engines so users can quickly retrieve, compare, and summarize results without managing multiple browsers or API keys.

Core Features & Use Cases

  • Multi-engine aggregation: Query 7 Chinese and 9 international search engines and consolidate results into a single report.
  • Advanced operators & filters: Support site searches, filetype queries, exact-match, exclusion, OR logic, time-range filtering, and DuckDuckGo bangs.
  • Session and cookie management: Acquire session cookies in memory on demand when access is denied, retry with fresh cookies, and clear session data after each session to protect privacy.
  • Rate limiting and batching: Throttle requests with 1-2 second delays, batch engines, and respect robots and terms of service for ethical crawling.
  • WolframAlpha knowledge queries: Perform computational and conversion lookups for structured knowledge results.
  • Use Cases: Competitive research across regions, site-scoped code or documentation discovery, time-limited news collection, and privacy-preserving searches.

Quick Start

Perform a multi-engine search for "climate change policy 2025" using appropriate domestic or international engines, aggregate the top results, and provide a concise summary with sources.

Frequently Asked Questions about multi-search-engine

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

FAQPage Schema
How do I aggregate search results from multiple search engines without API keys?

Web search aggregation without API keys is achieved by performing rate-limited HTTP fetches with in-memory cookie handling and retrying on access denial. This Skill consolidates results from 16 domestic and international engines into a single report.

Can I perform site-specific and filetype searches across Chinese and international engines?

Yes, multilingual and regional queries support site-specific searches, filetype filters, exact-match, exclusion, OR logic, and time-range filtering. It queries 7 Chinese and 9 international search engines simultaneously.

How does cookie management work for privacy-preserving web scraping?

Privacy-preserving web scraping acquires session cookies in memory on demand and clears all session data after each session. It retries with fresh cookies when access is denied to maintain ethical crawling standards.

Do I need an API key to use DuckDuckGo bangs and advanced search operators?

No API key is required to use DuckDuckGo bangs and advanced search operators. The Skill handles batch execution and throttles requests with 1-2 second delays to respect robots and terms of service.

What is the best way to get computational knowledge results alongside web search aggregation?

Web search aggregation includes WolframAlpha knowledge queries to perform computational and conversion lookups. This provides structured knowledge results directly alongside standard search engine outputs.

Are there limitations when doing time-filtered lookups and competitive research across regions?

Time-filtered lookups and competitive research are limited by 1-2 second rate-limiting delays and batch execution constraints. These measures ensure ethical crawling by respecting robots and terms of service across all engines.