← Back to Skills Marketplace
202
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install my-perplexity-search
Description
Perplexity Sonar search and answer generation through AIsa. Use when the task is specifically to call Perplexity Sonar, Sonar Pro, Sonar Reasoning Pro, or So...
Usage Guidance
This skill appears coherent and limited to calling AIsa Perplexity (api.aisa.one). Before installing, confirm you trust the AIsa service and the skill owner, and only provide an API key with appropriate scope/limits. Avoid sending secrets or highly sensitive data in queries since they are transmitted to an external API. If you need stricter control, rotate/revoke the AISA_API_KEY after use and review AIsa's privacy and retention policies. Finally, note that the agent may call the skill autonomously (platform default); if you want to restrict automatic use, control invocation via your agent's skill permissions.
Capability Analysis
Type: OpenClaw Skill
Name: my-perplexity-search
Version: 1.0.0
The skill is a standard API client for Perplexity Search via the AIsa gateway (api.aisa.one). The Python script (scripts/perplexity_search_client.py) uses standard libraries (urllib) to perform authenticated POST requests and includes robust error handling and retry logic, while the SKILL.md provides clear, non-malicious instructions for the agent.
Capability Assessment
Purpose & Capability
Name/description, SKILL.md, and the included Python client all target AIsa Perplexity Sonar endpoints. Required binaries (curl, python3) and the single env var (AISA_API_KEY) are consistent with making HTTP API calls to api.aisa.one.
Instruction Scope
Runtime instructions only describe calling the AIsa endpoints via the bundled Python client or curl; they do not instruct the agent to read unrelated files, search the host, or exfiltrate data beyond the API calls needed for queries.
Install Mechanism
No install spec; this is instruction-only plus a small included client script. Nothing is downloaded from arbitrary URLs and no archive extraction or third-party package installs are specified.
Credentials
Only AISA_API_KEY is required and used by the client. No unrelated credentials, config paths, or broad secrets are requested.
Persistence & Privilege
Skill is not always-enabled and does not request elevated persistence or modify other skills or system-wide settings. Autonomous model invocation remains the platform default but is not combined with other red flags here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install my-perplexity-search - After installation, invoke the skill by name or use
/my-perplexity-search - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of the aisaclaw-perplexity-search skill.
- Provides Perplexity Sonar-powered search and answer generation via AIsa API.
- Supports citation-backed answers, reasoning, and long-form research using four endpoints: sonar, sonar-pro, sonar-reasoning-pro, and sonar-deep-research.
- Python client and curl examples included for all endpoints.
- Requires an AISA_API_KEY for authentication.
- Model selection guidance and timeout behaviors documented.
Metadata
Frequently Asked Questions
What is Perplexity Search?
Perplexity Sonar search and answer generation through AIsa. Use when the task is specifically to call Perplexity Sonar, Sonar Pro, Sonar Reasoning Pro, or So... It is an AI Agent Skill for Claude Code / OpenClaw, with 202 downloads so far.
How do I install Perplexity Search?
Run "/install my-perplexity-search" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Perplexity Search free?
Yes, Perplexity Search is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Perplexity Search support?
Perplexity Search is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Perplexity Search?
It is built and maintained by Ning Ren (@renning22); the current version is v1.0.0.
More Skills