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 WolframAlpha knowledge queries. No API keys required.
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 303 · 60.4k · 796 current installs · 819 all-time installs
byg_pyAng@gpyAngyoujun
MIT-0
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description match the delivered artifacts: SKILL.md, config.json, and reference docs all describe URL templates for 17 search engines and advanced operators. The skill does not request unrelated binaries, env vars, or APIs.
Instruction Scope
Runtime instructions are limited to calling web_fetch with constructed search URLs (consistent with a search helper). However the documentation explicitly lists advanced operators (e.g., intext:password, cache:, inurl:login, filetype:txt) that can be used to locate sensitive content — the instructions include examples that could facilitate scraping of exposed credentials or private data if misused. The skill itself doesn't exfiltrate data, but it provides the means to formulate sensitive queries.
Install Mechanism
No install spec and no code files — this is instruction-only and does not write binaries or fetch archives. Low installation risk.
Credentials
No environment variables, credentials, or config paths are requested. The declared requirements align with the documented functionality (public web searches require no API keys).
Persistence & Privilege
always is false and the skill does not request any persistent system-level configuration. It is user-invocable and can be autonomously invoked by the agent per platform defaults (normal for skills).
Assessment
This skill is coherent and functions as a set of search-URL templates and examples. Before installing, consider: (1) The agent will perform web fetches to third-party search engines — do not send secrets, private tokens, or internal-only URLs as keywords because those queries may be transmitted to external sites. (2) The documentation includes operators that can locate exposed credentials or cached pages; avoid using the skill to search for or harvest sensitive data. (3) The skill has no homepage and an unknown publisher ID — if provenance matters, verify the author or prefer a published source with traceable ownership. If you proceed, test with harmless queries and prefer privacy engines (DuckDuckGo, Startpage, Brave) for sensitive searches.Like a lobster shell, security has layers — review code before you run it.
Current versionv2.0.1
Download ziplatest
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
SKILL.md
Multi Search Engine v2.0.1
Integration of 17 search engines for web crawling without API keys.
Search Engines
Domestic (8)
- Baidu:
https://www.baidu.com/s?wd={keyword} - Bing CN:
https://cn.bing.com/search?q={keyword}&ensearch=0 - Bing INT:
https://cn.bing.com/search?q={keyword}&ensearch=1 - 360:
https://www.so.com/s?q={keyword} - Sogou:
https://sogou.com/web?query={keyword} - WeChat:
https://wx.sogou.com/weixin?type=2&query={keyword} - Toutiao:
https://so.toutiao.com/search?keyword={keyword} - Jisilu:
https://www.jisilu.cn/explore/?keyword={keyword}
International (9)
- Google:
https://www.google.com/search?q={keyword} - Google HK:
https://www.google.com.hk/search?q={keyword} - DuckDuckGo:
https://duckduckgo.com/html/?q={keyword} - Yahoo:
https://search.yahoo.com/search?p={keyword} - Startpage:
https://www.startpage.com/sp/search?query={keyword} - Brave:
https://search.brave.com/search?q={keyword} - Ecosia:
https://www.ecosia.org/search?q={keyword} - Qwant:
https://www.qwant.com/?q={keyword} - WolframAlpha:
https://www.wolframalpha.com/input?i={keyword}
Quick Examples
// 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"})
Advanced Operators
| 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 |
Time Filters
| 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 |
Privacy Engines
- DuckDuckGo: No tracking
- Startpage: Google results + privacy
- Brave: Independent index
- Qwant: EU GDPR compliant
Bangs Shortcuts (DuckDuckGo)
| Bang | Destination |
|---|---|
!g | |
!gh | GitHub |
!so | Stack Overflow |
!w | Wikipedia |
!yt | YouTube |
WolframAlpha Queries
- Math:
integrate x^2 dx - Conversion:
100 USD to CNY - Stocks:
AAPL stock - Weather:
weather in Beijing
Documentation
references/advanced-search.md- Domestic search guidereferences/international-search.md- International search guideCHANGELOG.md- Version history
License
MIT
Files
6 totalSelect a file
Select a file to preview.
Comments
Loading comments…
