Openclaw Search

v1.0.0

Run web, multi-source, or last-30-days research through AIsa. Use when: the user needs search, synthesis, competitor scans, or trend discovery. Supports rese...

0· 93·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for baofeng-tech/openclaw-search.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Openclaw Search" (baofeng-tech/openclaw-search) from ClawHub.
Skill page: https://clawhub.ai/baofeng-tech/openclaw-search
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 openclaw-search

ClawHub CLI

Package manager switcher

npx clawhub@latest install openclaw-search
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 (web/multi-source/last-30-days research) align with a bundled Python client that calls https://api.aisa.one. Required binary (python3) and required env var (AISA_API_KEY) are appropriate for this purpose.
Instruction Scope
SKILL.md instructs running repository-relative Python scripts and only documents the AISA API key. The runtime instructions and example commands stay within search/synthesis workflows and do not ask the agent to read unrelated system files or secrets.
Install Mechanism
No install spec is provided (instruction-only), so nothing arbitrary gets downloaded or installed by an installer. A bundled Python script is present and executed directly by python3 — this is low-risk and proportionate to the skill's function.
Credentials
Only a single service credential (AISA_API_KEY) is required and used by the script. There are no other credential env vars, config paths, or unrelated secrets requested.
Persistence & Privilege
always is false and the skill does not request persistent/system-level modifications or cross-skill configuration changes. Autonomous invocation is allowed (platform default) but is not combined with other concerning privileges.
Assessment
This skill appears internally consistent: it runs a provided Python client against api.aisa.one and requires only an AISA_API_KEY. Before installing, confirm you trust the AIsa service and are comfortable providing that API key (the skill will send your queries and any URLs you pass to that API). If you have sensitive queries or secrets in prompts, avoid running them through third-party search APIs. You can also review the bundled scripts yourself (scripts/search_client.py) to ensure behavior matches your expectations.

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

Runtime requirements

🔎 Clawdis
Binspython3
EnvAISA_API_KEY
Primary envAISA_API_KEY
latestvk97axhqh1bs866zt46p8bvdyg185a0z5
93downloads
0stars
1versions
Updated 5d ago
v1.0.0
MIT-0

Openclaw Search

Run web, multi-source, or last-30-days research through AIsa. Use when: the user needs search, synthesis, competitor scans, or trend discovery. Supports research-ready outputs and structured retrieval.

When to use

  • The user needs web, multi-source, or last-30-days research.
  • The user wants competitor scans, trend discovery, or structured search output.
  • The user wants one skill to cover multiple retrieval surfaces.

High-Intent Workflows

  • Search and summarize recent evidence.
  • Compare two tools or companies using recent signals.
  • Turn multi-source retrieval into a research brief.

Quick Reference

  • python3 scripts/search_client.py --help

Setup

  • AISA_API_KEY is required for AIsa-backed API access.
  • Use repo-relative scripts/ paths from the shipped package.
  • Prefer explicit CLI auth flags when a script exposes them.

Example Requests

  • Research OpenAI Agents SDK over the last 30 days
  • Compare OpenClaw and Codex using recent public discussion
  • Search recent sentiment around a product launch

Guardrails

  • Do not present test-only helpers as public features.
  • Do not claim sources that were not actually queried.
  • If some providers time out, report that honestly.

Comments

Loading comments...