← Back to Skills Marketplace
71
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install perplexity-research-aisa
Description
Produce citation-backed deep research answers through Perplexity Sonar models via AISA. Use when: the user needs synthesized research, comparative analysis,...
Usage Guidance
This skill will send your queries and any retrieved page content to the external AISA API (api.aisa.one) using the AISA_API_KEY you provide. Only install if you trust AISA and are comfortable that query text and fetched content may be transmitted. Do not use this skill to research or upload confidential secrets or internal documents. Verify the skill's origin (the included _meta.json points to a GitHub repo; the registry owner ID differs from that repo owner) before trusting it, and consider using a limited-scope or rotateable API key. If you need stronger guarantees about data handling, review AISA's privacy/terms or avoid sending sensitive content to third-party APIs.
Capability Analysis
Type: OpenClaw Skill
Name: perplexity-research-aisa
Version: 1.0.0
The skill is a legitimate research tool designed to interface with the AIsa API (api.aisa.one) for multi-source search and synthesis. The Python script (scripts/search_client.py) uses standard libraries to perform authorized API calls and contains no evidence of data exfiltration, obfuscation, or unauthorized system access. Furthermore, the SKILL.md instructions explicitly prohibit the agent from accessing sensitive local credentials like cookies or passwords.
Capability Tags
Capability Assessment
Purpose & Capability
Name/description match the required pieces: the script calls AISA endpoints and requires AISA_API_KEY and python3. Requested env var and binary are appropriate and proportional for a remote research/search client.
Instruction Scope
SKILL.md instructs the agent to run the included Python client (python3 scripts/search_client.py). The client performs network calls to https://api.aisa.one/apis/v1 and may POST queries and aggregated search results (e.g., to /scholar/explain). It does not read local config files or other environment variables beyond AISA_API_KEY, nor does it request local secret stores — but it does transmit query text and fetched result payloads to an external service, so user data and fetched page content will be visible to that API.
Install Mechanism
No install spec (instruction-only install); included code file is executed directly by the agent. This is low-risk compared with arbitrary downloads. The code is present in the package (scripts/search_client.py) and not fetched from an untrusted URL.
Credentials
Only AISA_API_KEY is required (declared as primaryEnv). No unrelated secrets or system config paths are requested. The single credential is appropriate for an API client.
Persistence & Privilege
always is false and the skill does not request persistent/privileged presence or alter other skills or system-wide settings. Autonomous invocation is allowed (platform default) but not combined with other privilege escalation indicators.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install perplexity-research-aisa - After installation, invoke the skill by name or use
/perplexity-research-aisa - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
**Major update: The skill has been restructured for a more focused research use-case, streamlining files and updating its runtime requirements.**
- Switched to using Perplexity Sonar models via AISA, focusing on citation-backed, synthesized research rather than multi-model comparison.
- Simplified implementation: removed previous client and documentation files, and introduced a dedicated script (`search_client.py`).
- New environment variable: `AISA_API_KEY` is now required.
- Updated metadata and usage instructions for clarity and modern best practices.
- The skill is now user-invocable and aligned for use as a ClawHub runtime.
Metadata
Frequently Asked Questions
What is perplexity-research-aisa?
Produce citation-backed deep research answers through Perplexity Sonar models via AISA. Use when: the user needs synthesized research, comparative analysis,... It is an AI Agent Skill for Claude Code / OpenClaw, with 71 downloads so far.
How do I install perplexity-research-aisa?
Run "/install perplexity-research-aisa" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is perplexity-research-aisa free?
Yes, perplexity-research-aisa is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does perplexity-research-aisa support?
perplexity-research-aisa is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created perplexity-research-aisa?
It is built and maintained by bibaofeng (@bibaofeng); the current version is v1.0.0.
More Skills