web-search-aisa

v1.0.0

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...

0· 73·0 current·0 all-time
byAIsa@aisadocs

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for aisadocs/web-search-aisa.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "web-search-aisa" (aisadocs/web-search-aisa) from ClawHub.
Skill page: https://clawhub.ai/aisadocs/web-search-aisa
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Required env vars: AISA_API_KEY
Required binaries: python3
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install web-search-aisa

ClawHub CLI

Package manager switcher

npx clawhub@latest install web-search-aisa
Security Scan
Capability signals
Requires sensitive credentials
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

Runtime requirements

Binspython3
EnvAISA_API_KEY
Primary envAISA_API_KEY
latestvk97bnwp0fxy6gm5yng3k0aphg1853h0h
73downloads
0stars
1versions
Updated 1w ago
v1.0.0
MIT-0

Web Search

When to Use

  • 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 online, gather recent sources, or browse general web results.

When NOT to Use

  • Do not use this skill for browser-cookie extraction, passwords, Keychain access, or other local sensitive credential access.
  • Prefer a different skill when the user request is outside this skill's domain.

Capabilities

  • Return fast structured web results for general online lookup tasks.

Quick Start

export AISA_API_KEY="your-key"

Primary Runtime

Use the bundled Python client as the canonical ClawHub runtime path:

python3 scripts/search_client.py

Example Queries

  • Search the web for the latest open-source browser automation tools.

Notes

  • This is the lightest-weight general search option in the bundle.

Comments

Loading comments...