Skip to main content

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.

View on GitHub -> Simple current web search. Return structured titles, URLs, and snippets through AIsa’s web search endpoint.

Install

aisa skills install web-search

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 the AISA_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 the web subcommand:
python3 ${CLAUDE_PLUGIN_ROOT}/skills/web-search/scripts/search_client.py web --query "<search query>" --count <max_results>

Arguments

ArgumentRequiredDefaultDescription
--query / -qYesThe search query string
--count / -cNo10Maximum number of results (1–100)

Example

python3 ${CLAUDE_PLUGIN_ROOT}/skills/web-search/scripts/search_client.py web --query "latest AI agent frameworks 2026" --count 5

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

  1. Sign up at aisa.one (new accounts start with $2 free credit).
  2. Generate an API key from the console.
  3. Set your key and install the skill:
    export AISA_API_KEY="your-key"
    aisa skills install web-search
    
  4. Start a new agent session so the runtime loads the updated skill instructions.

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.