← 返回 Skills 市场
zats

Perplexity

作者 zats · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
15583
总下载
27
收藏
163
当前安装
1
版本数
在 OpenClaw 中安装
/install perplexity
功能描述
Search the web with AI-powered answers via Perplexity API. Returns grounded responses with citations. Supports batch queries.
使用说明 (SKILL.md)

Perplexity Search

AI-powered web search that returns grounded answers with citations.

Search

Single query:

node {baseDir}/scripts/search.mjs "what's happening in AI today"

Multiple queries (batch):

node {baseDir}/scripts/search.mjs "What is Perplexity?" "Latest AI news" "Best coffee in NYC"

Options

  • --json: Output raw JSON response

Notes

  • Requires PERPLEXITY_API_KEY environment variable
  • Responses include citations when available
  • Batch queries are processed in a single API call
安全使用建议
Install only if you are comfortable providing a Perplexity API key and sending your search queries to Perplexity. Use a scoped or revocable API key if possible, monitor account usage, and rotate the key if you stop using the skill.
功能分析
Type: OpenClaw Skill Name: perplexity Version: 1.0.0 The skill is designed to interact with the Perplexity API for web searches. It correctly requests and uses the `PERPLEXITY_API_KEY` environment variable, and all network communication is directed solely to `https://api.perplexity.ai/search`. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts in `SKILL.md` or `scripts/search.mjs`. The code is clear, directly serves its stated purpose, and lacks any high-risk behaviors.
能力评估
Purpose & Capability
The stated purpose is AI-powered web search via Perplexity, and the script implements that by sending provided query arguments to the Perplexity search API; users should understand their queries leave the local environment.
Instruction Scope
SKILL.md documents explicit Node commands and a --json option; the artifacts show no hidden role changes, prompt-injection instructions, destructive actions, or autonomous behavior.
Install Mechanism
There is no install script or package-install behavior, and the artifact is small and reviewable; metadata does not provide strong upstream provenance, so users rely on the registry-provided files.
Credentials
Requiring node, network access to https://api.perplexity.ai/search, and PERPLEXITY_API_KEY is proportionate for a Perplexity integration; the key may associate requests with the user's account or billing.
Persistence & Privilege
The reviewed files show no file writes, credential storage, persistence mechanism, background worker, privilege escalation, broad local indexing, or unrelated system access.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install perplexity
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /perplexity 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: AI-powered web search with citations
元数据
Slug perplexity
版本 1.0.0
许可证
累计安装 165
当前安装数 163
历史版本数 1
常见问题

Perplexity 是什么?

Search the web with AI-powered answers via Perplexity API. Returns grounded responses with citations. Supports batch queries. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 15583 次。

如何安装 Perplexity?

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

Perplexity 是免费的吗?

是的,Perplexity 完全免费(开源免费),可自由下载、安装和使用。

Perplexity 支持哪些平台?

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

谁开发了 Perplexity?

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

💬 留言讨论