skills/smithery.ai/openclaw-web-multi-search

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-deps flag is required because the library pins bs4 (wrong package name); the real dependencies are already in requirements.txt.

Linux (apt) fallback

If pip isn't available, install the system packages:

Installs
6
First Seen
Feb 28, 2026