View on GitHub -> Hybrid web and scholar search. Combine current web results with academic sources when a task needs broader evidence.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?
Hybrid retrieval
Search web and scholarly sources together.
Broader coverage
Reduce blind spots from single-source search.
Research summaries
Summarize findings across source types.
Evidence comparison
Compare current sources with academic evidence.
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 thesmart subcommand:
Arguments
| Argument | Required | Default | Description |
|---|---|---|---|
--query / -q | Yes | — | Search query |
--count / -c | No | 10 | Maximum number of results (1–100) |
Example
Output
The script prints a mixed set of results from both web and academic sources, including titles, URLs, and content snippets.When to Use
Use this skill when the user’s query spans both general knowledge and academic research. For example, questions about emerging technologies, scientific topics with practical applications, or any query where both web articles and papers would be valuable.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
AIsa Scholar Search
Academic paper and scholarly source search.
AIsa Web Search
Current web source search.
Multi-source Search
Broader search and answer workflow.