multi-search-engineMulti 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 gpyAngyoujun/multi-search-engineIntegration 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
Researchers can use this skill to gather diverse sources across multiple search engines, including privacy-focused ones like DuckDuckGo, and leverage WolframAlpha for data analysis or conversions. It supports advanced operators like site-specific searches and time filters to find recent, relevant academic papers or datasets.
Business analysts can monitor competitors by searching across domestic engines like Baidu and international ones like Google, using site operators to track updates on specific websites. Time filters help identify recent market trends or news, while privacy engines ensure discreet data gathering.
Content creators and SEO specialists can use this skill to perform keyword research, check content across different regions with engines like Bing CN and Google HK, and verify file types for resources. DuckDuckGo Bangs allow quick access to platforms like GitHub or Wikipedia for reference.
Developers can search for code snippets, documentation, or troubleshooting across engines like Google and DuckDuckGo, using site operators to focus on platforms like GitHub or Stack Overflow. WolframAlpha queries assist with calculations or conversions needed in development workflows.
Financial professionals can use this skill to search for market data, news, and reports across engines like Jisilu for Chinese markets and Google for global insights. WolframAlpha supports stock queries and currency conversions, while time filters help track recent financial events.
Offer a basic free tier for limited searches and charge for advanced features like high-volume queries, custom engine integrations, or analytics dashboards. Revenue can come from subscription plans or pay-per-use fees for enterprise clients needing scalable search capabilities.
License the skill as a white-label search tool for businesses to integrate into their own platforms, such as internal knowledge bases or customer support systems. Revenue is generated through one-time licensing fees or ongoing support contracts tailored to client needs.
Use the skill to aggregate search results from multiple engines, analyze trends, and sell insights reports to industries like marketing or research. Revenue comes from selling data packages, custom reports, or API access for real-time search analytics.
💬 Integration Tip
Start by testing basic searches with popular engines like Google or DuckDuckGo, then gradually incorporate advanced operators and privacy engines for more tailored results.
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.
Free AI search via Exa MCP. Web search for news/info, code search for docs/examples from GitHub/StackOverflow, company research for business intel. No API key needed.