An intelligent multi-source retrieval engine that provides autonomous agents with confidence-scored answers from web and academic sources.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install aisa-multi-source-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 aisa-multi-source-search using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
OpenClaw Search is a sophisticated search skill designed to empower autonomous agents with high-fidelity information retrieval capabilities. By leveraging these Openclaw Skills, developers can integrate a unified API that orchestrates data from web searches, academic databases, and Tavily integrations. The core value proposition lies in its two-phase retrieval strategy: it first performs parallel discovery across multiple streams and then uses a reasoning engine to conduct meta-analysis.
Unlike traditional search tools, this skill is built for credibility. It doesn't just return links; it evaluates the consensus across different sources to generate synthesized answers. This makes it a critical component for any developer building complex AI workflows where data integrity and source verification are paramount.
To utilize these Openclaw Skills, you must first obtain an API key from the AIsa platform. Set your environment variable as follows:
export AISA_API_KEY="your-key"
You can then interact with the skill using the provided Python client:
# Example: Search for academic papers on LLMs from 2024
python3 scripts/search_client.py scholar --query "LLM" --year-from 2024 --year-to 2025
OpenClaw Search organizes its output into structured objects that facilitate agent reasoning. The data includes:
| Attribute | Description |
|---|---|
| confidence_score | A numeric value (0-100) representing result reliability. |
| citations | A list of sources mapped to specific claims in the synthesis. |
| source_type | Categorization of data as Scholar, Web, or Smart. |
| usage_cost | Detailed tracking of the API credits consumed per request. |
Loading
A unified media generation skill for creating high-fidelity images and cinematic videos through the AIsa API.

A comprehensive financial intelligence tool for querying real-time and historical market data across equities and cryptocurrency.

A high-performance YouTube SERP scout for autonomous agents designed to simplify video research and competitor tracking.

A high-performance web search and content extraction tool designed for AI agents, powered by Tavily via the AIsa unified API gateway.

A powerful YouTube Search Engine Results Page (SERP) scout designed for autonomous agents to perform deep content and competitor research.

A comprehensive financial intelligence skill for querying real-time and historical data across equities and cryptocurrencies.








































