An asynchronous Python-based tool that enables AI agents to aggregate and deduplicate search results from multiple search engines simultaneously.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install web-multi-search
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install web-multi-search using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Web Multi-Search is a high-performance search utility designed to broaden the information gathering capabilities of AI agents. By utilizing the async-search-scraper library, this skill allows agents to query Bing, Yahoo, Startpage, Aol, and Ask in a single operation. It is specifically engineered to handle the complexities of web scraping across different platforms, making it a vital component for those building advanced Openclaw Skills.
The tool is optimized for speed and reliability, supporting asynchronous execution to ensure that data retrieval doesn't become a bottleneck. It provides a structured way for agents to access the open web, bypassing the limitations of single-provider searches and providing a more comprehensive data set for analysis, summary, or fact-checking tasks.
To integrate this into your environment, navigate to the skill directory and install the necessary dependencies. Note that the scraper library must be installed directly from the source repository.
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
For Linux users without pip access, ensure system packages are updated:
sudo apt-get update
sudo apt-get install -y python3-requests python3-aiohttp python3-aiohttp-socks python3-bs4
The skill returns a structured array of search result objects. The default JSON output follows this schema:
| Attribute | Type | Description |
|---|---|---|
| engine | string | The source engine (e.g., Bing, Yahoo) |
| host | string | The domain hosting the result |
| link | string | The full destination URL |
| title | string | The metadata title of the page |
| text | string | A descriptive snippet of the page content |
Loading
A powerful tool for building Neo4j knowledge graphs from OSINT data to discover hidden connections and community patterns.

A centralized tool for discovering, scoring, and managing Model Context Protocol (MCP) servers through semantic search and quality metrics.

Agentic Compass is a local-only self-reflection tool that transforms AI agent memory logs into objective action plans and measurable performance metrics.

A unified verification layer that validates AI agent identities and reputation scores across multiple on-chain and off-chain trust protocols.

A comprehensive self-audit tool designed to verify workspace file structures and ensure adherence to standard OpenClaw conventions.

An advanced algorithmic trading skill for Polymarket short-term markets using CEX momentum and multi-signal confirmation.








































