multi-search-engine
Build auditable search URLs across Chinese and global engines with region/language filters, advanced operators, time scopes, privacy-first options, compare mode, and no API keys.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/52yuanchangxing/multi-search-engine-proMulti Search Engine v2.1.0
A search orchestration skill for OpenClaw that helps the agent choose engines, build safe search URLs, compare results across engines, and explain why a given engine is appropriate.
This version turns the skill from a static engine list into a reusable toolkit with:
- engine aliases and region-aware selection
- advanced operator composition (
site:,filetype:, exact phrase, exclusion, OR groups) - time scopes where the engine supports them
- compare mode for multi-engine research
- privacy-first presets
- command-line helper script that outputs
json,markdown, or plaintext - explicit safety guidance for direct web access
When to use this skill
Use this skill when the user wants to:
- search the same query on multiple engines
- bias toward Chinese vs global engines
- use privacy-first engines
- build advanced search operators reliably
- compare engine coverage before opening pages
- prepare direct
web_fetchor browser URLs without needing an API key
Recommended workflow
-
Normalize the user's research intent:
- broad web search
- China-focused search
- privacy-first search
- docs / code / paper / file search
- calculation / fact query
-
Pick engines deliberately:
- China / local web: Baidu, Sogou, 360, Toutiao, WeChat
- Global general: Google, Bing INT, Brave, Yahoo
- Privacy-first: DuckDuckGo, Startpage, Brave, Qwant
- Knowledge / computation: WolframAlpha
- Community / niche finance: Jisilu
-
Build the query using operators only when they help:
site:for source restrictionfiletype:for PDFs / docs- quotes for exact phrase
-termfor exclusionORfor alternatives
-
Prefer compare mode for research-sensitive tasks:
- one privacy engine
- one mainstream engine
- one region-specific engine if relevant
-
Open only the most promising result pages after inspecting generated URLs.
Direct script usage
python3 scripts/build_search_urls.py --query "openclaw skills" --engine google
python3 scripts/build_search_urls.py --query "量化投资" --preset cn-research --time week --format markdown
python3 scripts/build_search_urls.py --query "react hooks" --site github.com --exact "useEffect" --compare google,ddg,brave
python3 scripts/build_search_urls.py --query "100 USD to CNY" --engine wolframalpha --format json
Typical OpenClaw usage
User asks for recent AI papers as PDFs
→ build a Google / Brave compare query
→ add filetype:pdf and time scope
→ inspect URLs before opening pages
Security and privacy
- This skill does not require API keys.
- It does not execute remote code.
- It only generates deterministic search URLs from local templates.
- Network access happens only when the agent explicitly opens the generated URLs.
- Search engines may log requests; use privacy presets when that matters.
Files
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-52yuanchangxing-multi-search-engine-pro": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
portfolio-case-study-forge
Turn rough project notes into polished portfolio case studies with metrics, visuals checklist, and interviewer talking points.
knowledge-to-playbook
把 FAQ、聊天、零散笔记整理成 SOP / Playbook,补齐异常分支和回滚步骤。;use for playbook, sop, knowledge-base workflows;do not use for 直接执行危险操作, 跳过人工审批节点.
renewal-risk-monitor
识别续约风险信号,区分可挽回风险与高概率流失信号。;use for renewal, risk, customer-success workflows;do not use for 伪造健康度数据, 替代正式续约决策.
evidence-gap-mapper
在报告、方案或演示稿中定位结论先行但证据不足的位置,并给出补证优先级。;use for evidence, gap-analysis, research workflows;do not use for 伪造数据支撑结论, 忽略高风险假设.
ecommerce-customer-service-pro
行业可选的智能电商客服技能。用于售前咨询、售中跟进、催付催单、发货物流、售后处理、退款退换、投诉安抚、差评挽回、FAQ整理、达人与机构商务沟通等场景;先识别行业与场景,再输出全面、合规、可直接发送的话术与处理建议。