openclaw-search
Intelligent search for agents. Multi-source retrieval with confidence scoring - web, academic, and Tavily in one unified API.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/aisapay/aisa-multi-source-searchOpenClaw Search π
Intelligent search for autonomous agents. Powered by AIsa.
One API key. Multi-source retrieval. Confidence-scored answers.
Inspired by AIsa Verity - A next-generation search agent with trust-scored answers.
π₯ What Can You Do?
Research Assistant
"Search for the latest papers on transformer architectures from 2024-2025"
Market Research
"Find all web articles about AI startup funding in Q4 2025"
Competitive Analysis
"Search for reviews and comparisons of RAG frameworks"
News Aggregation
"Get the latest news about quantum computing breakthroughs"
Deep Dive Research
"Smart search combining web and academic sources on 'autonomous agents'"
Quick Start
export AISA_API_KEY="your-key"
ποΈ Architecture: Multi-Stage Orchestration
OpenClaw Search employs a Two-Phase Retrieval Strategy for comprehensive results:
Phase 1: Discovery (Parallel Retrieval)
Query 4 distinct search streams simultaneously:
- Scholar: Deep academic retrieval
- Web: Structured web search
- Smart: Intelligent mixed-mode search
- Tavily: External validation signal
Phase 2: Reasoning (Meta-Analysis)
Use AIsa Explain to perform meta-analysis on search results, generating:
- Confidence scores (0-100)
- Source agreement analysis
- Synthesized answers
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β User Query β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β
βββββββββββββββββΌββββββββββββββββ
βΌ βΌ βΌ
βββββββββββ βββββββββββ βββββββββββ
β Scholar β β Web β β Smart β
βββββββββββ βββββββββββ βββββββββββ
β β β
βββββββββββββββββΌββββββββββββββββ
βΌ
βββββββββββββββββββ
β AIsa Explain β
β (Meta-Analysis) β
βββββββββββββββββββ
β
βΌ
βββββββββββββββββββ
β Confidence Scoreβ
β + Synthesis β
βββββββββββββββββββ
Core Capabilities
Web Search
# Basic web search
curl -X POST "https://api.aisa.one/apis/v1/scholar/search/web?query=AI+frameworks&max_num_results=10" \
-H "Authorization: Bearer $AISA_API_KEY"
# Full text search (with page content)
curl -X POST "https://api.aisa.one/apis/v1/search/full?query=latest+AI+news&max_num_results=10" \
-H "Authorization: Bearer $AISA_API_KEY"
Academic/Scholar Search
# Search academic papers
curl -...
Metadata
Not sure this is the right skill?
Describe what you want to build β we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-aisapay-aisa-multi-source-search": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
AIsaFinancialData
Query real-time and historical financial data across equities and cryptoβprices, market moves, metrics, and trends for analysis, alerts, and reporting.
MarketPulse
Query real-time and historical financial data across equities and cryptoβprices, market moves, metrics, and trends for analysis, alerts, and reporting.
openclaw-media-gen
Generate images & videos with AIsa. Gemini 3 Pro Image (image) + Qwen Wan 2.6 (video) via one API key.
openclaw-youtube
YouTube SERP Scout for agents. Search top-ranking videos, channels, and trends for content research and competitor tracking.
Twitter Command Center (Search + Post)
Searches and reads X (Twitter): profiles, timelines, mentions, followers, tweet search, trends, lists, communities, and Spaces. Publishes posts after the user completes OAuth in the browser. Use when the user asks about Twitter/X data, social listening, or posting without sharing account passwords.