Install
First, install the AIsa CLI if you have not already:What can agents do with it?
Deep research
Generate longer answers with cited sources.
Fast answers
Use Sonar for concise grounded responses.
Reasoning research
Route complex questions to reasoning-capable Sonar models.
Source-backed summaries
Keep links and citations attached to claims.
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 thesonar subcommand:
Arguments
| Argument | Required | Default | Description |
|---|---|---|---|
--query / -q | Yes | — | Research question or query |
--model / -m | No | sonar | Model to use (see below) |
Available Models
| Model | Speed | Depth | Best For |
|---|---|---|---|
sonar | Fast | Standard | Quick factual lookups |
sonar-pro | Medium | Detailed | In-depth topic exploration |
sonar-reasoning-pro | Slower | Deep | Complex reasoning and analysis |
sonar-deep-research | Slowest | Exhaustive | Comprehensive research reports |
Examples
Output
The script prints:- Synthesized answer — A coherent, well-structured response
- Citations — Source URLs backing the answer
- Cost — API usage cost (when available)
When to Use
Use this skill when the user needs a synthesized, well-researched answer rather than raw search results. Best for complex questions, comparative analyses, trend reports, and any query where a thoughtful, citation-backed response is more valuable than a list of links.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
Perplexity Search
Existing Perplexity Sonar skill.
Perplexity API reference
Sonar endpoint documentation.
Multi-source Search
Combine Perplexity with other search sources.