← Back to Skills Marketplace
74
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install perplexity-research-zh
Description
通过 AISA 调用 Perplexity Sonar 模型生成带引用的深度研究答案。触发条件:当用户需要综合研究、对比分析或长篇引用答案,而不是原始链接列表时使用。
Usage Guidance
This skill appears to do what it says, but be aware it will send your queries and any URLs/content you ask it to extract to the third-party AISA API (api.aisa.one). Only use it with non-sensitive queries or when you trust the destination and the holder of AISA_API_KEY. Verify the source of the skill and the API provider's privacy/security policies if you plan to submit confidential data. If you want extra assurance, review the included scripts/search_client.py locally before running; the script does not access local secrets other than AISA_API_KEY.
Capability Analysis
Type: OpenClaw Skill
Name: perplexity-research-zh
Version: 1.0.0
The skill provides a legitimate interface for performing deep research via the AIsa API (api.aisa.one) using Perplexity Sonar models. The Python client in `scripts/search_client.py` is well-structured, uses standard libraries for network requests, and lacks any indicators of malicious behavior such as data exfiltration or unauthorized execution. Furthermore, `SKILL.md` contains explicit safety instructions directing the AI agent to avoid accessing sensitive local data like cookies or passwords.
Capability Tags
Capability Assessment
Purpose & Capability
Name/description claim to call Perplexity/Sonar via AISA and produce cited research; the included Python client calls AISA endpoints (e.g., /sonar, /scholar/search/*) and requires AISA_API_KEY and python3 — these requirements are coherent and expected.
Instruction Scope
SKILL.md instructs running the provided Python client (python3 scripts/search_client.py). The client will transmit user queries and, when using the extract command, provided URLs (and the extracted content returned by the AISA service) to https://api.aisa.one. The script does not read other local files or other environment variables. Important: any text or URLs you provide will be sent to the external AISA API.
Install Mechanism
No install spec; it's instruction + a Python script that runs under system python3. Nothing is downloaded or written by an automated installer in the skill package itself, so install risk is low.
Credentials
Only AISA_API_KEY is required (declared as primary). That matches the client behavior (it aborts if the key is not set). No unrelated credentials or config paths are requested.
Persistence & Privilege
always is false; the skill does not request permanent presence or modify other skills or system settings. It runs the included script on demand and does not persist configuration beyond using the provided API key.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install perplexity-research-zh - After installation, invoke the skill by name or use
/perplexity-research-zh - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- 首次发布:通过 AISA 接入 Perplexity Sonar 模型,生成带引用的深度研究答案。
- 适用于需要综合研究、对比分析或长篇引用答案的场景,而非仅提供原始链接列表。
- 明确列出不适用场景,如请求本地敏感信息或与主题无关的问题。
- 通过环境变量 AISA_API_KEY 配置,首选使用仓库内置 Python 客户端运行。
- 提供快速开始指南及示例请求,方便用户上手。
Metadata
Frequently Asked Questions
What is perplexity-research-zh?
通过 AISA 调用 Perplexity Sonar 模型生成带引用的深度研究答案。触发条件:当用户需要综合研究、对比分析或长篇引用答案,而不是原始链接列表时使用。 It is an AI Agent Skill for Claude Code / OpenClaw, with 74 downloads so far.
How do I install perplexity-research-zh?
Run "/install perplexity-research-zh" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is perplexity-research-zh free?
Yes, perplexity-research-zh is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does perplexity-research-zh support?
perplexity-research-zh is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created perplexity-research-zh?
It is built and maintained by bibaofeng (@bibaofeng); the current version is v1.0.0.
More Skills