← 返回 Skills 市场
davidsteelerose

Perplexity Agent

作者 davidsteelerose · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
249
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install perplexity-agent
功能描述
Search the web using the Perplexity Agent API. Provides real-time information, news, and grounded answers with citations. Use when the user asks for: (1) Cur...
安全使用建议
This skill appears to be a straightforward wrapper around Perplexity's API, but there are metadata inconsistencies you should resolve before installing. Confirm that: (1) you will provide a PERPLEXITY_API_KEY in the environment (the SKILL.md and script require it even though the registry metadata does not list it), (2) your environment has the Python 'requests' package installed or the skill declares how to install it, and (3) you're comfortable with queries and their text being sent to https://api.perplexity.ai/v1/agent (the third-party service will receive user queries and responses). Use a least-privileged API key, review your privacy policy for sending user data to external services, and consider asking the publisher to correct the manifest to explicitly declare PERPLEXITY_API_KEY as the primary credential and list dependencies.
功能分析
Type: OpenClaw Skill Name: perplexity-agent Version: 1.0.0 The skill bundle provides a legitimate integration with the Perplexity AI API for web searching. The script `scripts/search.py` uses standard libraries to send queries to the official Perplexity endpoint (api.perplexity.ai) and correctly handles the API key via environment variables. No evidence of data exfiltration, malicious execution, or prompt injection was found.
能力评估
Purpose & Capability
Name/description and the included scripts/search.py align with a Perplexity API web-search wrapper. However, the registry metadata states 'Required env vars: none' while SKILL.md and the script require PERPLEXITY_API_KEY; the skill also uses the Python 'requests' library but no dependency is declared.
Instruction Scope
SKILL.md instructs the agent to run scripts/search.py with the user query and present the returned 'answer'. The script only reads PERPLEXITY_API_KEY from the environment and posts the query to https://api.perplexity.ai/v1/agent; it does not access unrelated files or other environment variables.
Install Mechanism
No install spec is provided (instruction-only), which minimizes install risk, but the Python script relies on the third-party 'requests' package. The skill does not declare this dependency or provide installation instructions, which is an operational inconsistency (not a direct security exploit, but can cause runtime issues).
Credentials
SKILL.md and the script require PERPLEXITY_API_KEY (appropriate and proportionate for a wrapper to Perplexity), but the package metadata advertises no required env vars or primary credential. This mismatch means an agent or installer may not surface the required API key and could lead to misconfiguration or accidental leakage if users supply credentials elsewhere.
Persistence & Privilege
The skill does not request elevated persistence (always:false) and does not modify other skills or system-wide settings. It simply calls an external API at runtime.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install perplexity-agent
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /perplexity-agent 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of perplexity-agent skill: - Enables real-time web searches using the Perplexity Agent API. - Provides answers with citations for news, current events, and in-depth research. - Requires setting a PERPLEXITY_API_KEY environment variable. - Utilizes the 'pro-search' preset for high-quality results. - Returns results as a JSON object with keys: success, answer, and model.
元数据
Slug perplexity-agent
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Perplexity Agent 是什么?

Search the web using the Perplexity Agent API. Provides real-time information, news, and grounded answers with citations. Use when the user asks for: (1) Cur... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 249 次。

如何安装 Perplexity Agent?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install perplexity-agent」即可一键安装,无需额外配置。

Perplexity Agent 是免费的吗?

是的,Perplexity Agent 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Perplexity Agent 支持哪些平台?

Perplexity Agent 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Perplexity Agent?

由 davidsteelerose(@davidsteelerose)开发并维护,当前版本 v1.0.0。

💬 留言讨论