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:
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 keysite: for source restrictionfiletype: for PDFs / docs-term for exclusionOR for alternativespython3 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共 1 个版本