perplexity-research-zh

v1.0.0

通过 AISA 调用 Perplexity Sonar 模型生成带引用的深度研究答案。触发条件:当用户需要综合研究、对比分析或长篇引用答案,而不是原始链接列表时使用。

0· 69·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/perplexity-research-zh.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "perplexity-research-zh" (bibaofeng/perplexity-research-zh) from ClawHub.
Skill page: https://clawhub.ai/bibaofeng/perplexity-research-zh
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 perplexity-research-zh

ClawHub CLI

Package manager switcher

npx clawhub@latest install perplexity-research-zh
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 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.
Assessment
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.

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

Runtime requirements

Binspython3
EnvAISA_API_KEY
Primary envAISA_API_KEY
latestvk974ew1tcsnyk54nhtaj83b4yd8501tx
69downloads
0stars
1versions
Updated 1w ago
v1.0.0
MIT-0

Perplexity 深度研究

何时使用

  • 通过 AISA 调用 Perplexity Sonar 模型生成带引用的深度研究答案。触发条件:当用户需要综合研究、对比分析或长篇引用答案,而不是原始链接列表时使用。

不适用场景

  • 当用户明确要本地浏览器 Cookie、密码、Keychain 或其他本地敏感凭据时,不要使用这个 skill。
  • 当问题与该 skill 的主题无关时,优先选择更贴切的 skill。

核心能力

  • 使用可配置的 Sonar 模型深度生成带引用的研究答案。

快速开始

export AISA_API_KEY="your-key"

运行方式

首选运行路径是仓库内置的 Python 客户端:

python3 scripts/search_client.py

示例请求

  • 研究全球 AI 监管趋势,并返回带引用的总结。

说明

  • 当综合结论比原始结果列表更重要时优先使用。

Comments

Loading comments...