multi-search-engine-2Multi search engine integration with 17 engines (8 CN + 9 Global). Supports advanced search operators, time filters, site search, privacy engines, and WolframAlpha knowledge queries. No API keys required.
Install via ClawdBot CLI:
clawdbot install phucanh08/multi-search-engine-2Integration of 17 search engines for web crawling without API keys.
https://www.baidu.com/s?wd={keyword}https://cn.bing.com/search?q={keyword}&ensearch=0https://cn.bing.com/search?q={keyword}&ensearch=1https://www.so.com/s?q={keyword}https://sogou.com/web?query={keyword}https://wx.sogou.com/weixin?type=2&query={keyword}https://so.toutiao.com/search?keyword={keyword}https://www.jisilu.cn/explore/?keyword={keyword}https://www.google.com/search?q={keyword}https://www.google.com.hk/search?q={keyword}https://duckduckgo.com/html/?q={keyword}https://search.yahoo.com/search?p={keyword}https://www.startpage.com/sp/search?query={keyword}https://search.brave.com/search?q={keyword}https://www.ecosia.org/search?q={keyword}https://www.qwant.com/?q={keyword}https://www.wolframalpha.com/input?i={keyword}// Basic search
web_fetch({"url": "https://www.google.com/search?q=python+tutorial"})
// Site-specific
web_fetch({"url": "https://www.google.com/search?q=site:github.com+react"})
// File type
web_fetch({"url": "https://www.google.com/search?q=machine+learning+filetype:pdf"})
// Time filter (past week)
web_fetch({"url": "https://www.google.com/search?q=ai+news&tbs=qdr:w"})
// Privacy search
web_fetch({"url": "https://duckduckgo.com/html/?q=privacy+tools"})
// DuckDuckGo Bangs
web_fetch({"url": "https://duckduckgo.com/html/?q=!gh+tensorflow"})
// Knowledge calculation
web_fetch({"url": "https://www.wolframalpha.com/input?i=100+USD+to+CNY"})
| Operator | Example | Description |
|----------|---------|-------------|
| site: | site:github.com python | Search within site |
| filetype: | filetype:pdf report | Specific file type |
| "" | "machine learning" | Exact match |
| - | python -snake | Exclude term |
| OR | cat OR dog | Either term |
| Parameter | Description |
|-----------|-------------|
| tbs=qdr:h | Past hour |
| tbs=qdr:d | Past day |
| tbs=qdr:w | Past week |
| tbs=qdr:m | Past month |
| tbs=qdr:y | Past year |
| Bang | Destination |
|------|-------------|
| !g | Google |
| !gh | GitHub |
| !so | Stack Overflow |
| !w | Wikipedia |
| !yt | YouTube |
integrate x^2 dx100 USD to CNYAAPL stockweather in Beijingreferences/advanced-search.md - Domestic search guidereferences/international-search.md - International search guideCHANGELOG.md - Version historyMIT
Generated Mar 1, 2026
Businesses can use this skill to gather data from multiple search engines, including domestic Chinese platforms like Baidu and Sogou, to analyze market trends, monitor competitors, and understand regional preferences. It supports advanced filters like time ranges and site-specific searches, enabling efficient collection of up-to-date information without API costs.
Researchers and students can leverage the skill to query diverse sources, including privacy-focused engines like DuckDuckGo and knowledge-based WolframAlpha, for literature reviews, data collection, and fact-checking. The ability to search by file type (e.g., PDFs) and use exact match operators enhances precision in sourcing academic materials.
Content creators and SEO specialists can utilize the skill to perform keyword research across global and Chinese search engines, analyze search results for content gaps, and track performance over time with filters like past week or month. This helps in optimizing content for different regions and improving search engine rankings.
Financial analysts can use the skill to search for stock information via WolframAlpha, gather news from engines like Toutiao and Google, and monitor market sentiment with time filters. It supports queries on specific sites like Jisilu for investment insights, aiding in data-driven decision-making without requiring API keys.
Developers and IT professionals can employ the skill to search for coding solutions, documentation, and troubleshooting tips using DuckDuckGo Bangs (e.g., !gh for GitHub) and site-specific searches. The integration of multiple engines ensures access to diverse technical resources, enhancing problem-solving efficiency.
Offer a free tier with basic multi-engine search capabilities and charge for premium features like advanced analytics, automated reporting, and integration with business tools. Revenue can be generated through subscription plans, targeting small to medium enterprises that need cost-effective market intelligence.
Provide curated search data and insights as a service to clients in industries like marketing or finance, leveraging the skill's ability to aggregate results from 17 engines. Revenue comes from custom data packages, API access (if extended), and one-time reports, focusing on businesses requiring specialized research.
Integrate affiliate links or referrals within search results, especially for e-commerce or educational queries, and earn commissions on conversions. This model leverages the skill's high traffic potential from diverse users, with revenue generated through partnerships with platforms like online courses or tool providers.
💬 Integration Tip
Start by testing basic searches with popular engines like Google and DuckDuckGo, then gradually incorporate advanced operators and time filters to refine results based on specific use cases.
Summarize URLs or files with the summarize CLI (web, PDFs, images, audio, YouTube).
AI-optimized web search via Tavily API. Returns concise, relevant results for AI agents.
This skill should be used when users need to search the web for information, find current content, look up news articles, search for images, or find videos. It uses DuckDuckGo's search API to return results in clean, formatted output (text, markdown, or JSON). Use for research, fact-checking, finding recent information, or gathering web resources.
Web search and content extraction via Brave Search API. Use for searching documentation, facts, or any web content. Lightweight, no browser required.
Search indexed Discord community discussions via Answer Overflow. Find solutions to coding problems, library issues, and community Q&A that only exist in Discord conversations.
Multi search engine integration with 17 engines (8 CN + 9 Global). Supports advanced search operators, time filters, site search, privacy engines, and WolframAlpha knowledge queries. No API keys required.