← Back to Skills Marketplace
84
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install web-search-aisa
Description
Search the public web through the AISA web search endpoint and return structured titles, links, and snippets. Use when: the user asks to look something up on...
Usage Guidance
This skill appears coherent: it runs the included Python client which sends your queries (and, if you use the 'extract' command, URLs/content) to api.aisa.one using the AISA_API_KEY you provide. Before installing or using it, confirm you trust the AISA service and are comfortable sending search queries and any webpage URLs/content to that remote endpoint. Do not supply the key if you need to keep queries or extracted page contents private, and rotate/delete the API key if you later stop trusting the service. If you want additional assurance, inspect the full script locally before running to verify no changes were made beyond what's shown here.
Capability Analysis
Type: OpenClaw Skill
Name: web-search-aisa
Version: 1.0.0
The skill bundle provides a legitimate interface for the AIsa search API (api.aisa.one). The Python client in `scripts/search_client.py` uses standard libraries to perform various types of web and academic searches, and the `SKILL.md` file includes explicit safety instructions advising the agent against accessing sensitive local data like credentials or cookies. No evidence of malicious intent, data exfiltration, or unauthorized execution was found.
Capability Tags
Capability Assessment
Purpose & Capability
Name/description ask for web search via AISA and the package requires only python3 and AISA_API_KEY, which is appropriate for calling a remote AISA API. The included endpoints (api.aisa.one) and features (web, scholar, extract, sonar, tavily) align with a multi-source search client.
Instruction Scope
SKILL.md directs use of the bundled Python client and to set AISA_API_KEY. The client only reads the AISA_API_KEY environment variable and transmits queries or user-supplied URLs to the AISA API. It does not instruct reading arbitrary local files, shells, or other environment variables.
Install Mechanism
No install spec is present (instruction-only skill). A bundled Python script is included but there is no download-from-untrusted-URL or archive extraction. Requiring python3 is proportionate and expected.
Credentials
Only AISA_API_KEY is required and is the declared primary credential. No other SECRET/TOKEN/PASSWORD env vars or config paths are requested. The script only accesses AISA_API_KEY as expected.
Persistence & Privilege
always:false (default) and disable-model-invocation:false (normal). The skill does not request permanent system-wide configuration changes or access to other skills' secrets.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install web-search-aisa - After installation, invoke the skill by name or use
/web-search-aisa - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of web-search-aisa.
- Enables public web searches via the AISA web search endpoint.
- Returns structured titles, links, and snippets for fast, general online lookup tasks.
- Requires an AISA API key and Python 3.
- Intended for retrieving recent sources or general web results.
- Not suitable for accessing local sensitive information or credentials.
Metadata
Frequently Asked Questions
What is web-search-aisa?
Search the public web through the AISA web search endpoint and return structured titles, links, and snippets. Use when: the user asks to look something up on... It is an AI Agent Skill for Claude Code / OpenClaw, with 84 downloads so far.
How do I install web-search-aisa?
Run "/install web-search-aisa" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is web-search-aisa free?
Yes, web-search-aisa is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does web-search-aisa support?
web-search-aisa is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created web-search-aisa?
It is built and maintained by AIsa (@aisadocs); the current version is v1.0.0.
More Skills