View on GitHub -> Simple current web search. Return structured titles, URLs, and snippets through AIsa’s web search endpoint.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?
Current lookup
Search web sources for up-to-date information.
Structured results
Return titles, URLs, and snippets for agent review.
Source discovery
Find sources before writing or analysis.
Research handoff
Feed structured links into a larger workflow.
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 theweb subcommand:
Arguments
| Argument | Required | Default | Description |
|---|---|---|---|
--query / -q | Yes | — | The search query string |
--count / -c | No | 10 | Maximum number of results (1–100) |
Example
Output
The script prints structured results including:- Title — Page title
- URL — Direct link to the source
- Snippet — Content excerpt relevant to the query
When to Use
Use this skill when the user asks to search the web, find information online, look up recent events, or needs general web results. This is the most versatile search tool for broad queries.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 Smart Search
Hybrid web and scholarly retrieval.
Tavily Search
Web search with depth and filter controls.
Multi-source Search
Broader search coverage with multiple providers.