openclaw-web-multi-search
SKILL.md
Web Multi-Search
Search the web across multiple search engines at once using async-search-scraper. Collects results from Bing, Yahoo, Startpage, Aol, and Ask, iterating through multiple result pages.
Setup
cd skills/web-multi-search
python3 -m pip install -r requirements.txt
python3 -m pip install git+https://github.com/soxoj/async-search-scraper.git --no-deps
Note: The library must be installed from the GitHub URL, not PyPI. The
--no-depsflag is required because the library pinsbs4(wrong package name); the real dependencies are already inrequirements.txt.
Linux (apt) fallback
If pip isn't available, install the system packages: