AIsa Perplexity Sonar Search

v1.0.1

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· 91·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/aisa-perplexity-sonar-search.

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

ClawHub CLI

Package manager switcher

npx clawhub@latest install aisa-perplexity-sonar-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, declared requirement (AISA_API_KEY), and bundled Python client all align: the package is a Perplexity/Sonar search client and only asks for what such a client would need.
Instruction Scope
SKILL.md and the script confine runtime behavior to sending queries (and optional system instructions) to the AIsa Perplexity endpoints. The instructions do not direct reading unrelated files, scanning the host, or exfiltrating arbitrary data.
Install Mechanism
No install spec (instruction-only with a small script) — nothing is downloaded or installed automatically. The only runtime requirement is python3, which is reasonable for the included script.
Credentials
Only a single environment variable (AISA_API_KEY) is required and is actually used by the client to authorize requests. No other credentials or unrelated env vars are requested.
Persistence & Privilege
Skill is user-invocable, not always-enabled, and does not request persistent system privileges or modify other skills/config. Autonomous invocation is allowed by default but not combined with other red flags here.
Assessment
This skill appears coherent and minimal: it only needs your AISA_API_KEY and sends queries to https://api.aisa.one. Before installing, confirm you trust the AIsa provider and that the API key you supply has appropriate scope and billing limits. Avoid using a high-privilege or production key if you plan to query sensitive internal data. If you need extra caution, run the script in an isolated environment and inspect traffic (or use a scoped/test API key) to verify it behaves as expected.

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

Runtime requirements

🔎 Clawdis
Binspython3
EnvAISA_API_KEY
Primary envAISA_API_KEY
latestvk975d0mw4xsrcv6hpr9q89ze2185bg67
91downloads
0stars
1versions
Updated 5d ago
v1.0.1
MIT-0

AIsa Perplexity Sonar 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/perplexity_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...