Code Pluginsource linked

AIsa Multi Search Enginev1.0.0

Multi-source search engine powered by AIsa API. Combines Tavily, Scholar, Smart search, and Perplexity — all through a single AIsa API key.

aisa-multi-search-engine·runtime aisa-multi-search-engine·by @0xjordansg-yolo
Community code plugin. Review compatibility and verification before install.
openclaw plugins install clawhub:aisa-multi-search-engine
Latest release: v1.0.0Download zip

Capabilities

configSchema
Yes
Executes code
Yes
HTTP routes
0
Runtime ID
aisa-multi-search-engine

Compatibility

Built With Open Claw Version
2026.3.28
Min Gateway Version
2026.3.24
Plugin Api Range
>=2026.3.24
Plugin Sdk Version
2026.3.28
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The plugin's name, SKILL.md, openclaw.plugin.json, index.ts, and the Python CLI all consistently implement a multi-source search front-end that calls https://api.aisa.one. Requesting an AISA_API_KEY is proportionate to that purpose. However, the registry summary at the top of the report lists 'Required env vars: none' while openclaw.plugin.json and the README/SKILL.md clearly require AISA_API_KEY — this metadata mismatch is worth noting.
Instruction Scope
SKILL.md and the shipped code instruct the agent to query only AIsa endpoints and to set/obtain the AISA_API_KEY. The runtime instructions do not request unrelated files, system credentials, or external endpoints outside api.aisa.one. Example usage and CLI operations are limited to search and extraction functions described in the README.
Install Mechanism
This release is instruction-only in the registry (no separate install script), but includes plugin source files (index.ts, package.json, Python client). There is no external arbitrary binary download or URL-extract installer in the package. Installation proceeds through the OpenClaw plugin mechanism; nothing in the package indicates a high-risk installer.
!
Credentials
Functionality requires a single API key (AISA_API_KEY), which is appropriate. The concern is the inconsistency between the registry 'Required env vars: none' and the plugin manifest/SKILL.md which require AISA_API_KEY. That mismatch could mislead users into installing without realizing they must supply a credential. No other secrets or unrelated environment variables are requested.
Persistence & Privilege
The plugin does not request always:true and does not modify other plugins or system-wide settings. It registers tools normally via the OpenClaw plugin API and will be invoked by the agent per the usual tool contract.
Assessment
This plugin appears to do what it says: it calls api.aisa.one endpoints and needs your AIsa API key. Before installing: 1) Verify the plugin source (there is no homepage listed). 2) Provide an AIsa API key with limited quota/permissions if possible (create a separate key for this plugin and monitor usage) because calls will bill/consume credits. 3) Note the registry metadata mismatch — the top-level summary omitted required env vars even though openclaw.plugin.json and SKILL.md require AISA_API_KEY. 4) If you need greater assurance, inspect the included files (openclaw.plugin.json, index.ts, scripts/search_client.py) yourself or test in an isolated environment. Overall the package is internally coherent and proportionate, but verify origin and key scope before use.
index.ts:29
Environment variable access combined with network send.
Confirmed safe by external scanners
Static analysis detected API credential-access patterns, but both VirusTotal and OpenClaw confirmed this skill is safe. These patterns are common in legitimate API integration skills.

Verification

Tier
source linked
Scope
artifact only
Summary
Validated package structure and linked the release to source metadata.
Commit
6f9821841167
Tag
v1.0.1
Provenance
No
Scan status
clean

Tags

latest
1.0.0

AIsa Multi Search Engine

Multi-source search engine plugin for OpenClaw, powered by AIsa API.

One API key. Seven search tools. Web, academic, Tavily, and Perplexity — unified with confidence scoring.

Install

openclaw plugins install aisa-multi-search-engine

Configure

Set your AIsa API key:

export AISA_API_KEY="your-key-here"

Or configure in OpenClaw plugin settings:

{
  "plugins": {
    "entries": {
      "aisa-multi-search-engine": {
        "config": {
          "aisaApiKey": "your-key-here"
        }
      }
    }
  }
}

Tools

ToolDescription
aisa_web_searchStructured web search
aisa_scholar_searchAcademic paper search with year filtering
aisa_smart_searchHybrid web + academic search
aisa_tavily_searchAdvanced search with depth, topic, time, domain filters
aisa_tavily_extractExtract content from URLs
aisa_perplexity_searchDeep research via Perplexity Sonar models
aisa_multi_searchParallel multi-source search with confidence scoring

License

MIT