openclaw-search
✓Verified·Scanned 2/17/2026
OpenClaw Search provides multi-source, confidence-scored search via the AIsa API. It requires the AISA_API_KEY, makes requests to https://api.aisa.one/apis/v1, and includes curl and python3 usage examples for invoking scripts/search_client.py.
from clawhub.ai·v026cdaa·28.5 KB·0 installs
Scanned from 1.0.1 at 026cdaa · Transparency log ↗
$ vett add clawhub.ai/bowen-dotcom/openclaw-search
OpenClaw Search 🔍
Intelligent search for autonomous agents with confidence scoring.
Inspired by AIsa Verity - A next-generation search agent with trust-scored answers.
Features
- Web Search: Structured web results
- Scholar Search: Academic paper retrieval
- Smart Search: Intelligent hybrid search
- Tavily Integration: External validation
- Verity Mode: Multi-source search with confidence scoring
Quick Start
export AISA_API_KEY="your-key"
# Single source search
python scripts/search_client.py web --query "AI frameworks"
python scripts/search_client.py scholar --query "transformer models"
# Multi-source with confidence scoring
python scripts/search_client.py verity --query "Is quantum computing enterprise-ready?"
Confidence Scoring
The Verity-style search returns a deterministic confidence score (0-100):
| Score | Level | Meaning |
|---|---|---|
| 90-100 | Very High | Strong consensus |
| 70-89 | High | Good agreement |
| 50-69 | Medium | Mixed signals |
| 30-49 | Low | Conflicting sources |
| 0-29 | Very Low | Insufficient data |
Documentation
See SKILL.md for complete API documentation.