Install
openclaw skills install multi-search-engine-proBuild 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.
openclaw skills install multi-search-engine-proA 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:
site:, filetype:, exact phrase, exclusion, OR groups)json, markdown, or plain textUse this skill when the user wants to:
web_fetch or browser URLs without needing an API keyNormalize the user's research intent:
Pick engines deliberately:
Build the query using operators only when they help:
site: for source restrictionfiletype: for PDFs / docs-term for exclusionOR for alternativesPrefer compare mode for research-sensitive tasks:
Open only the most promising result pages after inspecting generated URLs.
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
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
SKILL.md — primary instructions and metadataREADME.md — install, scenarios, examples, FAQ, risksscripts/build_search_urls.py — URL builder and compare helperresources/engine-catalog.json — engine definitions, aliases, capabilitiesresources/search-operator-cheatsheet.md — operator referenceexamples/example-prompt.md — prompt patterns for agentstests/smoke-test.md — manual smoke coverageSELF_CHECK.md — self-audit and release checklist