← 返回 Skills 市场
Perplexity Deep Search
作者
Eric Santos
· GitHub ↗
· v1.1.0
3933
总下载
12
收藏
18
当前安装
2
版本数
在 OpenClaw 中安装
/install perplexity-deep-search
功能描述
Deep search via Perplexity API. Three modes: search (quick facts), reason (complex analysis), research (in-depth reports). Returns AI-grounded answers with c...
安全使用建议
This skill appears to be a straightforward Perplexity API client. Before installing: (1) only provide a Perplexity API key (PERPLEXITY_API_KEY) if you trust the operator — the key is used to authenticate requests to api.perplexity.ai; (2) be aware queries you submit will be sent to Perplexity (avoid sending sensitive secrets or PII); (3) the script looks for a key in ~/.config/perplexity/api_key if the env var is not set — ensure that file has appropriate permissions (chmod 600) if you store a key there; (4) the tool uses curl and jq, so confirm those binaries are trusted on your system; (5) note Perplexity API usage may incur cost per the SKILL.md pricing guidance. If you do not want the agent to call the skill autonomously, restrict autonomous invocation via your platform settings or avoid supplying the API key.
功能分析
Type: OpenClaw Skill
Name: perplexity-deep-search
Version: 1.1.0
The OpenClaw skill bundle for Perplexity Deep Search is benign. It provides a legitimate wrapper for the Perplexity API, correctly handling API keys by prioritizing environment variables and falling back to a securely stored local file (`~/.config/perplexity/api_key`). The `scripts/search.sh` uses `jq` to safely construct JSON payloads for `curl` requests to the official `api.perplexity.ai` endpoint, mitigating injection risks. The `SKILL.md` documentation is clear and does not contain any prompt injection attempts or instructions for the OpenClaw agent to perform actions beyond the stated purpose. No evidence of data exfiltration, unauthorized execution, persistence, or obfuscation was found.
能力评估
Purpose & Capability
Name/description (Perplexity Deep Search) match the actual behavior: the script builds a JSON payload and calls https://api.perplexity.ai/chat/completions. Declared binaries (curl, jq) and primary credential (PERPLEXITY_API_KEY) are appropriate and expected.
Instruction Scope
SKILL.md and scripts/search.sh are consistent: they document modes, options, and how to provide the API key. The script only reads the query, optional flags, the PERPLEXITY_API_KEY env var (or fallback file ~/.config/perplexity/api_key), and calls the Perplexity API; it does not read other system files or transmit data to unexpected endpoints.
Install Mechanism
There is no install spec and only a simple bash script is included. No external downloads, archives, or nonstandard install behavior are present.
Credentials
The skill requests a single service credential (PERPLEXITY_API_KEY) which is appropriate for an API client. The fallback file path under ~/.config/perplexity is reasonable; no unrelated secrets or config paths are requested.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system configs, and is instruction-only plus a script. It can be invoked autonomously per platform defaults, which is normal; nothing here grants elevated or persistent system privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install perplexity-deep-search - 安装完成后,直接呼叫该 Skill 的名称或使用
/perplexity-deep-search触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
API key: add file-based fallback (~/.config/perplexity/api_key), align with SerpAPI pattern. Docs in English.
v1.0.0
Initial release: 3 modes (search, reason, research), recency/domain/lang filters, bash+curl+jq
元数据
常见问题
Perplexity Deep Search 是什么?
Deep search via Perplexity API. Three modes: search (quick facts), reason (complex analysis), research (in-depth reports). Returns AI-grounded answers with c... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 3933 次。
如何安装 Perplexity Deep Search?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install perplexity-deep-search」即可一键安装,无需额外配置。
Perplexity Deep Search 是免费的吗?
是的,Perplexity Deep Search 完全免费(开源免费),可自由下载、安装和使用。
Perplexity Deep Search 支持哪些平台?
Perplexity Deep Search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Perplexity Deep Search?
由 Eric Santos(@ericsantos)开发并维护,当前版本 v1.1.0。
推荐 Skills