View on GitHub -> Multi-source search for research tasks. Query web, scholar, smart search, Tavily, and research-answer sources from one skill.Documentation Index
Fetch the complete documentation index at: https://aisa.one/docs/llms.txt
Use this file to discover all available pages before exploring further.
Install
What can agents do with it?
Multi-source retrieval
Search web, academic, smart, and Tavily sources.
Research answers
Use answer-oriented sources for synthesized context.
Coverage checks
Compare results across source types.
Brief preparation
Gather evidence before writing reports.
Setup
This skill requires theAISA_API_KEY environment variable. When installed as a Claude plugin, the key is configured via the plugin’s userConfig.
Usage
Run the search client with theverity subcommand:
Arguments
| Argument | Required | Default | Description |
|---|---|---|---|
--query / -q | Yes | — | Search query |
--count / -c | No | 5 | Maximum results per source (1–20) |
Example
Output
The script prints:- Individual results from each source (Web, Smart, Scholar, Tavily)
- Confidence Assessment with:
- Score (0–100) — Overall confidence in the search results
- Level — Very High / High / Medium / Low / Very Low
- Sources queried and Sources OK — How many sources responded
- Total results — Combined result count across all sources
- AI Synthesis — A coherent summary combining insights from all sources, with citations
Confidence Scoring Breakdown
| Factor | Weight | Description |
|---|---|---|
| Source availability | 40% | How many of the 4 sources returned results |
| Result quality | 35% | Ratio of actual results to expected results |
| Source diversity | 15% | Whether both academic and web sources are present |
| Recency bonus | 10% | Bonus for having at least one successful source |
When to Use
Use this skill when the user needs the most thorough and reliable search results possible. Best for fact-checking, comprehensive research, verifying claims across multiple sources, or any query where cross-source validation adds significant value. This tool is slower but more reliable than individual search tools.Get started
- Sign up at aisa.one (new accounts start with $2 free credit).
- Generate an API key from the console.
- Set your key and install the skill:
- Start a new agent session so the runtime loads the updated skill instructions.
Related
Multi-source Search
Full search skill with web, scholar, Perplexity, and Tavily.
AIsa Smart Search
Hybrid web and scholarly search.
AIsa Web Search
Current web results with snippets.