AIsa Search Command Center

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· 64·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 bibaofeng/aisa-search-command-center.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "AIsa Search Command Center" (bibaofeng/aisa-search-command-center) from ClawHub.
Skill page: https://clawhub.ai/bibaofeng/aisa-search-command-center
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 aisa-search-command-center

ClawHub CLI

Package manager switcher

npx clawhub@latest install aisa-search-command-center
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 (AIsa search, multi-source, recent research) match the required binary (python3), the single required env var (AISA_API_KEY), and the included search_client.py which implements HTTP calls to an AIsa API. Required items are proportional to the stated purpose.
Instruction Scope
SKILL.md instructs running the included python script and to set AISA_API_KEY. The instructions do not ask the agent to read unrelated files, system config, or other credentials. They call a remote search service (expected for this skill).
Install Mechanism
No install spec — instruction-only runtime plus a packaged Python script. No downloads or archive extraction. The included code is local and invoked via python3; this is low-risk and consistent with the skill purpose.
Credentials
Only AISA_API_KEY is declared and used as the Bearer token for API calls. No other secret, tokens, or unrelated environment variables are requested. This is proportionate for an API-backed search client.
Persistence & Privilege
always is false; skill is user-invocable and uses normal model invocation. It does not request system-wide config changes, additional credentials, or persistent privileges.
Assessment
This skill appears internally consistent: it runs a local Python client that sends searches to https://api.aisa.one using the AISA_API_KEY you supply. Before installing, confirm you trust the AIsa service and are comfortable that queries and returned content (and the API key) will be transmitted to that remote endpoint. Do not use this skill with highly sensitive secrets or proprietary content unless you have verified the service's privacy/security posture. If you want extra assurance, review the included scripts/search_client.py yourself and confirm the API key is only used for Authorization header Bearer access as shown.

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

Runtime requirements

🔎 Clawdis
Binspython3
EnvAISA_API_KEY
Primary envAISA_API_KEY
latestvk979hf220mrw9n0ekbrbmcy09985f0kh
64downloads
0stars
1versions
Updated 3d ago
v1.0.0
MIT-0

AIsa Search Command Center

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