A high-performance parallel web search tool using Python's asyncio to retrieve data across multiple queries simultaneously.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install async-web-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 async-web-search using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Async Web Search skill empowers AI agents to perform high-speed, multi-threaded web searches by leveraging Python's asyncio and aiohttp libraries. Instead of processing requests one by one, it initiates multiple search queries concurrently, which significantly reduces the latency involved in gathering comprehensive information from diverse online sources.
As a vital addition to the library of Openclaw Skills, this tool provides a robust foundation for deep research and real-time data analysis. It allows the agent to handle complex, multi-dimensional search tasks that would otherwise result in performance bottlenecks, making it an essential component for any developer building advanced automated research workflows.
To integrate this skill into your environment, ensure you have Python 3.x and the necessary networking libraries installed. This skill is designed to work seamlessly within the framework of Openclaw Skills.
# Install the required Python dependencies
pip install aiohttp asyncio
# Ensure the search_engine.py script is in your executable path
chmod +x search_engine.py
Configure your skill manifest to allow network access for external search requests and permission to execute the python3 binary.
The skill organizes its search operations using a specific input structure to ensure predictable results across Openclaw Skills implementations.
| Parameter | Type | Description |
|---|---|---|
| queries | List of Strings | The set of search terms to be executed in parallel. |
| max_results | Integer | The maximum number of results to fetch per individual query (default: 3). |
| output | List of Objects | An array containing titles, links, and snippets for every query performed. |
Loading
A methodical end-to-end software delivery orchestrator for Codex CLI that manages project lifecycles through strict quality gates and spec-driven development.

A financial tracking utility for AI agents that monitors token costs, budget limits, and model-specific expenditures.

FreeRide automates the selection and configuration of free AI models from OpenRouter for the OpenClaw agent ecosystem.

FreeRide is a management tool that automatically configures and ranks free AI models from OpenRouter for use within OpenClaw environments.

A standardized communication protocol for AI agent teams to send structured status updates and notifications via Telegram.

BugReaper is a senior offensive security agent designed to identify real, exploitable vulnerabilities and generate professional reports for bug bounty platforms.








































