/install multi-search-engine-cn
\r \r
Multi Search Engine v2.0.1\r
\r Integration of 17 search engines for web crawling without API keys.\r \r
Search Engines\r
\r
Domestic (8)\r
- Baidu:
https://www.baidu.com/s?wd={keyword}\r - Bing CN:
https://cn.bing.com/search?q={keyword}&ensearch=0\r - Bing INT:
https://cn.bing.com/search?q={keyword}&ensearch=1\r - 360:
https://www.so.com/s?q={keyword}\r - Sogou:
https://sogou.com/web?query={keyword}\r - WeChat:
https://wx.sogou.com/weixin?type=2&query={keyword}\r - Toutiao:
https://so.toutiao.com/search?keyword={keyword}\r - Jisilu:
https://www.jisilu.cn/explore/?keyword={keyword}\r \r
International (9)\r
- Google:
https://www.google.com/search?q={keyword}\r - Google HK:
https://www.google.com.hk/search?q={keyword}\r - DuckDuckGo:
https://duckduckgo.com/html/?q={keyword}\r - Yahoo:
https://search.yahoo.com/search?p={keyword}\r - Startpage:
https://www.startpage.com/sp/search?query={keyword}\r - Brave:
https://search.brave.com/search?q={keyword}\r - Ecosia:
https://www.ecosia.org/search?q={keyword}\r - Qwant:
https://www.qwant.com/?q={keyword}\r - WolframAlpha:
https://www.wolframalpha.com/input?i={keyword}\r \r
Quick Examples\r
\r
// Basic search\r
web_fetch({"url": "https://www.google.com/search?q=python+tutorial"})\r
\r
// Site-specific\r
web_fetch({"url": "https://www.google.com/search?q=site:github.com+react"})\r
\r
// File type\r
web_fetch({"url": "https://www.google.com/search?q=machine+learning+filetype:pdf"})\r
\r
// Time filter (past week)\r
web_fetch({"url": "https://www.google.com/search?q=ai+news&tbs=qdr:w"})\r
\r
// Privacy search\r
web_fetch({"url": "https://duckduckgo.com/html/?q=privacy+tools"})\r
\r
// DuckDuckGo Bangs\r
web_fetch({"url": "https://duckduckgo.com/html/?q=!gh+tensorflow"})\r
\r
// Knowledge calculation\r
web_fetch({"url": "https://www.wolframalpha.com/input?i=100+USD+to+CNY"})\r
```\r
\r
## Advanced Operators\r
\r
| Operator | Example | Description |\r
|----------|---------|-------------|\r
| `site:` | `site:github.com python` | Search within site |\r
| `filetype:` | `filetype:pdf report` | Specific file type |\r
| `""` | `"machine learning"` | Exact match |\r
| `-` | `python -snake` | Exclude term |\r
| `OR` | `cat OR dog` | Either term |\r
\r
## Time Filters\r
\r
| Parameter | Description |\r
|-----------|-------------|\r
| `tbs=qdr:h` | Past hour |\r
| `tbs=qdr:d` | Past day |\r
| `tbs=qdr:w` | Past week |\r
| `tbs=qdr:m` | Past month |\r
| `tbs=qdr:y` | Past year |\r
\r
## Privacy Engines\r
\r
- **DuckDuckGo**: No tracking\r
- **Startpage**: Google results + privacy\r
- **Brave**: Independent index\r
- **Qwant**: EU GDPR compliant\r
\r
## Bangs Shortcuts (DuckDuckGo)\r
\r
| Bang | Destination |\r
|------|-------------|\r
| `!g` | Google |\r
| `!gh` | GitHub |\r
| `!so` | Stack Overflow |\r
| `!w` | Wikipedia |\r
| `!yt` | YouTube |\r
\r
## WolframAlpha Queries\r
\r
- Math: `integrate x^2 dx`\r
- Conversion: `100 USD to CNY`\r
- Stocks: `AAPL stock`\r
- Weather: `weather in Beijing`\r
\r
## Documentation\r
\r
- `references/advanced-search.md` - Domestic search guide\r
- `references/international-search.md` - International search guide\r
- `CHANGELOG.md` - Version history\r
\r
## License\r
\r
MIT\r
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install multi-search-engine-cn - After installation, invoke the skill by name or use
/multi-search-engine-cn - Provide required inputs per the skill's parameter spec and get structured output
What is Multi Search Engine?
Multi search engine integration with 17 engines (8 CN + 9 Global). Supports advanced search operators, time filters, site search, privacy engines, and Wolfra... It is an AI Agent Skill for Claude Code / OpenClaw, with 72 downloads so far.
How do I install Multi Search Engine?
Run "/install multi-search-engine-cn" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Multi Search Engine free?
Yes, Multi Search Engine is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Multi Search Engine support?
Multi Search Engine is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Multi Search Engine?
It is built and maintained by JIRBOY (@jirboy); the current version is v1.0.0.